SkillAgentSearch skills...

TimefarmBot

TimeFarmtodBot App AutoClicker

Install / Use

/learn @sizifart/TimefarmBot
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

timefarmtodBot

🖱️ clicker for https://t.me/TimeFarmCryptoBot

Recommendation before use

🔥🔥 Use PYTHON 3.10 🔥🔥

Functionality

| Functional | Supported | |----------------------------------------------------------------|:---------:| | Multithreading | ✅ | | Binding a proxy to a session | ✅ | | Auto get all tasks except telegram tasks | ✅ | | Auto upgrade level for boost farming | ✅ | | Retry request per claim | ✅ | | Support tdata / pyrogram .session / telethon .session | ✅ |

Settings

| Setting | Description | |---------------------------|-------------------------------------------------------------------------------| | API_ID / API_HASH | Platform data from which to launch a Telegram session (stock - Android) | | CLAIM_RETRY | Number of tries if Claim is unsuccessful (e.g., 3) | | SLEEP_BETWEEN_CLAIM | Delay between Claim in minutes (e.g., 180) | | AUTO_UPGRADE_FARM | Should I improve farmer level (True / False) | | MAX_UPGRADE_LEVEL | Maximum level of farmer (up to 4) | | USE_PROXY_FROM_FILE | Whether to use proxy from the bot/config/proxies.txt file (True / False) |

📕 Profiles

Possible to create a profile with unique data for each session:

{
  "session1": {
    "proxy": "socks5://yGow3a:uBro3wL@58.195.21.83:9715",
    "headers": {"...": "..."},
    "fingerprint": {"...": "..."}
  },
  "session2": {
    "proxy": "socks5://yGow3a:uBro3wL@58.195.21.83:9715",
    "headers": {"...": "..."},
    "fingerprint": {"...": "..."}
  },
  "...": {}
}

Note: session1 и session2 - are examples of session names.

Prerequisites

Before you begin, make sure you have the following installed:

  • Python version 3.10
  • Telegram API_ID and API_HASH (you can get them here)

Obtaining API Keys

  1. Go to my.telegram.org and log in using your phone number.
  2. Select "API development tools" and fill out the form to register a new application.
  3. Record the API_ID and API_HASH provided after registering your application in the .env file.

Auto Install/Run

  • Click on RUN.bat to automatically install the required dependencies and run the project

Menual Install/Run

  1. Install the required dependencies:
    pip install -r requirements.txt
    
  2. Please edit the name file .env-example to .env and add your API_ID and API_HASH:

Usage

  1. Run the bot:
    python main.py
    

Install/Run into Phone

Termux Setup

Link about python and pip on Termux that comes with the pkg python

git clone https://github.com/sizifart/TimefarmBot.git
cd TimefarmBot
pip3 install -r requirements.txt
chmod +x main.py

Telegram Channel

✅ Channel for information and training on Telegram airdrop bots 🔷 Follow us on Telegram : SIZIFAIRDROP

Discussion

If you have an question or something you can ask in here : F.Davoodi

Related Skills

View on GitHub
GitHub Stars16
CategoryDevelopment
Updated1mo ago
Forks3

Languages

Python

Security Score

75/100

Audited on Feb 23, 2026

No findings