No description
Find a file
2022-01-15 18:21:45 +00:00
example-units add example service files, edit readme, change order of config message 2020-06-25 21:03:07 +01:00
src Fix randomness, and index issue 2022-01-15 18:21:45 +00:00
.gitignore Update .gitignore 2020-06-23 11:27:19 +01:00
flickr_image_bot.nimble fix nimble 2020-06-24 14:26:11 +01:00
LICENSE Update LICENSE 2020-06-23 22:32:15 +01:00
nim.cfg add files 2020-06-23 11:28:01 +01:00
README.md add example service files, edit readme, change order of config message 2020-06-25 21:03:07 +01:00

Flickr Twitter Bot (in Nim)

Takes a set of tags and posts a random photo to twitter, without duplicates

Example bot: https://twitter.com/BotBiodiversity

How to install

$ nimble install flickr_image_bot
$ flickr_image_bot
Config file created
$ vim ~/.config/flickr_image_bot/twitter_bot.cfg

Now run flickr_image_bot and a post will be made.

Service files

The files in directory example-units outline systemd user timer and service file pair that runs every 3 hours.