Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hhhscvx/planescryptobot
Auto farm bot for Telegram mini app @PlanesCryptoBot Planes farm.
https://github.com/hhhscvx/planescryptobot
auto-farm autofarm clicker farmer miner planes planes-crypto planes-crypto-bot pyrogram python tapper
Last synced: 11 days ago
JSON representation
Auto farm bot for Telegram mini app @PlanesCryptoBot Planes farm.
- Host: GitHub
- URL: https://github.com/hhhscvx/planescryptobot
- Owner: hhhscvx
- Created: 2024-12-18T08:26:06.000Z (24 days ago)
- Default Branch: master
- Last Pushed: 2024-12-18T09:23:31.000Z (24 days ago)
- Last Synced: 2024-12-18T09:33:57.785Z (24 days ago)
- Topics: auto-farm, autofarm, clicker, farmer, miner, planes, planes-crypto, planes-crypto-bot, pyrogram, python, tapper
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://t.me/hhhscvx)
## 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 | ✅ |## [Change Settings](https://github.com/hhhscvx/PlanesCryptoBot/blob/master/bot/config/config.py)
| Настройка | Описание |
|--------------------------|----------------------------------------------------------------------------------------|
| **API_ID / API_HASH** | Platform data from which to launch a Telegram session (stock - Android) |## Installation
You can download [**Repository**](https://github.com/hhhscvx/PlanesCryptoBot) by cloning it to your system and installing the necessary dependencies:
```shell
~ >>> 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
```