Let's say I wanted to create a python script interface with a site like Twitter.
What will I use for this? I'm used to using curl / wget from bash, but Python seems to be much nicer to use. What is equivalent?
(This is not Python running from a web server, but executed locally via the command line)
python web-services twitter
Rich bradshaw
source share