Skip to content

migalpha/waze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

waze-bot

Bot built with Selenium to get max speed connecting with waze API

Prerequisites

Selenium 3.141.0 or later

Run Bot

For run the bot, first you must configure the bounding boxes filename and waze credentials in bot.py file and run this command:

python bot.py

A firefox window will open and you must to solve the captcha in 90 seconds (you can to modify this value anyway) or less, finally a json file will be created with the segments from Waze API

Load the segments

You must configure the segment json filename in loader.py and run the following commands:

docker build -t waze-bot .
docker run --rm -it waze-bot python loader.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors