Skip to content

MyPokedex will create a sqlite database scraping the first generation pokemon infos from the italian wiki

License

Notifications You must be signed in to change notification settings

mcmaur/MyPokedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyPokedex

MyPokedex aim to create a sqlite database of the data of the first generation of pokemon. Data will be estrapolated from the italian wiki pages.

1: Scraping General Data

2: Get the MN list and related pokemons

  • Similar as in the first step this code will get the mn data and related list one at a time
  • Go to every MN page and get the json
  • Join in one single file and you will obtain this: MN_list.json

3: Populate database

  • Create tables
  • Get pokemon list from json and insert to database
  • Extract all pokemon types and insert into another table
  • Get MN list and insert into database
  • Insert in another table the association between the pokemon and the MN if he can learn it

This is done in node.js in the file app.js

This is the ER of the database:

RESULT

The generated database is available here: sqliteDatabase

About

MyPokedex will create a sqlite database scraping the first generation pokemon infos from the italian wiki

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published