On June 11, Twitter retired version 1.0 of their REST API. It was announced well in advance, but I had other things to do; checking to see if my Twitter tools would still work was too low a priority. Until they broke. When I refer to my “Twitter tools,” I mean a Python command-line script… Continue reading I’m Adopting an Open Source Project. Now What?
Tag: python
XMPP vCard Python Script
Couldn’t find a script to update my Jabber/XMPP vCard photo (a/k/a avatar), so I wrote one. It requires xmpppy (a/k/a python-xmpp). It should work with gTalk, but I have not tested it. Credit to pastebin for some code snippets. Hope this saves someone some time and effort. #!/usr/bin/python ”’vcard.py – Update your XMPP vcard photo… Continue reading XMPP vCard Python Script
Itch Scratched
Ah… feels so good to scratch that itch. Python, nntp, twitter, xmpp.
Jaiku Planet Venus Filter
Just started exploring Jaiku and, coincidentally, Planet Venus. One of the cool things about Jaiku is that it aggregates your other web presences (like your blog, twitter, del.icio.us, and flickr posts) and integrates them into Jaiku presence stream. The down side of this is that it’s not as good at that as Planet Venus, and… Continue reading Jaiku Planet Venus Filter
Juice-y Python
I use Juice to manage my podcasts. But it doesn’t do everything I need, and it’s a little buggy, and I want to learn Python anyway. So I decided to download the latest source code and see if I could fix some of the bugs I’ve noticed and figure out how to extend it to… Continue reading Juice-y Python