Jeremy Low
Jeremy Low
No, it doesn't appear to be used. I think that'd be a good call for the next point release. Let me know if you want to work on this, otherwise...
So like `http://example.com/hello.jpe` gets rejected or is this something else?
For storage and caching, I'd use the `twitter.Status()._json` attribute since that is straight from twitter. I'll look into this, but I don't think it will ever be a true one...
Yeah, there's a lot going on in that function, which could probably be broken out a bit. So with the old method (`PostMedia()`), the API just assumed that you were...
I don't think that the latest `master` branch has been uploaded to pypi. @bear time for an update?
@aadon94 Can you create a new issue? I assume that the problem is that the search isn't returning any results, but I can help you work through that. Also, do...
@williamstrong You can also access the raw json for each object by using its `._json` attribute. So like for a series of tweets: ```python tweets = api.GetSearch(term="twitter") for tweet in...
Geez, yeah. Don't know where that snuck in, but that's bad. I'll fix it.
I’m not sure that we use a config file or would be writing to one, but maybe in some old code somewhere. Could you point me to where this would...
This is implemented in a number of endpoints. Is there a specific endpoint that you're referring to?