Skip to content

Julio-M/reddit-scrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scrape Reddit with PRAW

Requires a Reddit developer account. Replace client_id, client_secret, user_agent in the code with the credentials from your developed application.

Create virtual enviroment

Run the following command in your terminal:

virtualenv env

Activate your virtual enviroment

Run the following command in your terminal:

source env/bin/activate

Install the requirements

Run the following command in your terminal:

pip install requirements.txt

To run r_scrape.py

Run the following command in your terminal:

python r_scrape.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages