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
[ 4.6 ms ] story [ 13.5 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).