Missions Finder is a program that use selenium in order to scrap and search freelance missions on various website.
Create a virutal environment using virtualenv.
python3 -m venv venv
source venv/bin/activate
Use the package manager pip to install the dependencies.
pip3 install -r requirements.txt
- Rename the file .env-example to .env
- Put your username and password in .env file
USERNAME=
PASSWORD=
After having activate the virtual environment, run the program by typing in the terminal :
python3 app.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.