Hacker News new | ask | show | jobs
by TheThomas 6000 days ago
If you're considering adding similar functionality to your Django site, check out Tweepy. It's absolutely wonderful.

http://github.com/joshthecoder/tweepy

Python-twitter will work too, but it covers significantly fewer API calls than Tweepy and doesn't have native oauth support (though oauth-python-twitter solves the latter nicely enough).