Clone the repository
git clone https://github.com/yaz008/RemoteTGRunner.gitCreate Python virtual environment, activate it and run
pip install -r requirements.txt Create .env file:
TELEGRAM_API_KEY="YOUR-BOT-TOKEN"
MY_ID="YOUR-TELEGRAM-ID"
PROJECTS="ABSOLUTE-PATH-TO-PROJECTS-FOLDER"
TEMP="ABSOLUTE-PATH-TO-TEMP-FOLDER"
PYTHON="PATH-TO-YOUR-PYTHON"-
Create
your-project-name.rararchive -
Send it to your bot
Note: Main entry point must be your-project-name/src/main.py
Remote TG Runner is a free, open-source software distributed under the MIT License