Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1016 Bytes

README.md

File metadata and controls

44 lines (25 loc) · 1016 Bytes

Image title

🤖xDAI-Telegram-bot

Repo for an xDAI Telegram bot

Let's build a xDAI bot for Telegram. Easily send tips to your friends on Discord.

!Help commands

Commands

Available Commands:

/help Will show all the commands

/balance Check your balance.

/deposit Check your Deposit Address.

/tip @userName <xDAI_Amount>/penny/nickel/dime/quarter/dollar Send xDAI to anyone on telegram just with their username.

/withdraw Comming Soon You can withdraw to external account. Withdrawal fee is a penny.

/donate <xDAI_Amount> Donate xDAI to Studio Bot to show some support.

Mac users we will start with NodeJS

Here is a great guide on how to get NodeJS installed. ✔️ https://www.codementor.io/mercurial/how-to-install-node-js-on-macos-sierra-mphz41ekk

To begin to build the bot:

npm docs node-telegram-bot-api -- pop up the docs in the browser

npm install node-telegram-bot-api -- install the bot