BlumBot is a Telegram automation tool designed to help you manage and interact with BlumCryptoBot. This bot can create sessions, gather statistics, and automate tasks for your accounts.
- Create Pyrogram sessions
- Gather and save statistics
- Automate interaction with BlumCryptoBot
-
Clone the repository:
git clone https://github.com/flaming-chameleon/telegram-blum-auto.git cd telegram-blum-auto -
Run script: Double-click on the
run.bat(windows) orbash run.sh(linux or macos)
Edit the data/config.py file with your API_ID and API_HASH.
API_ID = 'your_api_id'
API_HASH = 'your_api_hash'-
Run the script:
run.batorrun.sh -
Select an action:
1create session2run clicker
.
├── data
│ ├── config.py
│ ├── proxy.txt
│ └── __pycache__
├── main.py
├── README.md
├── requirements.txt
├── run.bat
├── run.sh
└── utils
├── blum.py
├── core
├── __pycache__
├── starter.py
└── telegram.py
For support or questions, contact me on Telegram: @hidden_coding
BlumBot - это инструмент автоматизации для Telegram, разработанный для помощи в управлении и взаимодействии с BlumCryptoBot. Этот бот может создавать сессии, собирать статистику и автоматизировать задачи для ваших аккаунтов.
- Создание сессий Pyrogram
- Сбор и сохранение статистики
- Автоматизация взаимодействия с BlumCryptoBot
-
Клонируйте репозиторий:
git clone https://github.com/flaming-chameleon/telegram-blum-auto.git cd telegram-blum-auto -
Запустите скрипт: Дважды щелкните по файлу
run.batесли у вас Windows или выволпните командуsh run.shесли у вас Unix-система
Отредактируйте файл data/config.py, добавив ваши API_ID и API_HASH.
API_ID = 'your_api_id'
API_HASH = 'your_api_hash'-
Запустите скрипт:
run.batилиrun.sh -
Выберите действие:
1чтобы создать сессии Pyrogram2чтобы запустить бота
.
├── data
│ ├── config.py
│ ├── proxy.txt
│ └── __pycache__
├── main.py
├── README.md
├── requirements.txt
├── run.bat
├── run.sh
└── utils
├── blum.py
├── core
├── __pycache__
├── starter.py
└── telegram.py
Для поддержки или вопросов свяжитесь со мной в Telegram: @hidden_coding

