An open API service indexing awesome lists of open source software.

https://github.com/rssnyder/discord-eth-token-holders

a discord bot to show you the number of holders for a particular ethereum token
https://github.com/rssnyder/discord-eth-token-holders

Last synced: 5 months ago
JSON representation

a discord bot to show you the number of holders for a particular ethereum token

Awesome Lists containing this project

README

          

# discord-eth-token-holders

⚠️This project has been merged with [discord stock tickers](https://github.com/rssnyder/discord-stock-ticker).⚠️

a discord bot to show you the number of holders for a particular ethereum or binance-smart-chain token

![image](https://user-images.githubusercontent.com/7338312/120041575-19166b80-bfce-11eb-98bb-f0babc829ccd.png)

## usage

```
-activity string
text for activity
-address string
address of the token contract
-chain string
chain to use, ethereum or binance-smart-chain (default "ethereum")
-frequency int
seconds between gas price cycles (default 5)
-header string
text for nickname
-setNickname
wether to set nickname of bot
-token string
discord bot token
```

```
./discord-eth-token-holders -token 'xxxxxxxxxxxxxxxxxxxxxxxxx' -chain 'binance-smart-chain' -address '0x0000000000000000000000000' -activity '000 Holders' -header 'Total: ' -setNickname
```