Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victornpb/night-dex
A Pokedex command for Twitch streamers
https://github.com/victornpb/night-dex
javascript nightbot-twitch-streams nodejs pokedex-command search-pokemons twitch twitter-bot
Last synced: 2 months ago
JSON representation
A Pokedex command for Twitch streamers
- Host: GitHub
- URL: https://github.com/victornpb/night-dex
- Owner: victornpb
- Created: 2018-01-31T23:52:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T14:11:17.000Z (almost 2 years ago)
- Last Synced: 2024-10-08T01:40:27.604Z (3 months ago)
- Topics: javascript, nightbot-twitch-streams, nodejs, pokedex-command, search-pokemons, twitch, twitter-bot
- Language: JavaScript
- Homepage: https://victornpb.github.io/night-dex/
- Size: 523 KB
- Stars: 2
- Watchers: 4
- Forks: 4
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Pokedéx command for Pokémon Twitch Streamers
Usage
------------➤ `!dex help` to get instructions.
➤ `!dex` to get a random Pokemon.
➤ `!dex gengar` or `!dex 94` to see the Pokedex info about Gengar.
➤ `!dex ability overgrow` to search pokemons with that ability.
➤ `!dex type electric` to search pokemons with t hat type.
➤ `!dex about` to see about this command.Adding the command to your stream
------------It works with [Nightbot](https://nightbot.tv/) or [StreamElements](https://streamelements.com/) bot.
### Nightbot
> 1. Type this in your chat:
> ```
> !commands add !dex $(urlfetch https://victornightbot.herokuapp.com/dex/$(querystring)?ch=$(channel)&user=$(user)&userlevel=$(userlevel)&bot=nightbot)
> ```-- or --
> 1. Go to NightBot [Custom commands](https://nightbot.tv/commands/custom)
> 2. Create a `!dex` command:
> ```
> $(urlfetch https://victornightbot.herokuapp.com/dex/$(querystring)?ch=$(channel)&user=$(user)&userlevel=$(userlevel)&bot=nightbot)
> ```### StreamElements bot:
> 1. Go to StreamElements [Custom commands](https://streamelements.com/dashboard/bot/commands/custom)
> 2. Create a `!dex` command:
> ```
> ${urlfetch https://victornightbot.herokuapp.com/dex/${pathescape ${0:}}?ch=${channel}&user=${user}&userlevel=${user.level}&bot=streamelements}
> ```