AriChain Daily Task automated daily check-in and answer quiz using Telegram Bot By MamangZed
- Ari Chain Account
- VPS or RDP (OPTIONAL), Get free $200 credit DigitalOcean for 60 days here: Register
- Node.js v20.18.3 (LTS) or Latest
- Telegram Chat ID and BOT Token
- Tutorial how to create Telegram BOT and get the BOT TOKEN: YouTube
- Tutorial how to get your Telegram Chat ID: YouTube
- Install Node.js For Windows: Node.js
- For Unix and Termux: Node.js
- Don't Forget to Install GIT:
apt install git
- Download script Manually or use git:
git clone https://github.com/im-hanzou/arichain-daily-task
- Make sure you already in bot folder:
cd arichain-daily-task
- Install modules:
npm install
- Go to your Telegram Bot and chat
/start
- Insert your Arichain email address in
accounts.json
:
This script support multiple accounts
[
{
"email": "youremail@gmail.com"
}
]
- Insert you Telegram Bot Token in
.env
:
TELEGRAM_ID=651XXXYOUR_TELEGRAM_CHATID
BOT_TOKEN=74151XXXX:AAEXXYOUR_TELEGRAM_BOT_TOKEN
- Run Command:
node index.js
- Answer the daily quiz everyday
- Run this bot, use my referrer code if you don't have one.
- You can just run this bot at your own risk, I'm not responsible for any loss or damage caused by this bot.
- This bot is for educational purposes only.