Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 616 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 616 Bytes

Delivery Routes

Generate fixed sized groupings of destinations

Installation

  1. Get code
git clone https://github.com/driazati/route_generator.git
cd route_generator
pip3 install -r requirements.txt
  1. Set up Bing Maps API key

Create a file called secret.py and add the key:

echo "bing_api_key = '<YOUR API KEY>' > secret.py"
  1. Add .csv file to the folder, name it file.csv

Run

Basic usage

python3 main.py

Run and put the results into a file

python3 main.py > output.txt