Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 1.03 KB

README.md

File metadata and controls

6 lines (4 loc) · 1.03 KB

README

describing how to run your code

The goal of this project is to webscrape Indeed website for a list of job results that match position and location preferences and email them to the user. The user also has the option of selecting whether they'd like to schedule this webscraper to give them a list of jobs the following week as well. All of this can be done on the user website created.

The program is extremely simple to use. Simply open the app.py file and in the terminal input: set FLASK_APP=app.py followed by flask run. This will create a unique link that will open the website in the browser. Page 1 is the homepage with all information overview of this project. Page 2 is where the program is ran. Input the information on page 2 regarding location, position, email, and scheduling preference and hit submit to run the webscrape.py code using the preferences given to gather the job posts associated with the inputs. The results from this python file will then be emailed to the user using the email_schedule.py file.