From f9634ce610a6fef02296cb1026310ecad9576929 Mon Sep 17 00:00:00 2001 From: Thomas Carroll <5500712+snus-kin@users.noreply.github.com> Date: Wed, 24 Jun 2020 14:01:13 +0100 Subject: [PATCH] Added package flickr_image_bot (#1534) Co-authored-by: snus-kin --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 4a07383..48acfa9 100644 --- a/packages.json +++ b/packages.json @@ -18451,5 +18451,18 @@ "description": "nim tasks apply to git hooks", "license": "MIT", "web": "https://github.com/bung87/stage" + }, + { + "name": "flickr_image_bot", + "url": "https://github.com/snus-kin/flickr-image-bot", + "method": "git", + "tags": [ + "twitter", + "twitter-bot", + "flickr" + ], + "description": "Twitter bot for fetching flickr images with tags", + "license": "GPL-3.0", + "web": "https://github.com/snus-kin/flickr-image-bot" } ]