Skip to content

Commit

Permalink
telegram added; refactored into inheritance tree
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Dec 28, 2021
1 parent 7caf25d commit 37e215d
Show file tree
Hide file tree
Showing 6 changed files with 1,983 additions and 1,845 deletions.
43 changes: 28 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,22 +207,35 @@ Put the following into `local.json`:
```
{
"connections": {
"net1key":{
"irc_server_hostname":"127.0.0.1"
,"port":6667
,"channelsProps":{"#chan1":{"news_count":5},"#chan2":{"news_count":10},"#chan3":{"news_count":1}}
,"password": "x"
,"titleEnabled":false
,"onlycmc":true
,"enable_krako_translation":true
,"enable_hextoip":true
,"InitialBotNick":"botnick"
"tg":{
"bot1key":{
"BOT_TOKEN":"..."
,"onlycmc":true
},
"bot2key":{
"BOT_TOKEN":"..."
,"onlycmc":true
},
...
},
"net2key":{
//same as above
},
...
"irc":{
"net1key":{
"irc_server_hostname":"127.0.0.1"
,"port":6667
,"channelsProps":{"#chan1":{"news_count":5, "modes": {"compact":true}},"#chan2":{"news_count":10, "modes": {"compact":false}},"#chan3":{"news_count":1, "modes": {"compact":true}}}
,"password": "x"
,"titleEnabled":false
,"onlycmc":true
,"enable_krako_translation":true
,"enable_hextoip":true
,"InitialBotNick":"botnick"
},
"net2key":{
//same as above
},
...
}
}
,"coinmarketcap_apikey": "xxxx"
,"rapidapi_appkey":"xxxx"
Expand Down
Loading

0 comments on commit 37e215d

Please sign in to comment.