https://github.com/silvasur/falseknees-atom
A simple Lua script that generates an Atom feed of the fantastic False Knees webcomic. Mirror of https://git.laria.me/falseknees-atom/
https://github.com/silvasur/falseknees-atom
atom-feed feed lua scraper webcomic wtfpl
Last synced: 7 months ago
JSON representation
A simple Lua script that generates an Atom feed of the fantastic False Knees webcomic. Mirror of https://git.laria.me/falseknees-atom/
- Host: GitHub
- URL: https://github.com/silvasur/falseknees-atom
- Owner: silvasur
- License: other
- Created: 2020-03-11T21:41:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-11T21:42:12.000Z (over 5 years ago)
- Last Synced: 2025-01-30T08:31:28.572Z (9 months ago)
- Topics: atom-feed, feed, lua, scraper, webcomic, wtfpl
- Language: Lua
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
falseknees-atom
===============A simple Lua script that generates an Atom Feed of the fantastic
[False Knees][falseknees] webcomic.Requirements
------------You need to have [Lua][lua] (5.3 or later) and [LuaSocket][luasocket] installed.
Usage
-----Executing `falseknees-atom.lua` will write an Atom Feed with all the comic
strips to stdout. When you are using a feed reader that can take it's input from
an external binary, you can just point it to the script. E.g. here is an entry
for [Newsboat][newsboat]'s `~/.newsboat/urls` that I use:exec:~/src/falseknees-atom/falseknees-atom.lua
`~/src/falseknees-atom/` is where this repo lives on my machine. Adapt the path
to fit wherever you put it.Why?
----I want to know when the latest comic arrives, but
does not seem to get updated any more :(.[falseknees]: https://falseknees.com
[lua]: https://lua.org
[luasocket]: http://w3.impa.br/~diego/software/luasocket/home.html
[newsboat]: https://newsboat.org/