diff --git a/TODO.md b/TODO.md index bfc21c0..dee4a77 100644 --- a/TODO.md +++ b/TODO.md @@ -1,9 +1,20 @@ ### High priority: -- [x] Embed creation tool +- [x] ~~Embed creation tool~~ - [ ] Reddit bot that scrapes images with tag "Original Art" and posts them in Discord server + - [x] ~~Scrape the data~~ + - [ ] Put it in a JSON + - [ ] Ship it to Discord using the Rust bot + - [ ] Allow updating the data autonomously and via manual commands. + - [ ] Manually add posts (via `u/[bot] add` or `/bk_week_add [url]`) + - [ ] Manually remove posts (via `/bk_week_remove [url]`) + - [ ] Manually approve posts (via `/bk_week_approve [url]`) + - [ ] Manually un-approve posts (via `/bk_week_disapprove [url]`) + - [ ] Automatically add scraped posts to JSON + - [ ] Automatically remove posts older than 7 days from JSON + - [ ] Automatically approve posts that dont get caught by reverse image search (ris) ### Medium priority: -- [x] JSON -> Rules list +- [x] ~~JSON -> Rules list~~ - [ ] View single rule (/rule {rulename}) - [ ] Postfix calculator - [ ] Postfic generator