Skip to content

Files

Latest commit

aef4cb6 · Jun 21, 2021

History

History
This branch is 7 commits behind HarshCasper/Rotten-Scripts:master.

Reddit_Scraper

README.md

Reddit Scraper

  • Using BeautifulSoup, a python library useful for web scraping, this script helps to scrape a desired subreddit to obtain all relevant data regarding its posts.

  • We take user input for the subreddit name, and the maximum count of posts to be scraped, and store all this information in a .csv file of the user's choice.

Setup instructions

  • The requirements can be installed as follows:
    $ pip install -r requirements.txt

Working screenshots

Terminal I/O

Image

.csv generated as follows

Image

Author

Rohini Rao