Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hhhscvx/zavodwalletbot
Auto farm bot for Telegram mini app @Mdaowalletbot Zavod farm.
https://github.com/hhhscvx/zavodwalletbot
bot clicker farm farmer mdaowallet miner pyrogram python zavodwallet
Last synced: 18 days ago
JSON representation
Auto farm bot for Telegram mini app @Mdaowalletbot Zavod farm.
- Host: GitHub
- URL: https://github.com/hhhscvx/zavodwalletbot
- Owner: hhhscvx
- Created: 2024-11-21T09:03:58.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-11-30T04:30:40.000Z (25 days ago)
- Last Synced: 2024-11-30T05:22:48.458Z (25 days ago)
- Topics: bot, clicker, farm, farmer, mdaowallet, miner, pyrogram, python, zavodwallet
- Language: Python
- Homepage:
- Size: 8.79 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 Claiming | ✅ |
| Random sleep time between claim | ✅ |
| Auto upgrade y | ✅ |## [Change Settings](https://github.com/hhhscvx/ZavodWalletBot/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/ZavodWalletBot) by cloning it to your system and installing the necessary dependencies:
```shell
~ >>> git clone https://github.com/hhhscvx/ZavodWalletBot.git
~ >>> cd ZavodWalletBot#Linux
~/ZavodWalletBot >>> python3 -m venv venv
~/ZavodWalletBot >>> source venv/bin/activate
~/ZavodWalletBot >>> pip3 install -r requirements.txt
~/ZavodWalletBot >>> cp .env-example .env
~/ZavodWalletBot >>> nano .env # Here you must specify your API_ID and API_HASH , the rest is taken by default
~/ZavodWalletBot >>> python3 main.py#Windows
~/ZavodWalletBot >>> python -m venv venv
~/ZavodWalletBot >>> venv\Scripts\activate
~/ZavodWalletBot >>> pip install -r requirements.txt
~/ZavodWalletBot >>> copy .env-example .env
~/ZavodWalletBot >>> # Specify your API_ID and API_HASH, the rest is taken by default
~/ZavodWalletBot >>> python main.py
```