⚠️ 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.
If you have any questions or need assistance, feel free to join our community on Telegram:
Feature | Supported |
---|---|
Auto claim | ☑️ |
Auto staking and claim staking | ☑️ |
Autom task execution | ☑️ |
Daily reward claim | ☑️ |
Proxy binding to session | ☑️ |
Generation of User-Agent for each session | ☑️ |
Registration via your referral link without restrictions | ☑️ |
Option | Description (default values are provided, you can set your own) |
---|---|
API_ID / API_HASH | Telegram platform credentials for starting the session |
REF_ID | Your referral link in the format 1jwII9PnSOUKmhnIx |
USE_RANDOM_DELAY_IN_RUN | Run the session with a random delay True , without delay False |
RANDOM_DELAY_IN_RUN | Random delay in the range [0, 36000] |
CLAIM_RETRY | Claim retry 1 |
AUTO_UPGRADE_FARM | Upgrade your farm level True or False |
MAX_UPGRADE_LEVEL | Max upgrade farm level 7 |
SLEEP_TIME | Time each session sleeps after completing all actions [21000, 32000] |
USE_PROXY | True or False (default False ) |
Python 3.10
is installed | Installation guide for PythonDownload and extract the archive or use the command
git clone https://github.com/duonanotte/Timefarm.git
Navigate to the script folder:
cd Timefarm
For Windows:
python -m venv venv
venv/Scripts/activate
python3.10 -m venv venv
source venv/bin/activate
Install the required libraries:
pip install -r requirements.txt
.env
FileIn the terminal enter
copy .env-example .env
cp .env-example .env
API_ID
and API_HASH
in the .env
file, provided after registering your application. For example:
API_ID=45698563
API_HASH=446515f456178894a184
session_proxy.json
file, linking each account to a separate proxy.proxies.txt
file in format http://login:password@ip:port
and 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
session_proxy.json
file. This way, you will have a ready-made file where the first proxy line corresponds to the first account, and so on.sessions
folder.To create new sessions, run in terminal:
python main.py
Run the script in terminal:
python main.py