MCPcopy Create free account
hub / github.com/ryanmcgrath/twython / get_direct_messages.py

File get_direct_messages.py

examples/get_direct_messages.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from twython import Twython, TwythonError
2twitter = Twython(APP_KEY, APP_SECRET, OAUTH_TOKEN, OAUTH_TOKEN_SECRET)
3
4get_list = twitter.get_direct_messages()

Callers

nothing calls this directly

Calls 2

TwythonClass · 0.90
get_direct_messagesMethod · 0.80

Tested by

no test coverage detected