Closed yihong0618 closed 1 year ago
Love what you're building!
Would a JSON serialized string be sufficient?
I was thinking we could add Client.dumps()
and Client.loads(tokens)
. That way we have symmetry with the current Client.dump()
and Client.load()
methods.
I wonder for GitHub Actions base64 string is better, will open one PR, let us discuss there later?
Thanks for your repo~ For some repos like https://github.com/yihong0618/running_page we use GitHub Actions secret to daily sync the data, so maybe we can make this token something like
base64
it to a string, and save it in the secret, we can load them from method likegarth.resume_from_string(str)
I can open a PR to support it