I have just pushed OAuth support in my Twitty Twister branch on GitHub. This library created by dustin allows to access the Twitter API using Twisted for Python: a high performance networking engine. It is to my knowledge the first Twitter library written in Python that supports authentication via OAuth. My version of Twitty Twister is backward compatible, allows to choose…
Tag: Python
Jouons un peu avec Tweet13
Voici Tweet13, le dernier petit gadget Twitter que je viens de programmer. Comme son nom l’indique, Tweet13 chiffre vos updates Twitter avec ROT13 et ajoute optionellement un lien pour déchiffrer le message. Quel intérêt de chiffrer un message si tout le monde peut le lire ? Révéler la fin des films que vous avez vu,…
Build your own website thumbnail generator with Django
On many website you can see a awesome link preview effect using a thumbnail of the page. There is some web services such as Websnapr or Thumbalizr providing an API to make your own webpages screenshots but it can be annoying to rely on third party projects: free accounts can only display a small among…