Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 2.03 KB

README.md

File metadata and controls

46 lines (33 loc) · 2.03 KB

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.