Skip to content

checks a webpage for specific keywords and notifies me via email

Notifications You must be signed in to change notification settings

thisisjoshu/seek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seek

Seek is a simple tool that periodically checks a webpage for specific keywords. I was urged to keep checking a website for specific job vacancies and I knew that I would always forget to do so. Hence, I went ahead and wrote a simple script to do the checking for me and subsequently notify me via email if a relevant job vacancy is found or not. The live version of Seek is hosted on AWS Lambda so you will notice that this repository and the code are tailored to suit Lambda. This can be modified to work with any website, although some adjustments to the code will be necessary to fit the HTML of the target website.

Prerequisites & Installing

Simply install requirements with:

pip install -r requirements.txt

Ensure that the environment variables are set to your preference then it should be good to go!

Built With

Authors

About

checks a webpage for specific keywords and notifies me via email

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages