forked from SunRed/discord-tweeter
Initial commit
This commit is contained in:
commit
eca46fcadd
21 changed files with 1666 additions and 0 deletions
15
config.example.toml
Normal file
15
config.example.toml
Normal file
|
@ -0,0 +1,15 @@
|
|||
username = "Someuser"
|
||||
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
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue