Skip to content

brinnpaul/dgscrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set Up

git clone https://github.com/brinnpaul/dgscrape.git
pip install virtualenv
virtualenv env
. env/bin/activate
pip install -r requirements.txt

Change EMAIL_TO/EMAIL_PASSWORD in config.py to your own email address and password.
Set TIME to desired email update interval in minutes

While in (env) -> running . env/bin/activate enters into a virtural environment

python scrape.py keywords...
or
python scrape.py -s keywords...
with the -s flag set you could potentially leave script running indefinitely.

To leave virtualenv after running the script
deactivate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published