Kibble game on ton Bot
- Auto claim daily bonus
- Auto tap
- Git
- Node JS
- TELEGRAM_APP_ID & TELEGRAM_APP_HASH Get it from Here
- clone project repo and cd to project dir
cd kibble-bot
- run
npm install
- run
cp src/config/config_tmp.js src/config/config.js
To configure the app, opensrc/config.js
and add your telegram app id and hash there - run
mkdir sessions
- to start the app run
npm run start
- run bot
npm run start
- choose option 1 create session
- enter session name
- enter your phone number starting with countrycode ex :
628xxxxxxxx
- after creating sessions, choose 3 start bot
- if something wrong with your sessions, reset sessions first
This bot using telegram sessions. if you ever one of my bot that use telegram sessions, you can just copy the sessions folder to this bot.