54 次程式碼提交 (master)
 

作者 SHA1 備註 日期
lub 61d66b2b9b Update 'README.md' 1 年前
lub 3b78b19330 use extra variable instead of post['category'] directly 1 年前
lub b2c23d0446 fix old_cache check 1 年前
lub 282b00daca set presence to offline
reduces inaccurate presence traffic
1 年前
lub 05f9da94c0 optimize cache logic 1 年前
lub f3ec6c6b73 remove unused import 1 年前
lub 61981726db fix linter errors 1 年前
lub ecf32bc114 add support for multiple categories 1 年前
lub 4a531d98f5 relicense 1 年前
lub ce4f3401f4 reorder native imports before 3rd party 1 年前
lub 65f83c75f2 remove .gitignore 1 年前
lub 544291ac60 switch to python:slim 1 年前
lub 9202a2f49d add docker repo URIs to readme 1 年前
lub 0130d63551 use hardcoded cache size instead of len(blog)
It seems the blog posts are not rotated strictly chronologically,
so sometimes previously already posted things got posted again.
3 年前
taire 00b6811a20 typo in comment 4 年前
lub 11e4c753ce clarify admin room sharing in readme 4 年前
lub 5b7f095470 add diablo bot to readme 4 年前
lub f88f17bb65 use unbuffered output
this prints stdout directly instead of buffering it. otherwise docker logs is useless because its not realtime
4 年前
lub 7990d787fc refactor category and image into own functions 4 年前
lub fed4b15d08 fix scraping 4 年前
lub cd194b344d fix example env vars in Dockerfile 4 年前
lub 7b99ba0d2b update readme 4 年前
lub 309e4b5dbf update public instances in readme 4 年前
lub 9daf4c851f fix event_type parameter 4 年前
lub 54a0261cae add some debug output 4 年前
lub 6e9823df5e add sync timeout
this prevents us spamming the server with sync requests
4 年前
lub 63e878ae7d randomize scraping interval 4 年前
lub 586dcf15de refactor main() into single category bot 4 年前
lub 09b86f2951 add some buffer to our cache 4 年前
lub 5b37157a49 reverse order in which scraped posts are returned 4 年前
lub 35edcac481 use markup for matrix room link 4 年前
lub 03928a2e0f add public instances to readme 4 年前
lub dcf5c99b73 add readme 4 年前
lub 0511d44436 simplify requirements.txt 4 年前
lub 524211fe5a run docker container as nobody:nogroup 4 年前
lub 2766de71eb optimize Dockerfile caching 4 年前
lub 8dbaab9473 reduce sync timeout 4 年前
lub d21cc6cc40 switch from :alpine to :latest
with :alpine some of our dependencies didn't build
4 年前
lub 317ce719b5 add initial Dockerfile 4 年前
lub 3e824fa92a add missing requirements 4 年前
lub 39dedbdc8e filter out double colon
because of call of duty: modern warfare
                       ^
4 年前
lub 13f48f9d8c dont spam the admin room with all updates 4 年前
lub 90458f255e cleanup some vars 4 年前
lub 0bcddaa5dc longer timeouts 4 年前
lub 57e62ea871 add url cache 4 年前
lub fd27695db1 add format to fallback message 4 年前
lub 13efe0e0ac fix <h5> <a> ordering 4 年前
lub 8d144e83a3 remove url from get_formatted_body 4 年前
lub 83787bd31b start spamming messages 4 年前
lub c84d401e07 auto accept invites 4 年前