Skip to content

A webscraper that will pull out data and SMS you the extracted data

Notifications You must be signed in to change notification settings

kmishal/gold_webscraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pip install bs4 => beautifulsoup for HTML parsing

pip install lxml => parser engine

If you get any error regarding installtion of lxml2 and libslt Run command => sudo apt-get install libxml2-dev libxslt-dev => for linux

pip install requests => make request

pip install twilio => Sms sending Api

Note : Twilio registration Required at https://www.twilio.com/docs/sms/send-messages

Update config.ini with required data after registration

About

A webscraper that will pull out data and SMS you the extracted data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages