JIrcBot/config.json

30 lines
765 B
JSON
Raw Normal View History

2017-11-15 17:52:56 +03:00
{
"version" : "1.0",
2017-11-15 17:52:56 +03:00
"connections" : [
{
"enabled" : true,
"server" : "irc.freenode.net",
"port" : 6667,
2018-02-01 11:35:20 +03:00
"channelsNames" : ["#voidforum", "#lor"],
"botName" : "jircbot"
2017-11-15 17:52:56 +03:00
}
],
"settings" : {
"doodle" : {
"mainUrl" : "https://www.google.com",
"checkUrl" : "https://www.google.com/doodles",
"linkSelector" : "li.latest-doodle.on .container a",
"titleSelector" : "li.latest-doodle.on .container input.title",
"dateSelector" : "li.latest-doodle.on .container input.tag"
},
"search" : {
"uuid" : "YOUR_UUID",
"appKey" : "YOUR_APP_KEY"
2017-11-17 01:22:18 +03:00
},
"yaSearch" : {
"url" : "https://yandex.ru/search/xml?",
2018-02-01 11:35:20 +03:00
"user" : "USER_NAME",
"key" : "YOUR_KEY"
}
}
2017-11-15 17:52:56 +03:00
}