Pokedex discord bot that uses the PokeAPI and the Discord API, hosted in Heroku
Clone the repo into a location of your choosing
$ git clone https://github.com/ttamre/pydex.git
- Create a discord bot in the discord developer API
- Export the bot token to an environment variable called
PYDEX_BOT_TOKEN
- Run
python pydex.py
in your terminal (orpython3 pydex.py
if your default python version is 2.x)
This project is licensed under the GNU General Public License - see LICENSE for more details