2023-02-14 09:59:59 +00:00
|
|
|
# BooruImageTagCuratingHelper
|
|
|
|
|
2023-02-14 10:10:11 +00:00
|
|
|
Tool for curating booru image bots
|
|
|
|
|
|
|
|
# TODO
|
2023-03-16 10:52:22 +00:00
|
|
|
## CLI
|
2023-07-09 17:22:27 +00:00
|
|
|
- [x] Sellection keys
|
|
|
|
- [x] Sellection legend
|
|
|
|
- [x] Image Dysplay (xdg-open :woozy:)
|
2023-02-14 10:10:11 +00:00
|
|
|
## DB
|
2023-07-09 17:22:27 +00:00
|
|
|
- [x] CSV structure (Multiple files of just one line, and i refuse to not say its still CSV)
|
|
|
|
- [x] Read
|
|
|
|
- [x] Write
|
2023-03-16 10:52:22 +00:00
|
|
|
## Config file
|
|
|
|
### Hardcoded for now
|
2023-07-09 19:15:58 +00:00
|
|
|
- [x] Tags
|
|
|
|
- [x] Keybinds
|
|
|
|
- [x] DB config (CSV for now)
|
2023-03-16 10:52:22 +00:00
|
|
|
## Downloader
|
2023-07-09 17:22:27 +00:00
|
|
|
- [x] Downloader (Gelbooru API)
|
2023-02-14 10:10:11 +00:00
|
|
|
## Uploader
|
2023-07-09 17:22:27 +00:00
|
|
|
- [x] Bot daemon (Ultimately using cron)
|
|
|
|
- [x] Masto API (https://git.fai.st/Suguivy/mastodon-image-uploader-bot)
|