Skip to content

z-yan/reddit-scraper-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

This is a short task implementation involving a script scraping a subreddit and analyzing the comments for the current day using NLP algorithms.

How to run

  1. Create new virtual env:
python3 -m venv venv
source venv/bin/activate
  1. Install dependencies
pip install -r requirements.txt
  1. Add your Reddit API CLIENT_ID and CLIENT_SECRET to main.py
  2. Run script
python3 main.py

License

reddit-scraper-task is licensed under the AGPL v3 license. For the complete license text, see ./LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages