Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hhhscvx/yumifybot
Auto farm bot for Telegram mini app @Yumify_Bot Yumify claimer.
https://github.com/hhhscvx/yumifybot
claimer farmer miner pyrogram sessions tapper telegram-bot telegram-mini-app yescoin yumify yumify-bot
Last synced: 1 day ago
JSON representation
Auto farm bot for Telegram mini app @Yumify_Bot Yumify claimer.
- Host: GitHub
- URL: https://github.com/hhhscvx/yumifybot
- Owner: hhhscvx
- Created: 2024-10-17T08:57:06.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-04T06:19:35.000Z (about 2 months ago)
- Last Synced: 2024-11-04T07:21:38.793Z (about 2 months ago)
- Topics: claimer, farmer, miner, pyrogram, sessions, tapper, telegram-bot, telegram-mini-app, yescoin, yumify, yumify-bot
- Language: Python
- Homepage:
- Size: 139 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://t.me/hhhscvx)
![img1](.github/images/demo.png)
## Functionality
| Functional | Supported |
|----------------------------------------------------------------|:---------:|
| Multithreading | ✅ |
| Binding a proxy to a session | ✅ |
| Auto-purchase of items if you have coins (tap, energy, charge) | ✅ |
| Auto Claiming | ✅ |
| Random sleep time between clicks | ✅ |
| Random number of clicks per request | ✅ |
| Support tdata / pyrogram .session / telethon .session | ✅ |## [Change Settings](https://github.com/hhhscvx/YumifyBot/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/YumifyBot) by cloning it to your system and installing the necessary dependencies:
```shell
~ >>> git clone https://github.com/hhhscvx/YumifyBot.git
~ >>> cd YumifyBot#Linux
~/YumifyBot >>> python3 -m venv venv
~/YumifyBot >>> source venv/bin/activate
~/YumifyBot >>> pip3 install -r requirements.txt
~/YumifyBot >>> cp .env-example .env
~/YumifyBot >>> nano .env # Here you must specify your API_ID and API_HASH , the rest is taken by default
~/YumifyBot >>> python3 main.py#Windows
~/YumifyBot >>> python -m venv venv
~/YumifyBot >>> venv\Scripts\activate
~/YumifyBot >>> pip install -r requirements.txt
~/YumifyBot >>> copy .env-example .env
~/YumifyBot >>> # Specify your API_ID and API_HASH, the rest is taken by default
~/YumifyBot >>> python main.py
```