Skip to content

Commit 9c9cc5d

Browse files
committed
Moved templates, updated readme, cleaning.
Reduced cycl complexity by 2 points (radon cc)
1 parent 077f23f commit 9c9cc5d

4 files changed

Lines changed: 364 additions & 245 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
GitHub issues are for bug reporting.
2-
For general support, and feature request, join [our discord server](https://discord.gg/kwAcr7e).
1+
GitHub issues are for bug reporting and feature requests.
2+
For general support, join [our discord server](https://discordapp.com/invite/qbpVH6b).
33
To make bug reports easy to find and organized, we close issues that are deemed
44
out of scope for GitHub Issues and point people to Discord.
55

File renamed without changes.

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,25 @@
66

77
[![Build Status](https://travis-ci.org/AHAAAAAAA/PokemonGo-Map.svg?branch=master)](https://travis-ci.org/AHAAAAAAA/PokemonGo-Map) [![Coverage Status](https://coveralls.io/repos/github/AHAAAAAAA/PokemonGo-Map/badge.svg?branch=master)](https://coveralls.io/github/AHAAAAAAA/PokemonGo-Map?branch=master)
88

9-
Live visualization of all the pokemon (with option to show gyms and pokestops) in your area. This is a proof of concept that we can load all the pokemon visible nearby given a location. Currently runs on a Flask server displaying a Google Maps with markers on it.
9+
Live visualization of all the pokemon (with option to show gyms and pokestops) in your area. This is a proof of concept that we can load all the pokemon visible nearby given a location. Currently runs on a Flask server displaying a Google Maps with markers on it.
1010

11-
Building off [Mila432](https://github.com/Mila432/Pokemon_Go_API)'s PokemonGo API, [tejado's additions](https://github.com/tejado/pokemongo-api-demo), [leegao's additions](https://github.com/leegao/pokemongo-api-demo/tree/simulation) and [Flask-GoogleMaps](https://github.com/rochacbruno/Flask-GoogleMaps).
11+
Building off [Mila432](https://github.com/Mila432/Pokemon_Go_API)'s PokemonGo API, [tejado's additions](https://github.com/tejado/pokemongo-api-demo), [leegao's additions](https://github.com/leegao/pokemongo-api-demo/tree/simulation) and [Flask-GoogleMaps](https://github.com/rochacbruno/Flask-GoogleMaps).
12+
13+
For general support, join [our discord server](https://discordapp.com/invite/qbpVH6b).
1214

1315
# Installation
1416
`pip install -r requirements.txt`
1517

1618
# Usage
1719
`python example.py -a authService -u myUsername -p myPassword -l "Boulder, CO" -st 5`
1820

19-
| Flag | Description |
20-
|------|-----------------------------------------|
21+
| Flag | Description |
22+
|------|-----------------------------------------|
2123
| -a | Auth Service (ptc or google) |
22-
| -u | Username |
23-
| -p | Password |
24-
| -l | Any location Google Maps can understand |
25-
| -st | Steps to take |
24+
| -u | Username |
25+
| -p | Password |
26+
| -l | Any location Google Maps can understand |
27+
| -st | Steps to take |
2628
| -i, --ignore | Comma-separated list of Pokémon to ignore |
2729
| -o, --only | Comma-separated list of Pokemon to search for exclusively |
2830
| -dp, --display-pokestop | Display pokestop |

0 commit comments

Comments
 (0)