rewrite readme to organize tasks, purged features

This commit is contained in:
Alie 2023-07-09 19:22:27 +02:00
parent 93c0ed626b
commit dbe09f9043
1 changed files with 13 additions and 17 deletions

View File

@ -4,25 +4,21 @@ Tool for curating booru image bots
# TODO
## CLI
- Sellection keys
- Sellection legend
- Image Dysplay (xdg-open :woozy:)
- [x] Sellection keys
- [x] Sellection legend
- [x] Image Dysplay (xdg-open :woozy:)
## DB
- CSV structure (Multiple files of just one line, and i refuse to not say its still CSV)
- Read
- Write
- [x] CSV structure (Multiple files of just one line, and i refuse to not say its still CSV)
- [x] Read
- [x] Write
## Config file
### Hardcoded for now
- Tags
- Keybinds
- DB config (CSV for now)
- API URLS (MAYBE I CAN JUST CURL?)
- [ ] Tags
- [ ] Keybinds
- [ ] DB config (CSV for now)
- [ ] API URLS (MAYBE I CAN JUST CURL?)
## Downloader
- Downloader (Gelbooru API)
- [x] Downloader (Gelbooru API)
## Uploader
- Bot daemon ✅ (Ultimately using cron)
- Masto API ✅ (https://git.fai.st/Suguivy/mastodon-image-uploader-bot)
## Webapp
- Flask app
- Form
- Image frame
- [x] Bot daemon (Ultimately using cron)
- [x] Masto API (https://git.fai.st/Suguivy/mastodon-image-uploader-bot)