New issue 13 by jean.jordaan: HTTP error: server returned status 401.
http://code.google.com/p/pytwerp/issues/detail?id=13
$ twerp --verbose --username user --password password Meeting...
HTTP error: server returned status 401.
$ twerp --version
twerp 0.5.1
$ python --version
Python 2.6.5
I should mention that this username and password works through the web.
Neither have characters that need escaping.
pyTwerp uses the basic authentication method for Twitter, that is no longer
available: http://dev.twitter.com/pages/basic_auth_shutdown
Yeah, just found :-] Well, here's some OAuth info in case someone wants to
update pyTwerp ..
http://jmillerinc.com/2010/05/31/twitter-from-the-command-line-in-python-using-oauth/