From dbe09f904304dd5050bb4724568d4360c90b6e06 Mon Sep 17 00:00:00 2001 From: Alie Date: Sun, 9 Jul 2023 19:22:27 +0200 Subject: [PATCH] rewrite readme to organize tasks, purged features --- README.md | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index a69a1aa..62332b4 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +- [x] Bot daemon (Ultimately using cron) +- [x] Masto API (https://git.fai.st/Suguivy/mastodon-image-uploader-bot) \ No newline at end of file