11 lines
259 B
Python
11 lines
259 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"
|