|
| 1 | + |
| 2 | + |
| 3 | +#etherscan-python |
| 4 | + |
| 5 | +A minimal python API for[etherscan.io](etherscan.io). |
| 6 | + |
1 | 7 | [](https://travis-ci.com/pcko1/etherscan-python) |
2 | 8 | [](https://codecov.io/gh/pcko1/etherscan-python) |
3 | 9 | [](https://www.python.org/downloads/release/python-385/) |
4 | 10 |  |
5 | 11 |
|
6 | | -#etherscan-python |
7 | | - |
8 | | -A minimal python API for[etherscan.io](etherscan.io). |
9 | | - |
10 | 12 | 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. |
11 | 13 |
|
12 | 14 | Their example use-cases are summarized[here](https://api.etherscan.io/apis). |
|