add chan.org.li

This commit is contained in:
simon 2019-09-12 20:57:24 -04:00
parent cfd2f3bdce
commit 8ef56871a9
2 changed files with 14 additions and 2 deletions

View File

@ -6,7 +6,8 @@ image boards and publishes serialised JSON to RabbitMQ
Compatible image boards: 4chan, lainchan, uboachan, Compatible image boards: 4chan, lainchan, uboachan,
22chan, wizchan, 1chan, 2ch.hk, endchan, 38chan, alokal, 22chan, wizchan, 1chan, 2ch.hk, endchan, 38chan, alokal,
horochan, doushio, desuchan, tgchan, lolnada, 7chan, chanon. horochan, doushio, desuchan, tgchan, lolnada, 7chan, chanon,
chan.org.li.
Can optionally push monitoring data to InfluxDB. Below is an Can optionally push monitoring data to InfluxDB. Below is an
example of Grafana being used to display it. example of Grafana being used to display it.

View File

@ -338,6 +338,17 @@ CHANS = {
"a", "int", "j", "m", "pc", "pol", "prog", "tv", "a", "int", "j", "m", "pc", "pol", "prog", "tv",
"b", "milo", "pr0n", "s", "c", "sug", "b", "milo", "pr0n", "s", "c", "sug",
), ),
rps=1 / 30 rps=1 / 60
),
"chanorg": JsonChanHelper(
26,
"https://chan.org.il/",
"https://chan.org.il/",
"/res/",
"/src/",
(
"b", "goys"
),
rps=1 / 60
) )
} }