Skip to content

sukanyanath1/Reddit_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First steps

  1. Clone the repository with git clone https://github.com/sukanyanath1/Reddit_scraper
  2. Make a developer Reddit account and follow the steps in the link below. https://www.reddit.com/r/reddit.com/wiki/api/
  3. Get the credentials from app.
  4. Make a .env file in the home folder of the repository. Copy the .env.example file for the format.
  5. Make a venv with python -m venv .venv
  6. Activate the venv source .venv/Scripts/activate
  7. Install the requirements with pip install -r requirements.txt.
  8. Run the script Reddit_scraper.ipynb after setting the kernel with the new venv.
  9. Edit the subreddit or metadata of posts as needed.

About

Scraper for Reddit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published