This is a short task implementation involving a script scraping a subreddit and analyzing the comments for the current day using NLP algorithms.
- Create new virtual env:
python3 -m venv venv
source venv/bin/activate
- Install dependencies
pip install -r requirements.txt
- Add your Reddit API
CLIENT_ID
andCLIENT_SECRET
tomain.py
- Run script
python3 main.py
reddit-scraper-task is licensed under the AGPL v3 license. For the complete license text, see ./LICENSE.