Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ryanmcgrath/twython
/ get_user_timeline.py
File
get_user_timeline.py
examples/get_user_timeline.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
twython
import
Twython, TwythonError
2
3
# Requires Authentication as of Twitter API v1.1
4
twitter = Twython(APP_KEY, APP_SECRET, OAUTH_TOKEN, OAUTH_TOKEN_SECRET)
Callers
nothing calls this directly
Calls
2
Twython
Class · 0.90
get_user_timeline
Method · 0.80
Tested by
no test coverage detected