/Defi-Analysis-Tools

ETH/Tron public information crawler

Primary LanguagePython

Defi-Analysis-Tools

├── crawler
│   └── table.py / tokenholding table crawling
├── monitor
│   ├── crawler_api.py
│   ├── dex.py  / decentralized exchange currency price crawling
│   ├── eth_holders.py / token holders information crawling
│   ├── holders.py / token holders information crawling
│   ├── main.py
│   └── tron_balance.py / contract balance monitor
├── tools
│   └── create_ethaccount.py / creat ETH privateKey and address
└── web
    └── web.py / flask web interface