Stacker News Bot that posts links to circumvent paywalls or login walls https://stacker.news/unpaywall
Go to file
ekzyis 355b160478 Update to sn-goapi v0.3.2 2023-11-23 18:24:07 +01:00
.env.template initial release 2023-08-23 05:03:38 +02:00
.gitignore initial release 2023-08-23 05:03:38 +02:00
README.md initial release 2023-08-23 05:03:38 +02:00
db.go initial release 2023-08-23 05:03:38 +02:00
go.mod Update to sn-goapi v0.3.2 2023-11-23 18:24:07 +01:00
go.sum Update to sn-goapi v0.3.2 2023-11-23 18:24:07 +01:00
main.go Make layout even smaller 2023-08-31 19:21:52 +02:00
nostr.go initial release 2023-08-23 05:03:38 +02:00

README.md

unpaywall

This is a Stacker News bot that fetches every minute all recent posts.

If a post is a twitter link, it adds a comment with nitter links and stores the comment + item id in a sqlite3 database.

If the post already has a comment from the bot (by checking the database), it does not post a comment to prevent duplicates.