matrix-moderation-tool/hardcoded_variables.py

13 lines
687 B
Python
Raw Normal View History

2023-07-09 16:59:30 -04:00
###########################################################################
# These values can be hard coded for easier usage: #
homeserver_url = "matrix.example.org"
base_url = "example.org"
access_token = ""
# ipinfo.io token
ipinfo_token = ""
2023-07-09 16:59:30 -04:00
# rdlist specific
rdlist_bot_username = "mod_team"
rdlist_recommended_tags = ['hub_room_links', 'hub_room_trade', 'preban', 'degen_misc', 'beastiality', 'degen_porn', 'gore', 'snuff', 'degen_larp', 'hub_room_sussy', 'bot_spam', 'cfm', 'jailbait', 'bot_porn', 'toddlercon', 'loli', 'csam', 'tfm', 'degen_meet', 'stylized_3d_loli', '3d_loli']
2023-07-09 16:59:30 -04:00
###########################################################################