This repository contains a Python-based bot for automating tasks in the TimeFarm Telegram game. It can automatically handle farming, claiming rewards, upgrading, and managing authentication tokens for multiple accounts.
This bot was analyzed and prepared as part of a larger exploration into time-based systems and decentralized applications. The core logic resides in main.py
.
All configuration is handled via environment variables, which can be placed in a .env
file in the root of the project.
For a detailed explanation of all configuration options, how to tune them for your specific needs, and best practices for deployment, please see the comprehensive guide:
>> Guia de Configuração (Portuguese Configuration Guide)
- Install dependencies:
pip install -r requirements.txt
- Create your account file:
- Create a file named
query.txt
in the root directory. - Add your account
query_id
(s) to this file, one per line.
- Create a file named
- Create your configuration file:
- Create a file named
.env
. - Add the necessary configuration variables (see the guide above for details).
- Create a file named
- Run the bot:
python main.py