mirror of
https://github.com/simon987/chan_feed.git
synced 2025-04-16 08:56:42 +00:00
add 38chan
This commit is contained in:
parent
8cc4d60541
commit
012a7813ef
@ -5,7 +5,7 @@ image boards and publishes serialised JSON to RabbitMQ
|
||||
for real-time ingest.
|
||||
|
||||
Compatible image boards: 4chan, lainchan, uboachan,
|
||||
22chan, wizchan, 1chan, 2ch.hk, endchan.
|
||||
22chan, wizchan, 1chan, 2ch.hk, endchan, 38chan.
|
||||
|
||||
Can optionally push monitoring data to InfluxDB. Below is an
|
||||
example of Grafana being used to display it.
|
||||
|
15
chan.py
15
chan.py
@ -242,7 +242,7 @@ CHANS = {
|
||||
"news", "out", "po", "pol", "qst", "sci", "soc", "sp",
|
||||
"tg", "toy", "trv", "tv", "vp", "wsg", "wsr", "x"
|
||||
),
|
||||
rps=2/3
|
||||
rps=3/2
|
||||
),
|
||||
"lainchan": JsonChanHelper(
|
||||
2,
|
||||
@ -322,7 +322,7 @@ CHANS = {
|
||||
"a", "fd", "ja", "ma", "vn", "fg", "fur", "gg", "ga",
|
||||
"vape", "h", "ho", "hc", "e", "fet", "sex", "fag"
|
||||
),
|
||||
rps=10
|
||||
rps=1
|
||||
),
|
||||
"endchan": HtmlChanHelper(
|
||||
8,
|
||||
@ -345,4 +345,15 @@ CHANS = {
|
||||
),
|
||||
rps=1
|
||||
),
|
||||
"38chan": JsonChanHelper(
|
||||
9,
|
||||
"http://38chan.net/",
|
||||
"http://38chan.net/",
|
||||
"/res/",
|
||||
"/src/",
|
||||
(
|
||||
"a", "b", "g", "38"
|
||||
),
|
||||
rps=1 / 600
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user