Skip to content

Receive in your telegram the balance of your accumulated balance as well as the workers you have in place

Notifications You must be signed in to change notification settings

Welsyntoffie/DuinoCoinTelegramBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

DuinoCoinTelegramBot

Create bot, and get token bot:

Get chat ID:

Change in the script, the variables token, id and the username of your duinocoin wallet.

TOKEN="YOUR_TOKEN_BOT"
ID="YOUR_CHAT_ID"
WALLET="YOUR_USERNAME_WALLET"

Install package

sudo apt install -y jq

Assign execution permissions

chmod a+x duinocoin.sh

Launch script

./duinocoin.sh

Add cron, in this example, it runs every hour, every day of the week.

crontab -e

00 * * * * /path/to/script/duinocoin.sh >/dev/null 2>&1

donate DUCO's: azagramac ☕

About

Receive in your telegram the balance of your accumulated balance as well as the workers you have in place

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%