https://github.com/DeuroIO/erc20-ico-onchain-technical-analysis
An tool to analyze any company's ICO
https://github.com/DeuroIO/erc20-ico-onchain-technical-analysis
analysis bitcoin eth ethereum ico technical trading trading-bot
Last synced: about 1 year ago
JSON representation
An tool to analyze any company's ICO
- Host: GitHub
- URL: https://github.com/DeuroIO/erc20-ico-onchain-technical-analysis
- Owner: DeuroIO
- License: mit
- Created: 2018-01-16T05:59:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T18:32:28.000Z (over 3 years ago)
- Last Synced: 2024-11-19T01:42:46.865Z (over 1 year ago)
- Topics: analysis, bitcoin, eth, ethereum, ico, technical, trading, trading-bot
- Language: Python
- Homepage: https://deuro.io
- Size: 2.48 MB
- Stars: 337
- Watchers: 26
- Forks: 49
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ICO Top holder analysis
> *"Human tuned heuristic Python Library for ICO company analysis."*

### Table of Contents
* [Installation](#installation)
* [Usage](#usage)
* [Customization](#customization)
* [License](#license)
### Installation
Clone the git repository:
```console
$ git clone https://github.com/DeuroIO/erc20-ico-onchain-technical-analysis.git && cd erc20-ico-onchain-technical-analysis
```
Install necessary dependencies
```console
$ pip install -r requirement.txt
```

### Usage
Run the main business logic
```python
python main.py
```
#### 1.total-abt-exchange-analysis
https://plot.ly/~gelei/586/total-abt-exchange-analysis-bittrex-bitfinex-binance-poloniexliquiio-etherdelta-/#/

#### 2.top-50-list-and-their-token-amount-without-counting-the-exchange
https://plot.ly/~gelei/588/top-50-list-and-their-token-amount-without-counting-the-exchange/#/

#### 3.top-50-token-amount-moving-average-without-counting-the-exchange
https://plot.ly/~gelei/590/top-50-token-amount-moving-average-without-counting-the-exchange/#/

#### 4.exchange-token-amount
https://plot.ly/~gelei/592/exchange-token-amount/#/

#### 5.hourly-{token}-exchange-analysis
https://plot.ly/~gelei/594/hourly-abt-exchange-analysis-bittrex-bitfinex-binance-poloniexliquiio-etherdelta/#/

### Customization
If you want to customize for a different token, you can change the address in the code for now. In the near future, we will support cli integration.
### License
This code has been released under the [MIT License](LICENSE).