Skip to content

JesuisTong/banana_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tg_banana_bot

A Self-hosted telegram banana bot.

What is banana?

Feel free to tap to earn!

A telegram mini GameFI project, get your banana now:

Features

  • [✔] Auto login.
  • [✔] Auto claim banana every suitable hours.
  • [✔] Auto tap.
  • [✔] Auto complete tasks.
  • [✔] Auto speed up.
  • [✔] Auto claim tasks rewards.
  • [✔] Auto harvest your banana.
  • [✔] Invite.
  • [✔] Multi account.

TODO

  • [] Auto switch to your best banana.
  • [] sell your repeat banana.

Usage

  1. Download app from release page.

  2. Grab your 🍌banana URL from Telegram Web APP.

  3. Make sure that user.json must be same directory with tg_banana_bot.

user.json

format your user.json like this:

{
    "{different account alias name}": {
        "link": "{your link}",
        "access_token": "your access_token, most of time, generated by link when you first login",
        "cookie_token": "your cookie_token, most of time, generated by link when you first login",
        "invite_code": "{input your invite code here}"
    }
}

interface:

interface UserJson {
    [alias: string]: {
        link: string;
        access_token?: string;
        cookie_token?: string;
        invite_code?: string;
    }
}

FAQ

Q: How to get your 🍌banana URL

A:

  1. Open Telegram Web APP
  2. Click F12 toggle your devtool open.
  3. Click Play button left bottom side.
  4. Exec code below: document.querySelector('iframe').src, then copy it manually.
  5. Put it into the user.json file, like
{
    "user1": {
        "link": "{What you paste from step4}"
    }
}

Buy me a coffee

BTC bc1qfsg983l9adyc6fq96v8qjzax6fk3a39muspers

GitHub tag 0x5022519902ffFb8EeA99A8E7Ae53586b879f89Fd0x5022519902ffFb8EeA99A8E7Ae53586b879f89Fd

GitHub tag 6xFaxgz6tr8RV1bvcdfp97apf7usinXJQHtFUUTQ7Sir

License

GPL-3.0