Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j-w-yun/scrape_reddit
https://github.com/j-w-yun/scrape_reddit
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/j-w-yun/scrape_reddit
- Owner: j-w-yun
- Created: 2021-02-21T06:08:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-02-22T00:16:50.000Z (over 3 years ago)
- Last Synced: 2024-03-01T05:07:39.665Z (9 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```