Skip to content

tudeiy/timefarmtod

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TimeFarmTod

Auto claim for time farm telegram bot

Table of Contens

Features

  • Auto Claim
  • Auto Claim Daily Reward
  • Support Multi Account
  • Auto Complete Task (except telegram task)
  • no login require

Register

Click the following link for register : https://t.me/TimeFarmCryptoBot?start=aL10AOUuixNmozwN

How to Use

Config.json Explanation

key value description
auto_upgrade bool (true/false) auto upgrade account to next level
auto_task bool (true/false) auto complete task (except telegram task)
interval integer (second) sleep time every account

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/timefarmtod.git
  3. goto timefarmtod directory

    cd timefarmtod
    
  4. install the require library

    python -m pip install -r requirements.txt
    
  5. fill the data.txt file with your data, how to get data you can refer to How to Get Data

  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/timefarmtod.git
  3. goto timefarmtod directory

    cd timefarmtod
  4. Install the require library

    python3 -m pip install -r requirements.txt
    
  5. fill the data.txt file with your data, how to get data you can refer to How to Get Data

  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/timefarmtod.git
  3. goto timefarmtod directory

    cd timefarmtod
    
  4. install the require library

    python -m pip install -r requirements.txt
    
  5. fill the data.txt file with your data, how to get data you can refer to How to Get Data

  6. execute the main program

    python bot.py
    

How to Get Data

So the way to get the data needed is the same as the bot script program that I have made before, for example blumtod. the data is entered into the data.txt file, one line contains 1 account data.

Example of data needed

query_id=xxxxxxxxxx&user=xxxxxxfirst_namexxxxxlast_namexxxxxxxusernamexxxxxxxlanguage_codexxxxxxxallows_write_to_pmxxxxxxx&auth_date=xxxxxx&hash=xxxxxxxxxxxxxxxxxxxxx

If you want to add more account than this is how

query_id=xxxxxxxxxx&user=xxxxxxfirst_namexxxxxlast_namexxxxxxxusernamexxxxxxxlanguage_codexxxxxxxallows_write_to_pmxxxxxxx&auth_date=xxxxxx&hash=xxxxxxxxxxxxxxxxxxxxx
query_id=xxxxxxxxxx&user=xxxxxxfirst_namexxxxxlast_namexxxxxxxusernamexxxxxxxlanguage_codexxxxxxxallows_write_to_pmxxxxxxx&auth_date=xxxxxx&hash=xxxxxxxxxxxxxxxxxxxxx

Discussion

If you have an question or something you can ask in here : @sdsproject_chat

Support

To support me you can buy me a coffee via website in below

Thank you < 3

About

Auto claim for time farm telegram bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%