Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/j-w-yun/scrape_reddit


https://github.com/j-w-yun/scrape_reddit

Last synced: about 7 hours ago
JSON representation

Awesome Lists containing this project

README

        

# scrape_reddit

Scrapes all submissions from a subreddit from its creation to present.

Dependencies
```
pip install requests==2.25.1
```

Example subreddit
```
SUBREDDIT = 'wallstreetbets'
```

Run to write/update `{SUBREDDIT}_data.csv`
```
python scrape_reddit.py
```