https://github.com/tengattack/telegram-pokemon-bot
Telegram plays pokemon!
https://github.com/tengattack/telegram-pokemon-bot
Last synced: 10 months ago
JSON representation
Telegram plays pokemon!
- Host: GitHub
- URL: https://github.com/tengattack/telegram-pokemon-bot
- Owner: tengattack
- License: gpl-3.0
- Created: 2016-06-14T02:45:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-03-15T18:34:03.000Z (about 5 years ago)
- Last Synced: 2025-04-05T14:34:47.605Z (about 1 year ago)
- Language: JavaScript
- Size: 127 KB
- Stars: 14
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# telegram-pokemon-bot
Telegram plays pokemon! (yet another TPP :)
## How to play
1. Follow [@pokemon_game_bot](https://telegram.me/pokemon_game_bot)
2. Join the telegram group: [https://telegram.me/pokemon_game](https://telegram.me/pokemon_game) or type `/join` and wait for admin approve.
3. Type command `/keyboard` to use custom keyboard.
## Installation
1. Copy `config.example.js` to `config.js`, and modify it with your own options.
2. `npm install`
3. `npm start`
### GBA.js:
* Cross Platform [GBA.js](https://github.com/tengattack/gbajs).
### VBA extensions (legacy):
* Windows
* [VisualBoyAdvance-SDL](https://sourceforge.net/projects/vba/)
* Node.js x64
* [Visual C++ Redistributable for Visual Studio 2015](https://www.microsoft.com/en-us/download/details.aspx?id=48145)
* vba.node extension for Node.js (under /extensions lib: [Node v6.2.1](https://nodejs.org/dist/v6.2.1/node-v6.2.1-x64.msi), or you can compile it by yourself)
* NOTE: Windows Server need keep an active desktop, please check [here](https://support.smartbear.com/viewarticle/72794/).
## TODO
* Use `node-gyp` for auto installation.
* Telegram Webhooks.