Skip to content

Latest commit

 

History

History
57 lines (47 loc) · 2.86 KB

README-EN.md

File metadata and controls

57 lines (47 loc) · 2.86 KB

Static Badge

Join my Telegram channel. I will be posting news about new bots and scripts there.

🇷🇺 README на русском доступен здесь

Functionality

Functional Supported
Multithreading
Binding a proxy to a session
Auto-claiming of the revenue
Auto-completion of tasks (only non telegram for now)
Support tdata / pyrogram .session / telethon .session
Settings Description
API_ID / API_HASH Platform data from which to launch a Telegram session (stock - Android)
SLEEP_BETWEEN_CLAIM Delay between Claim in seconds (eg [10,15])
SLEEP_BETWEEN_TASK_CLAIM Delay between Task reward claim in seconds (eg [5,10])
SLEEP_BETWEEN_FARMING Delay between Farming in seconds (eg [10,15])
USE_PROXY_FROM_FILE Whether to use proxy from the bot/config/proxies.txt file (True / False)

Installation

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

~ >>> git clone https://github.com/Re-Diss/TimeFarmCryptoBot.git
~ >>> cd TimeFarmCryptoBot

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

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

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

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

#1 - Create session
#2 - Run clicker