Skip to content

Spoof GPS; simulate transit. 👻 Where would you like to Go. 👻

License

Notifications You must be signed in to change notification settings

gh-abhay/gogogo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gogogo

Spoof GPS; simulate transit. 👻 Where would you like to Go. 👻 GoGoGo

Usage

Get gogogo sources

git clone https://github.com/BzFTMxc/gogogo

Install server dependencies using pip

cd gogogo/server
pip install -r requirements.txt

Using gogogo with Genymotion
For using gogogo with Genymotion; follow installation instructions at Genymotion installation guide

Update configuration
Edit configuration file server/gogogo.ini and set database settings, Google Maps API key and path to Genymotion binaries.

#
# Configuration Settings
#

[routing]

[datastores]
DEFAULT.dialect = mysql
DEFAULT.driver =
DEFAULT.host = localhost
DEFAULT.port = 3306
DEFAULT.database = gogogo
DEFAULT.username = root
DEFAULT.password = 
DEFAULT.pool_size = 5


[google_maps]
api_key = <my-google-maps-api-key>


[genymotion]
genyshell_path = /Applications/Genymotion Shell.app/Contents/MacOS/genyshell

Run gogogo server

python wsgi.py

Contributors

  • Abhay Arora @BzFTMxc (@dumbstark ..earlier)

License

gogogo is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

About

Spoof GPS; simulate transit. 👻 Where would you like to Go. 👻

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published