Please refer to this blogpost to get an overview.
Replace *-INSTANCE with one of the public instances listed in the scrapers section. Replace CAPITALIZED words with their corresponding identifiers on the website.
| #!/usr/bin/env -S bash -c "docker run -p 8080:8080 -it --rm \$(docker build --progress plain -f \$0 . 2>&1 | tee /dev/stderr | grep -oP 'sha256:[0-9a-f]*')" | |
| # syntax = docker/dockerfile:1.4.0 | |
| FROM node:20 | |
| WORKDIR /root | |
| RUN npm install sqlite3 |
| [ | |
| "https://www.yunyoujun.cn/atom.xml", | |
| "https://4ark.me/rss.xml", | |
| "https://nicksxs.me/atom.xml", | |
| "https://blog.ichr.me/atom.xml", | |
| "https://teobler.com/rss.xml", | |
| "https://www.mobaijun.com/atom.xml", | |
| "https://zikin.org/feed", | |
| "https://frankorz.com/atom.xml", | |
| "https://quest.myxxts.club/feed", |
Please refer to this blogpost to get an overview.
Replace *-INSTANCE with one of the public instances listed in the scrapers section. Replace CAPITALIZED words with their corresponding identifiers on the website.