RSS Bot for Twister P2P
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
875 B

{
"twister":
{
"protocol":"http",
"host":"localhost",
"port":28332,
"username":"user",
"password":"pwd"
},
"sqlite":
{
"database":"database.sqlite",
"username":null,
"password":null
},
"feed":
[
{
"source":"https://...",
"target":"user1",
"queue":
{
"limit":5,
"delay":5
},
"keywords":
[
"News",
"news"
]
},
{
"source":"https://...",
"target":"user2",
"queue":
{
"limit":5,
"delay":5
},
"keywords":
[
"News",
"news"
]
}
]
}