1
instabot私はユーザー名を検索しようとしていますが、私は試してみると、instagram APIで動作するようにPythonモジュールを使用しています。私のコード:instabot bot.searchUsers()は値の代わりにTrueを返します
bot = Bot()
bot.login(username="mytest_user", password="my_pass")
users = bot.searchUsers(query="test")
print "==========%s" % users
、それが返されます。
2017-10-26 01:23:48,153 - INFO - Login success as mytest_user!
========== True
私は何かが足りないのですか?