akasakaid / thetod

Auto Tap for TapTether Telegram Bot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thetod

Automation click/ tap for tether bot

Table of Contents

Features

  • Auto Tap/ click
  • Multi Account Support

Registration

Click the following link to register : https://t.me/taptether_bot?start=ZJHQ8GY

Warning

All Risks are borne by the user!

How to Use

About Config.json

Here some parameter / key to set, you can custom it.

key/ parameter description
interval_click interval/ countdown before next click
countdown countdown for getting energy to next tap session
click_range click range to get random click, have 2 parameter
min : minimum click
max : maximul click

Windows

  1. Make sure you computer was installed python and git.

    python site : https://python.org

    git site : https://git-scm.com/

  2. Clone this repository

    git clone https://github.com/akasakaid/thetod.git
  3. goto thetod directory

    cd thetod
    
  4. install the require library

    python -m pip install -r requirements.txt
    
  5. Edit data.txt, input you data query_id/user in data.txt, find you query_id/user in How to Get Data.

    One line for one data account, if you want add you second account add in new line!

  6. execute the main program

    python bot.py
    

Linux

  1. Make sure you computer was installed python and git.

    python

    sudo apt install python3 python3-pip

    git

    sudo apt install git
  2. Clone this repository

    git clone https://github.com/akasakaid/thetod.git
  3. goto thetod directory

    cd thetod
  4. Install the require library

    python3 -m pip install -r requirements.txt
    
  5. Edit data.txt, input you data query_id/user in data.txt, find you query_id/user in How to Get Data.

    One line for one data account, if you want add you second account add in new line!

  6. execute the main program

    python bot.py
    

Termux

  1. Make sure you termux was installed python and git.

    python

    pkg install python
    

    git

    pkg install git
    
  2. Clone this repository

    git clone https://github.com/akasakaid/thetod.git
  3. goto thetod directory

    cd thetod
    
  4. install the require library

    python -m pip install -r requirements.txt
    
  5. Edit data.txt, input you data query_id/user in data.txt, find you query_id/user in How to Get Data.

    One line for one data account, if you want add you second account add in new line!

  6. execute the main program

    python bot.py
    

How to Get Data

  1. Active web inspecting in telegram app, How to activate follow the video https://youtu.be/NYxHmck_GjE
  2. Goto telegram bot that you want and open the apps
  3. Press F12 on your keyboard to open devtool or right click on app and select Inspect
  4. Goto console menu and copy javascript code then paste on console menu
  5. If you don't receive error message, it means you successfully copy telegram data then paste on data.txt (1 line for 1 telegram data)

Example telegram data

query_id=xxxxxxxxxx&user=xxxxxxfirst_namexxxxxlast_namexxxxxxxusernamexxxxxxxlanguage_codexxxxxxxallows_write_to_pmxxxxxxx&auth_date=xxxxxx&hash=xxxxxxxxxxxxxxxxxxxxx
  1. If you want to add more account. Just paste telegram second account data in line number 2.

Maybe like this sample in below

1.query_id=xxxxxxxxxx&user=xxxxxxfirst_namexxxxxlast_namexxxxxxxusernamexxxxxxxlanguage_codexxxxxxxallows_write_to_pmxxxxxxx&auth_date=xxxxxx&hash=xxxxxxxxxxxxxxxxxxxxx
2.query_id=xxxxxxxxxx&user=xxxxxxfirst_namexxxxxlast_namexxxxxxxusernamexxxxxxxlanguage_codexxxxxxxallows_write_to_pmxxxxxxx&auth_date=xxxxxx&hash=xxxxxxxxxxxxxxxxxxxxx

Javascript Command to Get Telegram Data for Desktop

copy(Telegram.WebApp.initData);console.log("success copy data !")

Run for 24/7

You can run the script bot for 24/7 using vps / rdp. You can use screen application in vps linux to running the script bot in background process

Support My Work

Support my work on :

QRIS (Indonesian only) : https://s.id/nusanqr

Socialbuzz (International) : https://sociabuzz.com/fawwazthoerif/tribe

Discussion

If you have any question or something,you can join the group discussion in the following link : @sdsproject_chat

Thanks

About

Auto Tap for TapTether Telegram Bot.


Languages

Language:Python 100.0%