[twitter-dev] Fetching only german status updates

2009-06-01 Thread Gerald Bäck
Is there a way to get via the search or the streaming API all german tweets. Currently or application is strictly limited to german Tweets which contain also http, but we woul like to expand it to all german tweets. thx Gerald

[twitter-dev] Python 3 Basic Authentication

2009-05-31 Thread Gerald Bäck
Hi, I try to do my first steps with the Twitter API, but I always get a 401 with this python 3 code. I douplechecked the credentials twice, they are surely correct. What am I doing wrong. Thankks in advance, Gerald auth_handler = urllib.request.HTTPBasicAuthHandler() aut