Commit Graph

21 Commits

Author SHA1 Message Date
c3adf8aedb feat: add print for refresh 2025-10-01 08:36:37 +03:00
393f4d44af feat: add token refresh every 10 uploads 2025-10-01 08:27:30 +03:00
d40e9b18ee format: rustfmt did it's thing here 2025-09-12 12:59:28 +03:00
106f29cfb9 feat: increase token expiration time
because my isp is BUNS BRO
2025-09-12 10:03:15 +03:00
d8214dd7eb fix: oauth config not required, has default 2025-07-14 11:44:11 +03:00
LinlyBoi
9f6712beb5 refactor: I ran clippy --fix 2025-07-10 17:03:00 +03:00
LinlyBoi
0000e5826f fix: change arg from String to &str 2025-07-10 17:01:53 +03:00
LinlyBoi
e0551b7112 fix: use proper arg for metadata parsing 2025-07-10 16:55:47 +03:00
LinlyBoi
3695bb2425 fix: use unwrap default and add desc file arg 2025-07-10 16:54:48 +03:00
LinlyBoi
78f9763b93 feat: add description file arg and metadata getter 2025-07-10 16:53:35 +03:00
LinlyBoi
61678f5455 format: line wrap and remove unused imports 2025-07-10 13:22:19 +03:00
LinlyBoi
1c89d15bdf format: remove indent 2025-07-10 13:21:42 +03:00
LinlyBoi
37decc423e refactor: move print statement to main 2025-07-10 13:04:22 +03:00
LinlyBoi
8bc17a3af3 refactor: move print schedule to own function 2025-07-10 13:02:58 +03:00
LinlyBoi
549277c73d feat: use parser and getter functions
This was way too ugly
So it's all in the struct in lib.rs instead
2025-07-10 12:52:57 +03:00
LinlyBoi
4e56f1e876 feat: add getter methods
- instead of making fields public
2025-07-10 12:39:42 +03:00
LinlyBoi
4a297648a4 feat: add Args struct 2025-07-10 12:36:03 +03:00
LinlyBoi
7ff7aedf31 refactor: missing imports, more unused imports 2025-07-10 11:27:46 +03:00
LinlyBoi
03f3dbbc29 refactor: remove unused imports 2025-07-10 11:24:52 +03:00
691e2ad85f refactor: split it into files
Claude might be the goat but his code ain't that clean yo
2025-07-07 18:09:12 +03:00
9460c4468b In the beginning
it works
2025-07-06 14:27:23 +03:00