Manuel
2fd8f5d20b
* Add dockerignore and update editorconfig for Dockerfile * Abort docker build if arch is not supported
15 lines
312 B
TOML
15 lines
312 B
TOML
username = ""
|
|
password = "asd123"
|
|
#proxyaddr = "socks5://localhost:5555"
|
|
channels = [
|
|
"NinEverything",
|
|
"NintendoEurope",
|
|
"NintendoAmerica",
|
|
]
|
|
# Binary representation for efficient filtering
|
|
# Bit from right to left: IsQuoted, IsPin, IsReply, IsRetweet, IsSelfThread
|
|
filter = [
|
|
0b11111,
|
|
0b11111,
|
|
0b11111,
|
|
]
|