All Projects → tehp → OpenPoGoWeb

tehp / OpenPoGoWeb

Licence: other
Web View for OpenPoGoBot

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to OpenPoGoWeb

Pokemongo Bot
The Pokemon Go Bot, baking with community.
Stars: ✭ 3,730 (+4621.52%)
Mutual labels:  pokemon, pokemongo, pokemongo-bot
POGOProtos
A central repository for all proto files of PokémonGO.
Stars: ✭ 136 (+72.15%)
Mutual labels:  pokemon, pokemongo
pokemon-go-imagery
No description or website provided.
Stars: ✭ 38 (-51.9%)
Mutual labels:  pokemon, pokemongo
Worldopole
Worldopole is a third party extension for RocketMap showing some nice statistics.
Stars: ✭ 89 (+12.66%)
Mutual labels:  pokemon, pokemongo
Professor-Redwood
Pokemon Go Discord Bot
Stars: ✭ 36 (-54.43%)
Mutual labels:  pokemon, pokemongo
Sysbot.net
sys-botbase client for remote control automation of Nintendo Switch consoles.
Stars: ✭ 182 (+130.38%)
Mutual labels:  pokemon
Sprites
Repository containing all the Pokémon sprites
Stars: ✭ 231 (+192.41%)
Mutual labels:  pokemon
Openpokemonred
WIP: An open-source re-implementation of Pokémon Red
Stars: ✭ 168 (+112.66%)
Mutual labels:  pokemon
Porymap
Map editor for pokeemerald, pokefirered, and pokeruby
Stars: ✭ 164 (+107.59%)
Mutual labels:  pokemon
ProfesorOak
Bot de Telegram para usuarios de Pokémon GO.
Stars: ✭ 50 (-36.71%)
Mutual labels:  pokemon
Pokemon Reverse Engineering Tools
Tools for building and disassembling Pokémon Red and Pokémon Crystal
Stars: ✭ 249 (+215.19%)
Mutual labels:  pokemon
Pokegold
Disassembly of Pokémon Gold/Silver
Stars: ✭ 215 (+172.15%)
Mutual labels:  pokemon
Cursors
All available cursors
Stars: ✭ 188 (+137.97%)
Mutual labels:  pokemon
Pk3ds
Pokémon (3DS) ROM Editor & Randomizer
Stars: ✭ 244 (+208.86%)
Mutual labels:  pokemon
Badges
📝 Markdown code for lots of small badges 🎀 📌 (shields.io, forthebadge.com etc) 😎. Contributions are welcome! Please add yours!
Stars: ✭ 2,987 (+3681.01%)
Mutual labels:  pokemon
nextjs-ssr-isr-cdk-aws
🦄 ‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎Next.js webapp using Server Side Rendering (SSR) and Incremental Static Regeneration (ISR) deployed with Serverless Nextjs CDK construct on AWS using CloudFront and Lambda@Edge
Stars: ✭ 78 (-1.27%)
Mutual labels:  pokemon
Pknx
Pokémon (Nintendo Switch) ROM Editor & Randomizer
Stars: ✭ 165 (+108.86%)
Mutual labels:  pokemon
Pokeapi
The Pokémon API
Stars: ✭ 2,695 (+3311.39%)
Mutual labels:  pokemon
Pokered
Disassembly of Pokémon Red/Blue
Stars: ✭ 2,924 (+3601.27%)
Mutual labels:  pokemon
Flutter pokedex
A digital encyclopedia of Pokemon .
Stars: ✭ 212 (+168.35%)
Mutual labels:  pokemon

Note that this project is deprecated and no further support will be provided for this repo. Use OpenPoGoUi with the latest version of OpenPoGoBot instead.

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

Troubleshooting

  1. If you have the latest code of both web and bot project and start the web server correctly, however you see a blank page when hit localhost:8000: clear your browser history data/cookie and try again. For Chrome user, try to open a Incognito window.

Contributing

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].