Skip to content

This project leverages selenium and python in order to find freelance missions on given topics.

Notifications You must be signed in to change notification settings

edd34/missions-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This project leverages selenium and python in order to find freelance missions on given topics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages