Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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