forked from SunRed/discord-tweeter
15 lines
344 B
TOML
15 lines
344 B
TOML
username = ""
|
|
password = "asd123"
|
|
#proxyaddr = "socks5://localhost:5555"
|
|
channels = [
|
|
"NinEverything",
|
|
"NintendoEurope",
|
|
"NintendoAmerica",
|
|
]
|
|
# Binary representation for efficient filtering
|
|
# Bit from left to right (most to least significant bit): IsSelfThread, IsRetweet, IsReply, IsPin, IsQuoted
|
|
filter = [
|
|
0b11111,
|
|
0b11111,
|
|
0b11111,
|
|
]
|