Ethereum-Balance


NameEthereum-Balance JSON
Version 2.3.5 PyPI version JSON
download
home_pagehttps://github.com/yanjlee/Ethereum-Balance
SummaryThis script use etherscan.io API to fetch Ethereum addresses balance
upload_time2024-06-01 07:38:04
maintainerNone
docs_urlNone
authoryanjlee
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Ethereum-Balance
This script use etherscan.io API to fetch Ethereum addresses balance
# Usage
```bash
python3 ethBalance.py -F input_addresses_file_path -O output_file
```
**OR**:
```bash
python3 ethBalance.py --file input_addresses_file_path --out output_file
```
# Notice
You can put your own etherscan.io API_Key in :
```python
self.API_TOKEN = "_Your_API_Token"
```
For more info about etherscan API_Key please visit this link: [etherscan.io](https://etherscan.io/myapikey)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yanjlee/Ethereum-Balance",
    "name": "Ethereum-Balance",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "yanjlee",
    "author_email": "yanjlee@163.com",
    "download_url": "https://files.pythonhosted.org/packages/41/c1/ef745215d32fb7dabb41741757367c87596f09bd4dca4715d3b0ab0793b7/ethereum_balance-2.3.5.tar.gz",
    "platform": null,
    "description": "# Ethereum-Balance\r\nThis script use etherscan.io API to fetch Ethereum addresses balance\r\n# Usage\r\n```bash\r\npython3 ethBalance.py -F input_addresses_file_path -O output_file\r\n```\r\n**OR**:\r\n```bash\r\npython3 ethBalance.py --file input_addresses_file_path --out output_file\r\n```\r\n# Notice\r\nYou can put your own etherscan.io API_Key in :\r\n```python\r\nself.API_TOKEN = \"_Your_API_Token\"\r\n```\r\nFor more info about etherscan API_Key please visit this link: [etherscan.io](https://etherscan.io/myapikey)\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "This script use etherscan.io API to fetch Ethereum addresses balance",
    "version": "2.3.5",
    "project_urls": {
        "Homepage": "https://github.com/yanjlee/Ethereum-Balance"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d744a6128e3d3bce275be349cf78faff561b1d152d5998acf2fa78a8bb3d5901",
                "md5": "fe7636d46a1b8c1eb9f6bcda13207f13",
                "sha256": "8fd340c276e36a70224a31682ae41d9e4e41ba5cd6714782b4dbcfc9b972a4ec"
            },
            "downloads": -1,
            "filename": "Ethereum_Balance-2.3.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fe7636d46a1b8c1eb9f6bcda13207f13",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 14009,
            "upload_time": "2024-06-01T07:38:01",
            "upload_time_iso_8601": "2024-06-01T07:38:01.139474Z",
            "url": "https://files.pythonhosted.org/packages/d7/44/a6128e3d3bce275be349cf78faff561b1d152d5998acf2fa78a8bb3d5901/Ethereum_Balance-2.3.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "41c1ef745215d32fb7dabb41741757367c87596f09bd4dca4715d3b0ab0793b7",
                "md5": "d89c7aae12013e04b76ec88d18a65095",
                "sha256": "dc8b84097a03e450da311266b2520b8a0236c012ca3d1d41db9140e001ea3741"
            },
            "downloads": -1,
            "filename": "ethereum_balance-2.3.5.tar.gz",
            "has_sig": false,
            "md5_digest": "d89c7aae12013e04b76ec88d18a65095",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 15459,
            "upload_time": "2024-06-01T07:38:04",
            "upload_time_iso_8601": "2024-06-01T07:38:04.093417Z",
            "url": "https://files.pythonhosted.org/packages/41/c1/ef745215d32fb7dabb41741757367c87596f09bd4dca4715d3b0ab0793b7/ethereum_balance-2.3.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-01 07:38:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yanjlee",
    "github_project": "Ethereum-Balance",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ethereum-balance"
}
        
Elapsed time: 4.89685s