Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zwacky/pokedex-go
Pokédex Messenger Bot for Pokémon Go
https://github.com/zwacky/pokedex-go
Last synced: 11 days ago
JSON representation
Pokédex Messenger Bot for Pokémon Go
- Host: GitHub
- URL: https://github.com/zwacky/pokedex-go
- Owner: zwacky
- License: mit
- Created: 2016-07-11T20:45:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-04T11:27:59.000Z (over 4 years ago)
- Last Synced: 2024-08-01T09:24:28.014Z (3 months ago)
- Language: JavaScript
- Homepage: https://www.facebook.com/pokemondexgo/
- Size: 5.98 MB
- Stars: 52
- Watchers: 10
- Forks: 34
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- -awesome-nodejs-projects - PokéDex Go Messenger Bot - A Pokédex Messenger Bot for Pokémon Go to easily find Pokémon and their strenghts & weaknesses. (Chat Bots)
- awesome-nodejs-projects - PokéDex Go Messenger Bot - A Pokédex Messenger Bot for Pokémon Go to easily find Pokémon and their strenghts & weaknesses. (Chat Bots)
- awesome-nodejs-projects - PokéDex Go Messenger Bot - A Pokédex Messenger Bot for Pokémon Go to easily find Pokémon and their strenghts & weaknesses. (Chat Bots)
- awesome-nodejs-projects - PokéDex Go Messenger Bot - A Pokédex Messenger Bot for Pokémon Go to easily find Pokémon and their strenghts & weaknesses. (Chat Bots)
README
# POKÉDEX GO [![Build Status](https://travis-ci.org/zwacky/pokedex-go.svg?branch=master)](https://travis-ci.org/zwacky/pokedex-go)
[Facebook Messenger Bot](https://www.facebook.com/pokemondexgo) to get Pokémon infos like weaknesses easy and fast. All the infos a Pokémon trainer needs to take over the gyms in the wild.
Pokemon data is based on http://pokemongo.gamepress.gg.
![Bot in Action](https://gifyu.com/images/pokedex-go-1.0.gif)
# Usage
- **hi**: Introduction message
- **help**: Introduction message
- **anything else**: Lookup for that Pokémon# Progress
- [x] pokemon (151/151)
- [x] skills (122/122)
- [x] enhance skills with damage
- [x] update type effectiveness to use latest data
- [x] tell Pokémon with best moves (primary & secondary)
- [x] suggest best Pokémon to counter
- [x] multi language Pokémon names
- [x] return Pokémon names in 'best against x' in the language they have been requested in
- [x] correct type DPS calculation with the double effectiveness for double type pokemon (up to 1.56x damage modifier)
- [x] fuzzy search for Pokémon à la "did you mean x?"
- [ ] translate moves in different languages# Contribution
Ideas and Pull Requests welcome!
# Privacy Policy
This Bot will:
- not collect any data
- not share informations with third parties
- have a completely transparent code base