Skip to content

Geo-location finder for a free crowdfunded online game called Geotastic.

Notifications You must be signed in to change notification settings

dharmik2319/GeoEye

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

GeoEye

A simple little script/tool to help you obtain pinpoint accuracy in the free online game Geotastic.

Installation:

git clone https://github.com/therealOri/GeoEye.git
cd GeoEye
virtualenv geoENV
source geoENV/bin/activate
pip3 install -r requirements.txt

If you don't have virtualenv installed, you can install it via "pip". --> pip install virtualenv



Ussage Steps:

How to make it do the thing.
  1. Go to the website https://geotastic.net/home and make a free account.

  2. Make a local game or go online, it doesn't matter.

  3. You will need to open your browsers dev tools console. Ctrl + SHIFT + i (Or what ever your buttons combination is for the browser you are using). It should look something like this. (Firefox) 2021-08-23_16-32

  4. Once here you will need to click on the "Network" tab and filter for "JS" 2021-08-23_16-35

  5. Then all you will need to do now is start up a match. If nothing shows up or you don't know what to click on. Close the dev console and repeat steps 3 & 4. Then click the "Return to start" button in the window/game. After that you should get a result. 2021-08-23_16-41

  6. You will then need to right click that url highlighted in red. Hover over "Copy" then click on "Copy url".

  7. Open up our nice little script and paste the url and hit enter. It will spit out the latitude and longitude for the current location and then ask if you want to open the cords up in google maps.

  8. From here we can just copy and paste the latitude and longitude numbers into google maps or just have it open maps for us and then cross reference where we are with what we see on google maps for a perfect score.


Credit to dharmik2319 for the regex filtering and the idea for opening up the location on google maps.




Additional Information:

With this, I would like anyone to help contribute to this repo, anything helps!

  • If there are things you want done or added then please feel free to leave a suggestion or just straight up push a request.
  • If the browser you use isn't supported here, then please leave a suggestion/request and it may be added.
  • I am making this repo to document how you can find your exact location on Geotastic as I currently could not find any other repos/code to help with this.

I look forward to seeing what you all can come up with! <3



Note:

I am not liable, punishable, or responsible on or off platforms for those who use this code/method to cause damage or break things with the website. And I am in no way to be punished for what other people do.

About

Geo-location finder for a free crowdfunded online game called Geotastic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%