Simple project based on Python that allows you to scrape and analyze the balances of cryptocurrency wallets from a specified blockchain explorer.
-
Run the Scraper:
- Execute the
main.py
script to start the scraping process.
- Execute the
-
Prepare the Input File: Drag n drop files or folders on the terminal.
-
Review the Results:
- Check the
output
folder for the results.
- Check the
- Ability to extract cryptocurrency addresses from any directory.
- Balance check functionality for Bitcoin (BTC).
- Output folder to store results.
- Updated address identifier.
- Some minor bugs.
You can easily extend this project to support other cryptocurrencies or blockchains by following these steps:
- Create a new module in the
modules
directory for the specific cryptocurrency. - Define scraping functions tailored to that cryptocurrency.
- Add a configuration section in
config.json
.