Skip to content

edd34/freelance_info_stats

Repository files navigation

Freelance Info Stats

Allows you to collect statistics on freelance market trends in France

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

retrieve stats about freelance market in France.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages