Manage your VC with ease. (Logging, Auto-Recording, and other cool features)
Report Bug
·
Request Feature
Git clone the repo:
git clone https://github.com/TibebeJS/telegram-VC-bot.gitChange directory into the newly created repository ("telegram-VC-bot")
cd telegram-VC-botpip install -r requirements.txtpipenv install --python python3and then activate the environment,
pipenv shellOpen up .env file in a text editor/IDE of your choice and replace with your IDs and credentials.
API_ID=... # you can find these values from my.telegram.org
API_HASH="..."
GROUP_ID=... # group you want to monitor
LOG_CHANNEL_ID=... # group you want the logs to be posted to
LOGGER_BOT_TOKEN="..." # bot the sends the logs (the bot should be able to send in the log channel)Finally, just run main.py
python main.py
More details can be found over: Project canban