Generate fixed sized groupings of destinations
- Get code
git clone https://github.com/driazati/route_generator.git
cd route_generator
pip3 install -r requirements.txt
- 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"
- Add
.csv
file to the folder, name itfile.csv
Basic usage
python3 main.py
Run and put the results into a file
python3 main.py > output.txt