[PYTHON] Use API not implemented in twython

When I tried to use twitter API with Python and used twython, unretweet was not implemented. So an example of using an internal implementation.

from twython import Twython

twitter = Twython(APP_KEY, APP_SECRET, ACCESS_TOKEN, ACCESS_TOKEN_SECRET)
# twitter.unretweet(id=ID)There is no
twitter.post('statuses/unretweet/%s' % ID)

After that, refer to Twitter's API reference.

Recommended Posts

Use API not implemented in twython
Use JIRA API
Use config.ini in Python
Use DataFrame in Java
Implemented SimRank in Python
Use Mean in DataFrame
Python Not Implemented Error
Implemented hard-swish in Keras
Use Valgrind in Python
Evernote API in Python
Use ujson in requests
Use profiler in Python
C API in Python 3
Implemented Shiritori in Python
Use REST API in JIRA (user registration as an example)
Hit Mastodon's API in Python
Let's use def in python
Use Trello API with python
Use "$ in" operator with mongo-go-driver
Use let expression in Python
Use Measurement Protocol in Python
Use callback function in Python
Use Twitter API with Python
Use parameter store in Python
Use HTTP cache in Python
Use regular expressions in C
Use list-keyed dict in Python
Use regular expressions in Python
Use Spyder in Python IDE
Sudoku solver implemented in Python 3
Use Juman ++ in server mode
Blender Python API in Houdini (Python 3)
Use configparser when using API
Use subsonic API with python3
ยท Address already in use solution
6 Ball puzzle implemented in python
Use e-Stat API from Python