parent
d229e5ee54
commit
93c0ed626b
31
README.md
31
README.md
|
@ -3,21 +3,26 @@
|
|||
Tool for curating booru image bots
|
||||
|
||||
# TODO
|
||||
## TUI
|
||||
- Sellection keys
|
||||
- Sellection legend
|
||||
- Image Dysplay
|
||||
## CLI
|
||||
- Sellection keys ✅
|
||||
- Sellection legend ✅
|
||||
- Image Dysplay ✅ (xdg-open :woozy:)
|
||||
## DB
|
||||
- CSV structure
|
||||
- Read
|
||||
- Write
|
||||
## Config file
|
||||
- CSV structure ✅ (Multiple files of just one line, and i refuse to not say its still CSV)
|
||||
- Read ✅
|
||||
- Write ✅
|
||||
## Config file
|
||||
### Hardcoded for now
|
||||
- Tags
|
||||
- keybinds
|
||||
- Keybinds
|
||||
- DB config (CSV for now)
|
||||
- API URLS (MAYBE I CAN JUST CURL?)
|
||||
## Downloader
|
||||
- Download daemon
|
||||
## Downloader
|
||||
- Downloader ✅ (Gelbooru API)
|
||||
## Uploader
|
||||
- Bot daemon
|
||||
- Masto API
|
||||
- Bot daemon ✅ (Ultimately using cron)
|
||||
- Masto API ✅ (https://git.fai.st/Suguivy/mastodon-image-uploader-bot)
|
||||
## Webapp
|
||||
- Flask app
|
||||
- Form
|
||||
- Image frame
|
Loading…
Reference in New Issue