🕷️
Reddit Scraper
Fetches the top posts from the r/python subreddit via Reddit's JSON API and stores them in a local SQLite database (redditnews.db).
Fetches the top posts from the r/python subreddit via Reddit's JSON API and stores them in a local SQLite database (redditnews.db).
Fetches the top posts from the r/python subreddit via Reddit's JSON API and stores them in a local SQLite database (reddit_news.db).
pip install requests
python -c "import grabnews; grabnews.reddit_get()"
No - it uses requests to fetch live data from Reddit over the network, which is blocked in the browser sandbox.