Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.1 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.1 KB

Missions Finder

Missions Finder is a program that use selenium in order to scrap and search freelance missions on various website.

Configure the virtual environment

Create a new environment virtualenv

Create a virutal environment using virtualenv.

python3 -m venv venv

Entering the environment

source venv/bin/activate

Installation of package listed in requirement.txt

Use the package manager pip to install the dependencies.

pip3 install -r requirements.txt

Configure environment variables

  1. Rename the file .env-example to .env
  2. Put your username and password in .env file
USERNAME=
PASSWORD=

Run the program

After having activate the virtual environment, run the program by typing in the terminal :

python3 app.py

Contributing

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.

License

MIT