Baaaad idea. Seriously, sending username and password in cleartext over the wire because "it's faster to implement" is not something that's worth doing.
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).
2 comments
[ 6.1 ms ] story [ 16.3 ms ] threadhttp://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).