Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anupam-dagar/reddit-scraper
A reddit scraper to scrap topic and it's url into a csv file
https://github.com/anupam-dagar/reddit-scraper
data-science reddit scraper
Last synced: 9 days ago
JSON representation
A reddit scraper to scrap topic and it's url into a csv file
- Host: GitHub
- URL: https://github.com/anupam-dagar/reddit-scraper
- Owner: Anupam-dagar
- Created: 2017-12-06T21:18:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T10:23:39.000Z (almost 7 years ago)
- Last Synced: 2024-04-16T03:58:06.547Z (8 months ago)
- Topics: data-science, reddit, scraper
- Language: Python
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Reddit Scraper
### Usage:
1. Download the required dependencies.
2. Run reddit.py
``` python reddit.py ```
3. A new file "reddit.csv" with the data will be created.### General Information
1. It will scrap the 'hot' topic by default.
2. It does not use reddit API### To-do
1. Visualise and draw observations.### Dependencies
Built using Python version - 2.7
1. BeautifulSoup
2. urllib2
3. csv
4. halo