Skip to content

A fully functional Kanto Region Pokédex as a Discord.py Bot.

Notifications You must be signed in to change notification settings

Pedr9vskCray/Discord.py-Kanto-Pokedex-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The Generation I Pokédex as a Discord.py bot.

A fully functional Kanto Region Pokédex, that was created using Python and its Frameworks to extract data from official sources of pokémon information and create a discord embed as a pokédex entry.

Bot Profile:

Charmander Pokédex Entry:

Lapras Pokédex Entry:

Pikachu Pokédex Entry:

Error or Unavailable Pokédex Entry:

Frameworks Used:

  • Discord.py
  • Discord.ext commands, tasks
  • BeautifulSoup
  • Requests
  • Json

All the information regarding the pokemon stats and pokedex number are located on the "pokedex.json" file, everything else was obtained using BeautifulSoup and scraping different websites, which are listed here:

If you wish to test out the code, you need first to pip install Python3 and all the Frameworks needed which were already listed here. After that you just need to clone this repository and in the "kanto_pokedex.py", in the end of the file, change the bot.run('discord.py token') for your discord bot token.