python-twitter
python-twitter copied to clipboard
A Python wrapper around the Twitter API.
Fix typo
Issue https://github.com/bear/python-twitter/issues/715 --- This change is [](https://reviewable.io/reviews/bear/python-twitter/716)
Bug #661 is happening for me in version 3.5
[⬇️ https://python-twitter.readthedocs.io/en/latest/twitter.html](https://python-twitter.readthedocs.io/en/latest/twitter.html) is empty (high-level titles only): - it is the landing page when looking for the documentation - one has to select `v: stable` to get useful documentation on...
Create twitter application
parameters in the Stream Filter function have to be passed in a list. Otherwise, the join funcion separates the string values digit by digit. The following does not work: api.GetStreamFilter(locations="2.1,41.1,2.3,41.5"...
Updated URL endpoints, changed DestroyDirectMessage to a DELETE request rather than POST and changed the DirectMessage model to support the new Twitter format. --- This change is [](https://reviewable.io/reviews/bear/python-twitter/712)
Is there a way to obtain the URL of the picture, after it was uploaded with PostUpdate() ? E.g. like this: `result = api.PostUpdate(message,media=path_to_picture)` result does not contain the media...
Can anyone point me to a link or tell me how to do this?
Is there a thing for listening DMs, like when client gets a DM do something?