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
- Host: GitHub
- URL: https://github.com/rssnyder/discord-eth-token-holders
- Owner: rssnyder
- Archived: true
- Created: 2021-05-28T20:31:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-16T19:58:26.000Z (almost 5 years ago)
- Last Synced: 2024-06-19T19:41:41.965Z (almost 2 years ago)
- Language: Go
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## 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
```