PokemonGoF / PokemonGo-Bot-Mobile

MIT License
34 stars 22 forks source link

PokemonGo-Bot-Mobile

The cross-platform (iOS, Android) mobile app for PokemonGo-Bot is a work in progress!

Login Screen

Installation

Checkout this repository, then cd to it.

This project uses Ionic for programming the mobile app. The Ionic project files can be found in PokemonGo-Bot-Mobile/mobile-app.

The backend architecture is currently undecided. However, a simple proof-of-concept for a Python websocket server can be found in PokemonGo-Bot-Mobile/backend.

Testing on iOS/Android

The skeleton code for this project was generated with generator-m-ionic. See their development reference for the list of the gulp commands to build & emulate/run the code on iOS and Android devices. See Ionic's documentation & guide for details on how to use the Ionic framework.

Development

To contribute, fork this repo. Make all development changes to the branch dev. After you've committed your code changes, push to your fork repo and make a pull request.

TODO: