dyk2identica

Converting Wikipedia's "Did you know" snippets into identica-friendly messages.

Wikipedia + identi.ca = WP:DYK?

enwpdidyouknow by pfctdayelise (blog: brianna.modernthings.org)

Code: dyk2identica.py (actually a html file of prettified Python)

You need a file in the same dir called logindetails.py that looks something like this:
username = "myusername"
password = "mypassword"

Also lastrevid.txt: Just put one number in this file to get it started, probably the second revid from here is a good idea. And put the contents of that revision into lastrevcontents.txt. And adjust the paths in the variables lastrevcontentsfile and lastrevid appropriately. :)