Since September 1, Twitter is using oAuth instead of basic
authentication. After updating python-twitter and
fixing the Twiter API instantiation in pybltwitter.py
by
adding an access token key and an access token secret
import twitter api = twitter.Api(username=user, password=passwd, access_token_key='xxx', access_token_secret='yyy')my blog displays the latest tweets again, hurray!
You need to register an app and
request an authentication token which can be used to obtain an access token.
(get_access_token.py
in python-twitter does the work for you).
posted at: 17:43 | path: /projects/blog | permanent link
My blog is now twitter-enhanced and shows my latest five tweets.
Thanks to Devon Meunier for pybltwitter.py!
posted at: 14:08 | path: /projects/blog | permanent link
Added a calendar and list of blog categories.
And the pysmiley plugin .
posted at: 00:57 | path: /projects/blog | permanent link
Finally, I managed to set up my private blog. It's hosted on a slug device running OpenWrt.
posted at: 00:40 | path: /projects/blog | permanent link