Find a file
2022-11-27 23:08:11 +01:00
tritonshell Add tritonshell for nix package manager 2022-11-27 23:07:25 +01:00
.envrc Add tritonshell for nix package manager 2022-11-27 23:07:25 +01:00
.gitignore Add gitignore 2022-11-27 23:07:52 +01:00
Dockerfile using cron in docker 2022-11-27 19:31:34 +01:00
feed2toot.ini Set toot visibility to unlisted 2022-11-27 23:08:11 +01:00
README.md readme 2022-11-27 19:53:12 +01:00

HackerNews -> Mastodon Bridge

This repo contains config to consume the HackerNews RSS feed (https://news.ycombinator.com/rss) and to toot the messages to https://mastodon.pub.solar/@hackernews_bot, a mastodon bot.

The dockerfile builds a container that uses feed2toot. All stateful data is expected to be mounted under /data, namely:

  • feed2toot.ini: config file in this repo
  • feed2toot_clientcred.txt: from register_feed2toot_app script
  • feed2toot_usercred.txt: from register_feed2toot_app script
  • feed2toot_cache.db: cache file to register previous posts