This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
NG_KillSwitch/config-example.py
Stanislav Mykhailenko 1c510c1de8
Implement file manager
2023-02-01 19:38:20 +02:00

14 lines
343 B
Python

# Project: Telegram PC kill switch bot
# Author: Stanislav Mykhailenko
# License: Unlicense
# This file contains an example config for the program
# Telegram bot token
token = "put your token here"
# Bot password
master_password = "put your password here"
# Google Drive folder to be used by the program
root_folder = "put folder ID here"