A telegram bot which can monitor your exchange account and notify you changes like order executions and wallet deposits/notifications.
Simply talk to this bot @crypto_butler_bot! and follow the instructions, they are pretty self explainatory.
You can run the bot locally or on a server. Its pretty simple.
I have used Laravel and Botman Studio!.
- Clone the repo
- edit the .env file with your bot token! and database details.
- run
php artisan migrate
- if you are running locally you will have to obtain a public url using
ngrok
. - run
php artisan botman:telegram:register
to register the public url. make sure to use "https//publicurl.com/botman" (botman
is important at the end)