split main.py into multiple files

This commit is contained in:
2025-02-04 21:11:11 +01:00
parent ecb7dafcdf
commit 8cee379af7
6 changed files with 180 additions and 159 deletions
+4 -2
View File
@@ -2,15 +2,17 @@
- [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
- [x] ~~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
- [x] ~~Automatically add scraped posts to JSON~~
- [ ] Automatically remove posts older than 7 days from JSON
- [x] ~~Function~~
- [ ] Autonomize
- [ ] Automatically approve posts that dont get caught by reverse image search (ris)
### Medium priority: