A python based Discord bot created with the wrapper for PokéAPI. (former pykemon). This bot displays fun facts and key information about randomly generated Pokemon. Enjoy!
Simply click on the link to add the bot to your list of Discord Apps or your own Personal / Public Server!
Active Discord Account required. Once available go to https://discord.com/developers/applications to create your first bot application then retrieve the Discord Bot Token. This is required to run the Bot via your preferred IDE ( VS Code, Pycharm, etc.)
$ pip install discord$ pip install python_dotenv$ pip install pokepyThis project utilizes the Pokemon API at https://pokeapi.co/
Pokemon Images were pulled and referenced from the global JSON repo at https://veekun.com/dex/media/pokemon/global-link/
The Python Wrapper, PokePy, had been utilized to build this discord bot. For more information, check the documentation at https://pokeapi.github.io/pokepy
[WIP]
- User Friendly
- Available for Any Servers
- Minimally invasive due to minimal permissions needed
Inherited from PokePY
- Generate Python objects from PokéAPI resources
- Cache
- Human-friendly API
