|
1 | | -[](https://travis-ci.com/pcko1/etherscan-python) |
2 | | -[](https://codecov.io/gh/pcko1/etherscan-python) |
3 | | -[](https://www.python.org/downloads/release/python-385/) |
4 | 1 |
|
5 | | - |
6 | 2 |
|
7 | 3 | #etherscan-python |
8 | 4 |
|
9 | | -A minimal python API for[etherscan.io](etherscan.io). |
| 5 | +A minimal python API for[etherscan.io](etherscan.io). |
10 | 6 |
|
11 | | -Most of the free webhooks from the[Accounts](https://etherscan.io/apis#accounts),[Contracts](https://etherscan.io/apis#contracts),[Transactions](https://etherscan.io/apis#transactions) and[Tokens](https://etherscan.io/apis#tokens) modules are supported. |
| 7 | +[](https://travis-ci.com/pcko1/etherscan-python) |
| 8 | +[](https://codecov.io/gh/pcko1/etherscan-python) |
| 9 | +[](https://www.python.org/downloads/release/python-385/) |
| 10 | + |
| 11 | +___ |
12 | 12 |
|
13 | | - Their example use-cases are summarized[here](https://api.etherscan.io/apis). |
| 13 | +Most of the free webhooks from the[Accounts](https://etherscan.io/apis#accounts),[Contracts](https://etherscan.io/apis#contracts),[Transactions](https://etherscan.io/apis#transactions) and[Tokens](https://etherscan.io/apis#tokens) modules are supported. Their example use-cases are summarized[here](https://api.etherscan.io/apis). |
14 | 14 |
|
15 | 15 | ##Installation |
16 | 16 |
|
@@ -42,7 +42,7 @@ conda activate etherscan-python && bash run_tests.sh |
42 | 42 |
|
43 | 43 | ## Usage |
44 | 44 |
|
45 | | -In`python`, create a client with your personal etherscan.io API key: |
| 45 | +In`python`, create a client with your personal etherscan.io API key: |
46 | 46 |
|
47 | 47 | ``` python |
48 | 48 | from etherscan.client import Client |
|