본문 바로가기

Language/python

python :: twitter

simplejson 설치

python twitter 설치

사용

>>> import  twitter
>>> api = twitter.Api(username="username",password = "password")
>>> tweet = api.PostUpdate("Post from python twitter~!~!")


수신확인