We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d567f4 commit 3351ca5Copy full SHA for 3351ca5
README.md
@@ -1,6 +1,6 @@
1
# Bunkrr Uploader
2
3
-WIP
+WORK IN PROGRESS
4
5
## Supports
6
- Bunkrr accounts
@@ -10,16 +10,17 @@ WIP
10
11
# TODO
12
- [ ] Use nicegui
13
-- [ ] Slit into API and client
14
-- [ ] Migrate to Nicequests
+- [X] Slit API and UploadClient
+- [ ] Migrate to `~~Niquests~~ aiohttp
15
- [ ] Upload logging
16
+- [ ] Replace tqdm with rich progress
17
- [ ] Skipping duplicate uploads
18
- [ ] Private and public directory uploads
19
- [ ] Update README
20
- [ ] Make it work
21
- [ ] Add file zipping and cleanup
22
- [ ] Add tests
23
- [ ] Add github runners for tests
-- [ ] Recursive directory upload support
24
+- [X] Recursive directory upload support
25
26
Original code by [alexmi256](https://github.com/alexmi256/bunkrr-uploader)
0 commit comments