Let's have another go.

// 404.jpg

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. :)

The photo I attempted to post earlier from mobile Chrome (Android) didn't show here either. Trying on the lappy now.

IMG_0932.JPG

Test photo upload.

*'but'. (sighs) :)

//

Thanks for making something new. I won't be using it right now buy, just to reiterate, thanks for the new hotness. :)

//

Thanks, I like the look of the thing, and the 'fast and lightweight' references. With only 440MB available on the Pi now I reckon I need to get a bigger-than-8GB SD card. That and figure out how to mount the 32GB USB drive automatically.:)

What (Linux) IDEs do you have? IDLE is ok but has no word wrap - a bit awkward. I could of course use another editor but naah, I want it all and I want it now! ;)

And that was post 8000 here. (Not my post 8000 BTW!) :)

I'm using Python 3. At the command line it's python3 folowed by the code filename.py to run stuff. I'm using Python 3 IDLE to code & test; via the GUI it was straightforward to right-click and choose the program to open .py files - otherwise the system defaults to Python 2.