PageBot/sample-secrets_file.py

18 lines
572 B
Python
Raw Normal View History

2024-02-15 13:55:23 -05:00
## TwoToneDetect Executable Path
ttd_path = "C:\\PATH\\TO\\TTD.exe"
## Discord Bot Token
2024-02-10 09:48:35 -05:00
key = 'Bot Token'
2024-02-15 13:55:23 -05:00
## Folder to Watch for output audio
2024-02-10 09:48:35 -05:00
watch_folder = '/path/to/folder'
2024-02-24 07:51:20 -05:00
## Text for after a ping.
notify_text = "You've been paged!"
2024-02-15 13:55:23 -05:00
## Discord Channel ID to send notifications
2024-02-10 09:48:35 -05:00
channel_id = channel_id_number
2024-02-15 13:55:23 -05:00
## Generally a good idea.
delete_after_upload=True
2024-02-15 13:55:23 -05:00
## This will slow down pages and is unreliable.
2024-03-02 11:52:02 -05:00
speech_to_text = True
## The background image for the video.
2024-10-25 10:02:45 -04:00
image_path = "img/blacksmall.jpg"
## time to restart daily, "None" to disable
restart_time = "02:00"