Skip to content

l0rddarkf0rce/genRoute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

genRoute v2.8

I created this to help in generating route paths for different Field Research tasks. I took the great work that BlisseyBuster started and just automated them with python. I wrote it so that it would work on Windows 10 and have tested it only on my system. Hopefully the instructions bellow will help to get this running.

This version just fixes the small self inflicted bug that it would work with only one set of research tasks only. This version uses the file like it is generated by the CherryPicker AutoHotKey script.

When the script finishes there will be one file for each set of research tasks that were in the original input file.

To get the original instructions created by BlisseyBuster go to https://www.reddit.com/r/PokemonGoSpoofing/comments/ldck91/how_i_create_lists_of_research_task_coords/

Requirements

  1. Windows 10 (it will run in Linux with some minor modifications, 2 or 3 lines, if you want to run it in Linux you probably know how to modify it)
  2. Python 3.9 or better (https://www.python.org/downloads/windows/)
  3. node.js (https://nodejs.org/en/download/) I used the Windows 64-bit msi, but you get the one you need
  4. git install (since node.js install chocolatey you can use chocolatey to install this) (https://chocolatey.org/packages/git.install)
  5. Renato Pestana's GPX Route Generator Console (https://gitlab.com/3nvy/gpx-route-generator-console)

Instructions

  1. Install python.
  2. Install node.js.
  3. Install Git Install.
  4. Download GPX Route generator. Follow the instructions for it it is straight forward and simple.
  5. Download genRoute and copy it to the same folder where GPX Route Generator is.
  6. Follow the instructions that BlisseyBuster wrote to create lists of research task coordinates and stop after Step 1.
  7. Feed the file that you created on step 6 above to feed genRoute the output for your route will be in the file you specify.
  8. Take the ruslting file and go back to BlisseyBuster instructions and copy and paste into the spreadsheet he created.

Command line parameters

  • -i INPUTFILE. This is the file name that you generated on step 6 above
  • -o OUTFILE. Where do you want the routes to be combined into. Some formatting for Reddit is done to the file.

Example

python genRoute -i route.txt -o combinedRoutes.txt

Hopefully this all works for you!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages