Scrapes the web for recently posted mechanical engineering jobs in Kenya
-
Make sure python 3.9 or higher is installed in your machine
-
Create virtual environment
python3 -m venv venv -
Check here for more info on python virtual environments. Activate virtual environment with following commands.
source venv/bin/activatefor Linux distrosand
venv\Scripts\activate.batfor Windows cmd -
Install required dependencies (BeautifulSoup, lxml, requests) from requirements.txt file using the command
pip install -r requirements.txt -
Run the command below in your terminal to get job suggestions. Standard output redirected to text file. Internet connection required
python main.py > jobs.txt -
Open jobs.txt