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
|
|
|
|
- Sellection keys ✅
|
|
|
|
- Sellection legend ✅
|
|
|
|
- Image Dysplay ✅ (xdg-open :woozy:)
|
2023-02-14 10:10:11 +00:00
|
|
|
## DB
|
2023-03-16 10:52:22 +00:00
|
|
|
- CSV structure ✅ (Multiple files of just one line, and i refuse to not say its still CSV)
|
|
|
|
- Read ✅
|
|
|
|
- Write ✅
|
|
|
|
## Config file
|
|
|
|
### Hardcoded for now
|
2023-02-14 10:10:11 +00:00
|
|
|
- Tags
|
2023-03-16 10:52:22 +00:00
|
|
|
- Keybinds
|
2023-02-14 10:10:11 +00:00
|
|
|
- DB config (CSV for now)
|
|
|
|
- API URLS (MAYBE I CAN JUST CURL?)
|
2023-03-16 10:52:22 +00:00
|
|
|
## Downloader
|
|
|
|
- Downloader ✅ (Gelbooru API)
|
2023-02-14 10:10:11 +00:00
|
|
|
## Uploader
|
2023-03-16 10:52:22 +00:00
|
|
|
- Bot daemon ✅ (Ultimately using cron)
|
|
|
|
- Masto API ✅ (https://git.fai.st/Suguivy/mastodon-image-uploader-bot)
|
|
|
|
## Webapp
|
|
|
|
- Flask app
|
|
|
|
- Form
|
|
|
|
- Image frame
|