Skip to content

Python script to import datas about number of bikes in Nantes depending on temperature.

Notifications You must be signed in to change notification settings

Les-Cop1/velo-nantes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

velo-nantes

Python script to import datas about number of bikes in Nantes depending on temperature.

Installation

Virtualenv setup

python -m venv venv
source venv/bin/activate

Dependencies installation

python -m pip install -r requirements.txt

Environment variables

You need to set the following environment variables

cp .env.example .env

Then edit the .env file with your own values

Add execution rights

chmod +x ./velo-nantes

Usage

To use this script run the following command

./velo-nantes

About

Python script to import datas about number of bikes in Nantes depending on temperature.

Resources

Stars

Watchers

Forks