1
0
Fork 0
Commit graph

14 commits

Author SHA1 Message Date
a0f7e16fc3 begin to support bsky 2025-01-21 20:29:38 -05:00
e806dc23ae fix wrong "users left" count due to skipped 2024-03-03 13:06:16 -05:00
fc3b6800c8 split skip params 2024-02-29 22:44:13 -05:00
a20a20b3ce skip /search if errors or skipped /media 2024-02-28 18:37:09 -05:00
804b1cefc2 replace inaccurate proc count with remaining procs 2024-02-28 17:54:27 -05:00
ae2d467a4d log typo 2024-02-19 00:05:45 -05:00
7638c38a6d media download log colors 2024-02-18 23:50:22 -05:00
3f7f929972 fix negative running single user db save fail 2024-02-15 23:34:43 -05:00
cb4effa348 fix /search mode prematurely starting
sometimes 'exit' would be called before 'close', and 'close' didn't do the safety check 'exit' did, making `--running` run twice; additionally, proc.exitCode was always null, check codeOrError instead from the proc.on callback
2024-02-14 22:32:00 -05:00
ef16b61219 reduce padding in output 2024-02-12 17:01:13 -05:00
3933505fc6 better error handling
- rate limit is stderr, so need to check to make sure only finishing on other errors
- color errors in log
- log errors to userDb
- use fallback date in case dates weren't logged (e.g. /media failed)
- report on not-found users, which may indicate a username change or deleted account
- report on authorization errors
2024-02-10 15:07:54 -05:00
eec7e72ce0 handle /search API after running /media requests 2024-02-09 22:28:41 -05:00
cae6761d24 docs 2024-02-09 21:13:23 -05:00
121452e1c9 organize 2024-02-09 20:43:24 -05:00
Renamed from getUser.js (Browse further)