mirror of
https://github.com/simon987/chan_feed.git
synced 2025-04-19 18:16:44 +00:00
add chan.org.li
This commit is contained in:
parent
cfd2f3bdce
commit
8ef56871a9
@ -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.
|
||||||
|
13
chan/chan.py
13
chan/chan.py
@ -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
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user