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.git
Change directory into the newly created repository ("telegram-VC-bot")
cd telegram-VC-bot
pip install -r requirements.txt
pipenv install --python python3
and then activate the environment,
pipenv shell
Open 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