💸 An Umbru tip bot for Discord
Command prefix : !
Command | Description | Example |
---|---|---|
!info |
Show Umbru network/blockchain info. | |
!help |
Show help message. | |
!balance |
Show your balances. | |
!deposit |
Show your deposit address. | |
!tip (@user) (amount) |
Tip specified amount to specified user. | !tip @ryxor 5 |
!withdraw (address) (amount) |
Withdraw amount to specified address. | !withdraw UWAiMq8mjiJLvtZ3phfdyefATPxDNZcLib 10 |
!withdrawall (address) |
Withdraw all Umbru to specified address. | !withdrawall UWAiMq8mjiJLvtZ3phfdyefATPxDNZcLib |
- Python 3.5.3 or higher
- discord.py
- python-bitcoinrpc
python3 -m pip install -U discord.py
python3 -m pip install python-bitcoinrpc
-
Edit
config.py
-
Edit configuration file of umbrud (umbru.conf)
daemon=1
server=1
rpcuser={same as config.py}
rpcpassword={same as config.py}
- Run
tipbot.py
python3 tipbot.py