has someone made a desktop app for mastodon, yet?

So I can toot natively?

@ryker You could toss together an Electron wrapper for the website in a couple minutes if you want the duct-tape version.
@ino I thought about that. But I was putting a feeler out to see if anyone had done it for me yet :wink:
@ino yes. I keeping checking it for updates. I've got the CLI installed, but it's not yet supporting anything but the og instance
@ryker hmm, may have to fork the CLI and build in that support. This is cool, but I live in the command line
@ino DO IT! It's all python, but the little I know is mostly for data analysis, so I'm pretty much useless :)
@ryker python is easy-peasy. It's got a massive lib community that makes stitching things together easy. Lovely to write in too. That's it, if the CLI still doesn't support my instance by this weekend I'll take it on.
@ino got the CLI working. I set up a client id and access token through the Mastodon.py api package and plugged them into the tootstream script file. Then just changed the default base api URL in the Mastodon.py package to mastodon.xyz. Then I ran the tootstream cli again, and we’re live 😄