Challenge to build your pokémon team with members having two types and without repeating any pair of types among the rest. The data will be collected from the pokédex database (https://pokemondb.net/pokedex/national) and an html will be generated using a Bootstrap template.
To get a local copy up and running follow these simple example steps.
- virtualenv
- python3
- Clone the repo
git clone https://github.com/Rochii/pokemon-web-spider.git
- Configure and activate virtual environment
virtualenv -p python3 venv source venv/bin/activate
- Install required pip libraries
pip install -r requirements.txt