A microservice-based Telegram Bot for Google Meet Screen Sharing, controlled via a web panel.
pip install -r requirements.txt
- Run the main application:
python main.py
- If you are running the application for the first time, you will be prompted to enter your Telegram Bot Token.
- All services (
web_panel
,telegram_bot
,selenium_automation
) will be started automatically.
- Build and run the container:
docker-compose up --build
- Access the web panel at
http://localhost:5001
.