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

12 lines
259 B
Python
Raw Normal View History

2023-01-31 14:59:00 +00:00
# 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"