This project is a simple use of selenium with python to extract all pokemons from pokedex,
just for study/learning proposes.
The Pokedex site used (only Kanto Region) :
PokemonDb
With the constant increase in the amount of data generated by users on the internet, the number of data sources has been increasing and increasingly diversifying, the process of obtaining data from unusual sources such as articles and even competitor websites has been growing and with it the need to carry out periodic processes to extract this information, selenium as well as other projects exist to streamline and automate those processes. This project comes as learning to perform this extraction in a simple and practical way.
Here's why:
- As a developer we have to be constantly learning and optimizing our knowledge
- When you are learning things , see examples is one of the best ways to start
You may also suggest changes by forking this repo and creating a pull request or opening an issue.
A list of commonly used resources that I find helpful are listed in the acknowledgements.
- Python language bindings for Selenium WebDriver.
pip install selenium
-
Firefox if you use Geckodriver (you can use another browser)
-
Chrome if you use Chromedriver (you can use another browser)
- Clone the repo.
git clone https://github.com/jsperandio/pokedex-selenium.git
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
João Vitor Esperandio Barbosa - [email protected]
Project Link: https://github.com/jsperandio/pokedex-selenium