Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 272 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 272 Bytes

twitter_api_sample

使い方

$ vim test.py
from twitter import Twitter
twitter_auth = Twitter('consumer_key', 'consumer_secret', '3075535693-access_token', 'access_token_secret')

twitter_auth.get_friends_list(screen_name='Yamada_info_pb')