This is just open & free version, if you want to get full version with web panel administration, multy account system, updates for a 2 year, compatibility with new Telegram features and other features contact me @igorduino
Это открытая и бесплатная версия, если вы хотите получить полную версию с администрированием через бота и веб-панель, системой множественных учетных записей, обновлениями за 2 года, совместимостью с новыми функциями Telegram и другими фишками, свяжитесь со мной @igorduino
0. Pre-installation
- Install docker and docker-compose
1. Setup environment
cp .env.example .env
- API_ID and API_HASH you can get there https://my.telegram.org/auth?to=apps
- Put your PHONE_NUMBER and any ACCOUNT_NAME
- TELEGRAM_ID you can give it in @myidbot
- ADMIN_TELEGRAM_ID additional
- You need to create bot with @botfather and put BOT_API
- If you will run app with docker-compose yout DB_HOST equal postgress service name ("db" by default)
2. Create session file
- create venv and install requirements
python -m venv venv
. venv/bin/activate
|venv/Scripts/activate.bat
pip install -U pip wheel setuptools && pip install -r requirements.txt
- run
python create_pyrogram_session.py
it will be necessary to make a separate container for this in the future
3. Start docker stack
docker-compose up -d