Skip to content

migme/PokemonGo-Web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenPoGoBotWeb

Web View for OpenPoGoBot and PokemonGo-Bot

Installation and Use

This project is a module of OpenPogoBot and PokemonGo-Bot.
In case the module version has not been updated on those projects, you can run the following to update it:

$ cd OpenPoGoBot  
$ git submodule foreach git pull origin master  

In the event that there is nothing in your web folder and the above doesn't do anything run the following:

$ cd OpenPoGoBot  
$ git submodule init  
$ git submodule update  

Copy the userdata.js.example to userdata.js and update your settings
YOU WILL NEED A GOOGLE MAPS API KEY Get one here

If you want to serve this as a webpage you will have to set up a webserver, for example:

$ cd OpenPoGoBot\web  
$ python -m SimpleHTTPServer

This will enable you to view your page on http://localhost:8000

Contributing

If you would like to contribute please review OpenPoGo's contributing guidelines and submit a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.5%
  • CSS 10.1%
  • HTML 9.4%