flickr_image_bot
Twitter bot for fetching flickr images with tags
Summary
| Latest Version | 0.1.0 |
|---|---|
| License | GPL-3.0 |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-09-01 07:17 |
Tags
Authors
- snus-kin
Installation
nimble install flickr_image_bot
choosenim install flickr_image_bot
git clone https://github.com/snus-kin/flickr-image-bot
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| flickr_image_bot | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 0.19.2 | No |
| https://github.com/snus-kin/twitter.nim | - | No |
Source
| Repository | https://github.com/snus-kin/flickr-image-bot |
|---|---|
| Homepage | https://github.com/snus-kin/flickr-image-bot |
| Registry Source | nimble_official |
README
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.