ユーザー名とパスワードを入力しようとすると、次のエラーが表示されます。
client = twitter.Api(username="hinakhan@yahoo.com", password="random")
-
Traceback (most recent call last):
File "<pyshell#44>", line 1, in <module>
client = twitter.Api(username="hinakhan@yahoo.com", password="random")
TypeError: __init__() got an unexpected keyword argument 'username'