Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pboardman/pokemon-go-status
Pokemon GO servers status in your MacOS Menubar.
https://github.com/pboardman/pokemon-go-status
Last synced: 19 days ago
JSON representation
Pokemon GO servers status in your MacOS Menubar.
- Host: GitHub
- URL: https://github.com/pboardman/pokemon-go-status
- Owner: pboardman
- License: mit
- Created: 2016-07-19T01:03:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-12T00:42:05.000Z (about 8 years ago)
- Last Synced: 2024-11-03T01:03:04.939Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 172 KB
- Stars: 15
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - Pokemon GO Server Status
README
# Pokemon GO server status
Check the status of the Pokemon GO server from your Menubar (MacOS only)
![Demo](demo.png)
color code:
- green: server up
- orange: server unstable
- red: server downTo switch between black/white icons, use the menu items by clicking the icon.
## Installation
Just download `Pokemon.GO.Status.app.zip` from the [release page](https://github.com/Lacsap-/pokemon-go-status/releases/latest), unzip it, put it in your application folder and launch it!
Optionally you can launch it on startup start by going in your mac setting under `Users & Groups` and dragging the application in your `login items`.
## Making .app from source
- Install requirements
```pip install -r requirements.txt ```
- Build the .app
``` python setup.py py2app ```
note: Some peoples get errors when building the app with py2app,
if you do, try following the instruction in this
[link](http://stackoverflow.com/questions/25394320/py2app-modulegraph-missing-scan-code/29449144#29449144)## Credit
The pokeball status icons were made by: [omgomg](https://github.com/omgmog)