|
1 | 1 | # etherscan-python
|
2 | 2 |
|
3 |
| -A minimal, yet complete, python API for [etherscan.io](etherscan.io). |
4 |
| - |
5 | 3 | [](https://travis-ci.com/pcko1/etherscan-python)
|
6 | 4 | [](https://codecov.io/gh/pcko1/etherscan-python)
|
7 | 5 | [](https://www.python.org/downloads/release/python-385/)
|
8 | 6 | 
|
9 | 7 | [](https://zenodo.org/badge/latestdoi/298646404)
|
10 | 8 |
|
| 9 | +A minimal, yet complete, python API for [Etherscan.io](Etherscan.io). Powered by [Etherscan.io APIs](https://etherscan.io/apis). |
| 10 | + |
| 11 | +Powered by [Etherscan.io APIs](https://etherscan.io/apis). |
11 | 12 | ___
|
12 | 13 |
|
13 | 14 | All of the *free* GET endpoints from the following modules are provided:
|
@@ -110,7 +111,7 @@ If you think that a newly-added method is missing, kindly open an [issue](https:
|
110 | 111 |
|
111 | 112 | ## Installation
|
112 | 113 |
|
113 |
| -Before proceeding, you should register an account on [etherscan.io](etherscan.io) and generate a personal API key to use. |
| 114 | +Before proceeding, you should register an account on [Etherscan.io](Etherscan.io) and generate a personal API key to use. |
114 | 115 |
|
115 | 116 | Assuming [conda](https://docs.conda.io/en/latest/miniconda.html) is already installed on your system, first create the environment:
|
116 | 117 |
|
@@ -142,7 +143,7 @@ This will regenerate the logs under `logs/` with the most recent results and the
|
142 | 143 |
|
143 | 144 | ## Usage
|
144 | 145 |
|
145 |
| -In `python`, create a client with your personal etherscan.io API key: |
| 146 | +In `python`, create a client with your personal [Etherscan.io](Etherscan.io) API key: |
146 | 147 |
|
147 | 148 | ``` python
|
148 | 149 | from etherscan import Etherscan
|
|
0 commit comments