Skip to content

Simple string scalper for websites with automated Gmail-email alerts upon a true return.

License

Notifications You must be signed in to change notification settings

eddjharrison/site-scalper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

site-scalper

Simple string scalper for websites with automated Gmail-email alerts upon a true return.

Example code:

from site_scalper import main

main.run(45, "https://www.passport.service.gov.uk/urgent/?",
subject="Passport appointment found!", 
sender="[email protected]",
hit_str1="Start an application", 
hit_str2="To apply online you'll need",
mail_text="PASSPORTS APPOINTMENTS AVAILABLE",
neg_str="Sorry, there are no available appointments",
recipients=["[email protected]", "[email protected]"])

About

Simple string scalper for websites with automated Gmail-email alerts upon a true return.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages