> Is there a Twitter API that would allow me to update a Twitt via > Django? If so would you be kind enough to send me the link?
I've used Twyt[1] for both command-line posting and for API usage. It's all pure python and AFAIK doesn't have any dependencies outside of stock python. Also, (nearly?) all the API is supported, so you can do other things like delete posts, list, block users, etc. It's all pretty straight-forward and well documented. -tim [1] http://andrewprice.me.uk/projects/twyt/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.