From bea09075123f4a05b813d10c9375e0aecbd9bf4d Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Wed, 24 Feb 2021 10:24:56 -0300 Subject: [PATCH] New Personal Project: Top Reddit to Mastodon --- content/projects/mercury.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 content/projects/mercury.md diff --git a/content/projects/mercury.md b/content/projects/mercury.md new file mode 100644 index 0000000..e38309b --- /dev/null +++ b/content/projects/mercury.md @@ -0,0 +1,19 @@ ++++ +title = "Timeless Reactive Thrifty Mercury" +date = 2021-02-24 + +[taxonomies] +tags = ["projects", "personal", "reddit", "mastodon"] ++++ + +Top Reddit to Mastodon. + +Crawls Reddit subreddits and create a post on Mastodon when it reaches a +threshold. + +- Configuration allows adding multiple subreddits. + - Can be used as "http://reddit.com/r/some_subreddit.json" +- Threshold per subreddit. +- Make sure posts appear only once. +- Mastodon account for everyone or for each subreddit? +- What if the post is an image? Should we download and add it to the post?