Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 2.07 KB

README.md

File metadata and controls

39 lines (33 loc) · 2.07 KB

Functionality

Functional Supported
Multithreading
Binding a proxy to a session
Auto complting tasks
Random number of clicks per request
Support tdata / pyrogram .session / telethon .session
Настройка Описание
API_ID / API_HASH Platform data from which to launch a Telegram session (stock - Android)

Installation

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

~ >>> git clone https://github.com/hhhscvx/PlanesCryptoBot.git
~ >>> cd PlanesCryptoBot

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

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