Skip to content

dstoiko/velib-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vélib' Métropole Scraping

Purpose

This script scrapes data from your own Vélib' Métropole account and gets basic information in a CSV file for analysis.

Preparing

  1. Clone this repo and cd into it
  2. Get your credentials for the Vélib' Métropole portal, create a cp template.env .env then add your username and password to the corresponding fields inside it
  3. Install required modules: pip install -r requirements.txt
  4. Install the Chrome driver for Selenium

Running

python scrape.py will run the scraper and output results to the runs.csv file. Please use Python 3.

About

Scrape your own Velib' data to process it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages