Skip to content

This will help you to calculate the best route from some portal (POI) in Ingress Prime you will go to.

License

Notifications You must be signed in to change notification settings

haloivanid/Ingress-FastRoutePy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ingress-FastRoutePy

License: GPL v3 built with Python3 openrouteservice API

This project will calculate the best route from Ingress Portal selection for you, using fast route mode in Open Route Service and will generate the "route.gpx" and "index.html" file.

How to install Ingress-FastRoutePy

You will need Python3 (Tested using version 3.8 and 3.7) better if you build it using virtualenv

$ git clone https://github.com/haloivanid/Ingress-FastRoutePy.git
$ cd Ingress-FastRoutePy
$ pip install -r requirements.txt

Prepare before run Ingress-FastRoutePy

  1. You must have some point of coordinates data from IITC and save into "bookmark.txt"
  2. Second, you will need openrouteservice API (create account and get it free) Here
  3. Open and edit "fast_route.py" file.
  4. Find API_TOKEN = 'Paste Your API Here' (in line 7)
  5. Paste your API from openrouteservice.org at "Paste Your API Here"
  6. Save the file
  7. You're ready to go

How to run Ingress-FastRoutePy

$ python main.py

About

This will help you to calculate the best route from some portal (POI) in Ingress Prime you will go to.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages