discord-tweeter/config.example.toml

16 lines
344 B
TOML
Raw Normal View History

username = ""
2023-08-29 18:00:00 +02:00
password = "asd123"
#proxyaddr = "socks5://localhost:5555"
channels = [
"NinEverything",
"NintendoEurope",
"NintendoAmerica",
2023-08-29 18:00:00 +02:00
]
# Binary representation for efficient filtering
# Bit from left to right (most to least significant bit): IsSelfThread, IsRetweet, IsReply, IsPin, IsQuoted
2023-08-29 18:00:00 +02:00
filter = [
0b11111,
0b11111,
0b11111,
2023-08-29 18:00:00 +02:00
]