mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-08 22:22:17 +02:00
feat(native-connector): expose reddit scraper public API
This commit is contained in:
parent
54eab56b25
commit
1115d647cb
1 changed files with 13 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
||||||
|
"""Platform-native Reddit scraper (Apify Reddit Scraper-compatible, anonymous)."""
|
||||||
|
|
||||||
|
from .fetch import RedditAccessBlockedError
|
||||||
|
from .schemas import RedditItem, RedditScrapeInput
|
||||||
|
from .scraper import iter_reddit, scrape_reddit
|
||||||
|
|
||||||
|
__all__ = [
|
||||||
|
"RedditAccessBlockedError",
|
||||||
|
"RedditItem",
|
||||||
|
"RedditScrapeInput",
|
||||||
|
"iter_reddit",
|
||||||
|
"scrape_reddit",
|
||||||
|
]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue