Skip to content

GabrielRocha/WebCrawlerPacktPublishing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Crawler Packt Publishing

This Web Crawler is to check if the user already has the Free Book Day Packt Publishing and if you have not it is added automatically.

Installation

$ pip install -r requirements.txt

Execution

Create a hidden file named .packt_user.cfg and add your credentials to PacktPublishing following the example:

username
password

Modify permission of file .packt_user.cfg, to only that user have acess.

$ chmod 760 .packt_user.cfg

To run script

$ python packt_crawler.py

Cron

# echo "* * * * * root python /path_do_repositorio/WebCrawlerPacktPublishing/packt_crawler.py" > /etc/daily/packt_crawler

Verify execution

$ grep CRON /var/log/syslog

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages