-
```
You mention in the readme that to lookup a station id we should
"Other way to get the station ID: use this library:
http://code.google.com/p/python-weather/ and Weather.location2station function.…
-
```
I've found a bug with googlecl and traced it to gdata and posted it here
http://code.google.com/p/gdata-python-client/issues/detail?id=570. As Alain
replied, V1 of the calendar api is deprecated…
-
```
I've found a bug with googlecl and traced it to gdata and posted it here
http://code.google.com/p/gdata-python-client/issues/detail?id=570. As Alain
replied, V1 of the calendar api is deprecated…
-
```
There's an api call for getting favorited statuses
(http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-favorites), but I
don't see a method for that in python-twitter. If it doesn't exist I ca…
-
```
There's an api call for getting favorited statuses
(http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-favorites), but I
don't see a method for that in python-twitter. If it doesn't exist I ca…
-
```
Issue running command [gcloud preview app deploy].
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Please provide any additional information below…
-
```
What steps will reproduce the problem?
1. Authorize in api:
api = twitter.Api(consumer_key, consumer_secret, access_token,
access_token_secret)
2. Get public timeline:
statuses = api.GetPublicTim…
-
```
I got everything set up and running the API sample program, tweet.py.
I got these two API calls went through without problem.
print api.GetFriends()[0]
print api.VerifyCredentials()
…
-
```
I got everything set up and running the API sample program, tweet.py.
I got these two API calls went through without problem.
print api.GetFriends()[0]
print api.VerifyCredentials()
…
-
```
I got everything set up and running the API sample program, tweet.py.
I got these two API calls went through without problem.
print api.GetFriends()[0]
print api.VerifyCredentials()
…