No description
Find a file
2021-07-16 14:58:26 -05:00
.github/workflows inital work 2021-05-28 15:51:05 -05:00
.gitignore Initial commit 2021-05-28 15:31:09 -05:00
go.mod inital work 2021-05-28 15:51:05 -05:00
go.sum inital work 2021-05-28 15:51:05 -05:00
main.go add support for bsc tokens 2021-07-06 16:11:12 -05:00
README.md Update README.md 2021-07-16 14:58:26 -05:00

discord-eth-token-holders

⚠️This project has been merged with discord stock tickers.⚠️

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

image

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