SkillAgentSearch skills...

TimeFarmBot

Bot that mines coins in TimeFarmBot

Install / Use

/learn @SudoLite/TimeFarmBot
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<img src="https://img.shields.io/badge/Telegram-%40Me-orange">

img1

🇮🇷 README available in Persian here

Special Thanks shamhi

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) |

Installation

You can download the Repository by cloning it to your system and installing the necessary dependencies:

~ >>> git clone https://github.com/SudoLite/TimeFarmBot.git
~ >>> cd TimeFarmBot

# If you are using Telethon sessions, then clone the "converter" branch
~ >>> git clone https://github.com/SudoLite/TimeFarmBot.git -b converter
~ >>> cd TimeFarmBot

#Linux
~/TimeFarmBot >>> python3 -m venv venv
~/TimeFarmBot >>> source venv/bin/activate
~/TimeFarmBot >>> pip3 install -r requirements.txt
~/TimeFarmBot >>> cp .env-example .env
~/TimeFarmBot >>> nano .env # Here you must specify your API_ID and API_HASH, the rest is taken by default
~/TimeFarmBot >>> python3 main.py

#Windows
~/TimeFarmBot >>> python -m venv venv
~/TimeFarmBot >>> venv\Scripts\activate
~/TimeFarmBot >>> pip install -r requirements.txt
~/TimeFarmBot >>> copy .env-example .env
~/TimeFarmBot >>> # Specify your API_ID and API_HASH, the rest is taken by default
~/TimeFarmBot >>> python main.py

Also, for a quick launch, you can use arguments, for example:

~/TimeFarmBot >>> python3 main.py --action (1/2)
# Or
~/TimeFarmBot >>> python3 main.py -a (1/2)

#1 - Create session
#2 - Run clicker

Related Skills

View on GitHub
GitHub Stars37
CategoryDevelopment
Updated1mo ago
Forks4

Languages

Python

Security Score

80/100

Audited on Feb 23, 2026

No findings