bear / python-twitter

A Python wrapper around the Twitter API.
Apache License 2.0
3.41k stars 955 forks source link

Fixes for GetDirectMessages, GetSentDirectMessages, PostDirectMessage and DestroyDirectMessage #712

Open xjxckk opened 2 years ago

xjxckk commented 2 years ago

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 Reviewable