bitly-api-python icon indicating copy to clipboard operation
bitly-api-python copied to clipboard

python library to the bitly api

Results 21 bitly-api-python issues
Sort by recently updated
recently updated
newest added

``` def makeUrllib2Http(url, user_agent): ``` should be: ``` def makeUrllib2Http(url, timeout, user_agent): ``` And use the timeout in urllib2. This requires Python 2.6 so you could wrap this in a...