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