Sign inSign up

dtandersen/pokemongo-map

By dtandersen

Updated about 10 years ago

Pokemon GO Map

Image
0

1.2K

dtandersen/pokemongo-map repository overview

What is PokemonGo Map?

PokemonGo Map provides live visualization of pokemon, pokestops, and gyms for Pokemon GO.

How to use this image

docker run -it \
-e AUTH_SERVICE=ptc \
-e USERNAME=username \
-e PASSWORD=password \
-e LOCATION="coords" \
-e GMAPS_KEY=key \
dtandersen/pokemongo-map

Options

OptionDescription
AUTH_SERVICE"ptc" or "google"
USERNAMEAccount username
PASSWORDAccount password
LOCATIONe.g. "San Francisco, CA" or "37.787616, -122.388435"
GMAPS_KEYGoogle Maps api key
SCAN_DELAYDelay (s) between API requests
STEP_LIMITHow wide the scan is
# Authentication settings
#auth-service:          # ptc (default) or google
#username:
#password:

# Database settings
#db-type: sqlite        # sqlite (default) or mysql
#db-host:               # required for mysql
#db-name:               # required for mysql
#db-user:               # required for mysql
#db-pass:               # required for mysql
#db-port:               # default 3306

# Search settings
#location:
#no-gyms:               # disables gym scanning (default false)
#no-pokemon:            # disables pokemon scanning (default false)
#no-pokestops:          # disables pokestop scanning (default false)
#scan-delay:            # default 10
#step-limit:            # default 12

# Misc
#gmaps-key:             # your Google Maps API key
#proxy:                 # Proxy URL e.g. socks5://127.0.0.1:9050
#webhook:               # webhook URL (including http://)
#webhook-updates-only:               # only send updates to webhooks, (excludes gyms & non-lured pokéstops)

# Webserver settings
#host:                  # address to listen on (default 127.0.0.1)
#port:                  # port to listen on (default 5000)
#locale:                # pokemon translation
#ssl-certificate:       # path to ssl certificate
#ssl-privatekey:        # path to ssl private key
#encrypt-lib:           # path to encrypt lib to be used instead of the shipped ones

#Uncomment a line when you want to change its default value (Remove # at the beginning)
#username, password, location and gmaps-key are required

All product and company names are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.

Tag summary

Content type

Image

Digest

Size

192 MB

Last updated

about 10 years ago

docker pull dtandersen/pokemongo-map