Closed elmissouri16 closed 5 years ago
Similar error ... Only I have a list of id instead of a single id.
bot = Bot()
bot.login(username=username,
password=password)
random_hashtag_file = utils.file(HASHTAGS_FILE)
while True:
random_hashtag = random_hashtag_file.random()
print (random_hashtag)
users_list = bot.get_hashtag_users(random_hashtag)
print (users_list)
reels = bot.api.get_users_reel(users_list)
print (reels)
bot.api.see_reels(reels)
time.sleep(1)
Please follow the guide below
x
into all the boxes [ ] relevant to your issue (like so [x]).Before submitting an issue, make sure you have:
Purpose of your issue?
The following sections requests more details for particular types of issues, you can remove any section (the contents between the triple ---) not applicable to your issue.
For a bug report, you must include the Python version used, code that will reproduce the error, and the error log/traceback.
Paste the output of
python -V
here:Code:
Error/Debug Log:
Describe your issue
I was just checking the API functions and I find this problem