Skip to content

A scaper for the rush hours in Google maps, extended to a little overview page and potentially a game.

Notifications You must be signed in to change notification settings

jeanjacquescollective/rushHourScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rushHourScraper

Scraping server

The scraping server is available in the following folder

cd maps-python-scraper

Start a venv and activate it.

python -m venv venv
# In cmd.exe
venv\Scripts\activate.bat
# In PowerShell
venv\Scripts\Activate.ps1
# Linux / MacOS
$ source myvenv/bin/activate

Install the requirements

pip install -r requirements.txt

Run the server

uvicorn main:app --reload

App

cd dashboard
npm run start

TO DO

  • Sanitize input
  • Optimize Scraper
  • Add map feature to dashboard
  • Add combine charts to dashboard
  • Add scrollable timeline + table to dashboard

About

A scaper for the rush hours in Google maps, extended to a little overview page and potentially a game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published