MichalisPanayides / pykemon_battle

A repository for a python library of the pokemon battling system
0 stars 1 forks source link

Use a database to import Pokémon names and moves #8

Open MichalisPanayides opened 3 years ago

MichalisPanayides commented 3 years ago

Move away completely from using Pokeapi and either use a database (bunch of .JSON files) or import an already existing library that acts as a database

MichalisPanayides commented 3 years ago

Alternatively use requests_cache together with requests

MichalisPanayides commented 3 years ago

Maybe ask user to either build a local database or use cache...