Hi Jason. Recently you asked my to not make any code public until the auth method changed. I'm not about to do that, but here's the start of a GitHub repo:

https://github.com/bazbt3/10cbazbt3

My biggest sticking points are:

  • Biggie: Not knowing enough Python 3 to be able to separate the access token from the code. Until I can do that I'd have to redact the token from the code. :(
  • Less-biggie: Not knowing enough to parse the stuff returned by the API. I'm currently reading it and evaluating what to do each time I interact with the API. :)