Jeremy Low
Jeremy Low
My apologies y'all; been a draining couple weeks. I thought the release had been uploaded to PyPI. I'll take care of it this weekend.
3.5 is now on pypi.
The endpoint is the same as for GetSearch, but you could do a check to make sure that the term began with "#".
Huh, I didn't see that change to how they're counting emojis. I'll look into this. Thanks!
Kiiiiinda. So what happens is the Twitter JSON data gets deconstructed starting here https://github.com/bear/python-twitter/blob/master/twitter/models.py#L471 and then the the individual nodes values are passed as kwargs to `super().NewFromJsonDict()`, essentially flattening the...
wow, thank you @jamielacivita !
I'm not sure what you mean by `search_metadata`, but the endpoint returns a json list from twitter as described here: https://developer.twitter.com/en/docs/tweets/search/api-reference/get-search-tweets.html That list is converted into a list of `twitter.Status`...
Not that I know of! That would be awesome if you're able to contribute.
Cool - let me know if there's anything you need/have questions about!
Wrapping CLI Arguments w/ `'`s seems to do the trick, though now I'm running into some other issue even though copying the below to the command line works fine, so...