weibopy icon indicating copy to clipboard operation
weibopy copied to clipboard

Sina Weibo API SDK

Results 2 weibopy issues
Sort by recently updated
recently updated
newest added

When i print result =client.get(suffix="statuses/public_timeline.json"), i got {'statuses': [], 'hasvisible': False, 'previous_cursor': 0, 'next_cursor': 0, 'total_number': 0, 'interval': 0} instead. If i print result =client.get(suffix="statuses/home_timeline.json"), it seems to be working...