Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morion4000/telegram-tip-bot
Telegram bot for making tips and staking WebDollar (WEBD).
https://github.com/morion4000/telegram-tip-bot
blockchain bot cryptocurrencies javascript nodejs telegram telegram-bot tipping webd webdollar
Last synced: 5 days ago
JSON representation
Telegram bot for making tips and staking WebDollar (WEBD).
- Host: GitHub
- URL: https://github.com/morion4000/telegram-tip-bot
- Owner: morion4000
- Created: 2019-05-17T13:55:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-12T13:49:43.000Z (5 months ago)
- Last Synced: 2024-06-13T15:36:09.659Z (5 months ago)
- Topics: blockchain, bot, cryptocurrencies, javascript, nodejs, telegram, telegram-bot, tipping, webd, webdollar
- Language: JavaScript
- Homepage: https://t.me/webdollar_tip_bot
- Size: 1.54 MB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Important
The bot is not maintained anymore and will be gradually disabled.
# Telegram Tip Bot
## Supported cryptocurrencies
- WebDollar -
## Commands
- **help** - Shows the help message
- **game** - Play 👻 Haunted Tower and win rewards
- **rain** - Tip the users active on the channel
- **tip** - Tip the user with the specified amount
- **tipbalance** - Shows your balance
- **wallet** - Shows your WEBD wallet for deposits and withdrawals
- **setwallet** - Set the WEBD wallet that you are using for deposits and withdrawals
- **deposit** - Deposit funds to your account from the wallet you set
- **withdraw** - Withdraw funds from your account to the wallet you set or a WEBD adress
- **transactions** - Shows the transactions for your account
- **fees** - Shows the fees
- **price** - Shows the price and volume for WEBD
- **staking** - Shows the staking rewards received
- **scoreboard** - Top 10 tippers (only public tips are counted)
- **tutorial** - How to use WebDollar in the browser
- **lottery** - Shows information about the current round
- **lotterytickets** - Shows the tickets for the current round
- **lotterydeposit** - Move funds to lottery balance
- **lotterywithdraw** - Move funds to balance
- **lotteryfaq** - Most common questions about the lottery
- **lotteryhistory** - Shows the last 10 rounds## Install
`npm run install`
## Load .env file
`export $(cat .env | xargs)`
## Start bot
`node bot`
## Start app (bot + API)
`node app`
## Docker image
https://hub.docker.com/repository/docker/morion4000/telegram-tip-bot
## Deploy
`sls deploy`