Skip to content

Web app to manage and run your PokémonGo-Bot - Gotta Catch 'Em All 👻

Notifications You must be signed in to change notification settings

MasterCATZ/PokemonGo-Farm

 
 

Repository files navigation

#PokemonGo Farm

Powerfull web interface to manage your bot ⚡️

screencapture-pokemongo-farm-local-config-edit-config_helllo-massimo-me-json-1469801819390

screencapture-pokemongo-farm-local-config-list-1470313702697

screencapture-pokemongo-farm-local-bot-show-config_hello-massimo-me-json-1470313684709

#@Wip

  • Build config.json
  • Config list
  • Delete config
  • Edit config
  • Run PokemonGo-Bot
  • View activity

##Install

Clone

git clone --recursive -b master https://github.com/ChiarilloMassimo/PokemonGo-Farm.git


PHP Dependencies

Download Composer

php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('SHA384', 'composer-setup.php') === 'e115a8dc7871f15d853148a7fbac7da27d6c0030b848d9b3dc09e2a0388afed865e6a3d6b3c0fad45c48e2b5fc1196ae') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
php -r "unlink('composer-setup.php');"

Install dependencies

composer.phar install


Web Dependencies

Install Bower

npm install -g bower

Install dependencies

bower install


Copy and past your parameters.json

cp app/parameters.json.dist app/parameters.json

##Run ⚡️ php -S 127.0.0.1:8080 -t web

About

Web app to manage and run your PokémonGo-Bot - Gotta Catch 'Em All 👻

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 60.7%
  • HTML 23.9%
  • CSS 13.1%
  • JavaScript 2.0%
  • ApacheConf 0.3%