18 lines
537 B
Plaintext
18 lines
537 B
Plaintext
•
|
|
┏┓┏┏┏┏┓┏┓┏┓
|
|
┛ ┛┛┛┛┗┛┗┗┫
|
|
┛
|
|
Rsssing is an RSS-based feed for art blogs. It generates a series of web pages
|
|
to be uploaded to a web server, or simply viewed in the browser. Tumblr and
|
|
Twitter (through nitter) sources are supported.
|
|
|
|
| Usage
|
|
Rssssing only works with the Bun[1] runtime
|
|
|
|
- Run `bun run setup`, `npm run setup`, etc.
|
|
- Add usernames and such to the "feeds" array in config.js
|
|
- `bun .`
|
|
- Open `out/index.html` in a browser. Enjoy :)
|
|
|
|
Links
|
|
1. https://bun.sh |