Timefarm
Bot for TimeFarm app
Install / Use
/learn @andgedeveloper/TimefarmREADME
🤖 Guid for launching TimeFarm bot

Table of Contents
- Step 1: Preparation
- Step 2: Create and Activate Virtual Environment
- Step 3: Install Dependencies
- Step 4: Create and Fill .env File
- Step 5: Obtaining API Keys
- Step 6: Proxy Setup
- Step 7: Create Sessions or Use Existing Ones
- Step 8: Run the script
⚠️ WARNING:
Use the script at your own risk. The author of this script is not responsible for any actions taken by users and their consequences, including account bans and other restrictions. We recommend that you exercise caution and avoid sharing confidential information, as this may lead to the compromise of your data. Before using, be sure to review the terms of service of the applications you are working with to avoid violating their rules. Keep in mind that automation may result in unwanted consequences, such as temporary or permanent suspension of your account. Always act consciously and consider the potential risks.
Need help? Join our community!
If you have any questions or need assistance, feel free to join our community on Telegram:
Features
| Feature | Supported | |---------|-----------| | Auto claim | <div align="center"> ☑️ </div> | | Auto staking and claim staking| <div align="center"> ☑️ </div> | | Autom task execution | <div align="center"> ☑️ </div> | | Daily reward claim | <div align="center"> ☑️ </div> | | Proxy binding to session | <div align="center"> ☑️ </div> | | Generation of User-Agent for each session | <div align="center"> ☑️ </div> | | Registration via your referral link without restrictions | <div align="center"> ☑️ </div> |
Settings
| Option | Description (default values are provided, you can set your own) |
|-----------------------------|-------------------------------------------------------------------------------------|
| API_ID / API_HASH | <small>Telegram platform credentials for starting the session</small> |
| REF_ID | <small>Your referral link in the format 1jwII9PnSOUKmhnIx</small> |
| USE_RANDOM_DELAY_IN_RUN | <small>Run the session with a random delay True, without delay False</small> |
| RANDOM_DELAY_IN_RUN | <small>Random delay in the range [0, 36000]</small> |
| CLAIM_RETRY | <small>Claim retry 1</small> |
| AUTO_UPGRADE_FARM | <small>Upgrade your farm level True or False</small> |
| MAX_UPGRADE_LEVEL | <small>Max upgrade farm level 7</small> |
| SLEEP_TIME | <small>Time each session sleeps after completing all actions [21000, 32000]</small> |
| USE_PROXY | <small>True or False(default False)</small> |
Step 1: Preparation
-
Ensure that
Python 3.10is installed | Installation guide for Python -
Download and extract the archive or use the command
git clone https://github.com/duonanotte/Timefarm.git -
Navigate to the script folder:
cd Timefarm
Step 2: Create and Activate Virtual Environment
-
For Windows:
python -m venv venv venv/Scripts/activate -
For Linux:
python3.10 -m venv venv source venv/bin/activate
Step 3: Install Dependencies
-
Install the required libraries:
pip install -r requirements.txt
Step 4: Create and Fill .env File
-
In the terminal enter
- For Windows:
copy .env-example .env - For Linux:
cp .env-example .env
- For Windows:
Step 5: Obtaining API Keys
- Go to my.telegram.org and log in using your phone number.
- Select "API development tools" and fill out the form to register a new application.
- Record the
API_IDandAPI_HASHin the.envfile, provided after registering your application. For example:API_ID=45698563 API_HASH=446515f456178894a184
Step 6: Proxy Setup
-
Fill in the
session_proxy.jsonfile, linking each account to a separate proxy. -
For automatic filling, add all your proxies to the
proxies.txtfile in formathttp://login:password@ip:portand name your sessions in folder sessions, for example, "1-Andrey", "2-John". If you name the sessions differently, the script will randomly get a proxy for each session. -
In the terminal run the command
python bot/config/proxies/session_proxy_matcher.py -
The script will match each proxy line with the account number and add them to the
session_proxy.jsonfile. This way, you will have a ready-made file where the first proxy line corresponds to the first account, and so on.
Step 7: Create Sessions or Use Existing Ones
-
To use existing sessions, add them to the
sessionsfolder. -
To create new sessions, run in terminal:
python main.py -
select option "2" in the main menu of the program and follow the prompts
Step 8: Run the script
-
Run the script in terminal:
python main.py -
Select option "1" in the main menu, and the script will start running.
Related Skills
node-connect
339.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
339.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.9kCommit, push, and open a PR
