Skip to content

PvPoke Data Extractor is a Python script retrieves data from the PvPoke Game Master file and converts it into CSV format

License

Notifications You must be signed in to change notification settings

FacundoCuba/PokeScrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PvPoke Data Extractor

Description The PvPoke Data Extractor is a simple Python script designed to retrieve data from PvPoke's Game Master file and convert it into CSV format. PvPoke is a widely-used online tool for Pokémon GO players, and this script allows users to easily extract detailed information about Pokémon and moves for analysis or other purposes.

How to Use Prerequisites

Python 3.x or higher installed on your machine.
Ensure you have an internet connection to fetch data from the PvPoke Game Master file.

Running the Script

Clone or download the repository containing the script.
Open your terminal (or command prompt) and navigate to the directory containing the script.
Run the script using the following command:

python pvpoke_data_extractor.py

The script will automatically fetch data from PvPoke’s Game Master file and generate the following CSV files: Generated Files

moves.csv: Contains information about the various moves available in Pokémon GO, including their names, types, and power values.
pokemon.csv: Includes details about Pokémon, such as their names, types, stats, and other relevant attributes.

Customization

The script can be modified to:

Change the file names for the generated CSVs.
Filter or adjust the type of data being extracted from PvPoke’s Game Master file.

Feel free to modify the code to suit your needs! Important Notes

This script uses PvPoke’s API to extract data. Please ensure that you comply with PvPoke’s usage policies and terms and conditions when using this script.
The extracted data is publicly available through PvPoke, but usage should always follow ethical guidelines.

About

PvPoke Data Extractor is a Python script retrieves data from the PvPoke Game Master file and converts it into CSV format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages