Skip to content

im-hanzou/arichain-daily-task

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AriChain Daily Task

AriChain Daily Task automated daily check-in and answer quiz using Telegram Bot By MamangZed

Tools and components required

  1. Ari Chain Account
    • Download : iOS / Android
    • Register and insert referral code: 678d5b168b5a1
  2. VPS or RDP (OPTIONAL), Get free $200 credit DigitalOcean for 60 days here: Register
  3. Node.js v20.18.3 (LTS) or Latest
  4. Telegram Chat ID and BOT Token

Installation

  • 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

Run the Bot

  • 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

Notes

  • 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.

About

AriChain Daily Task automated daily check-in and answer quiz using Telegram Bot By MamangZed

Topics

Resources

Stars

Watchers

Forks

Languages

  • JavaScript 100.0%