Closed Naramsim closed 6 years ago
Paste the output of python -V here: Python 3.5.1 (Win10)
python -V
Code:
import schedule import time import sys import os import random import glob import threading from instabot import Bot bot = Bot(comments_file='comments.lines') bot.login(username='xxx', password='xxx') bot.like_hashtag('italiainunoscatto', amount=1000) bot.like_timeline(amount=1000)
Instabot likes only a few hashtags with respect to the requested ones. I've requested it to like 1000 but only 73 were liked.
When liking 1000 pics from the feed, only picked 10. It then says that it liked 84 :confused: medias
Could be that the APIs returns only a few elements?
Hello! Thank you for an issue! Fixed in last commit (https://github.com/instagrambot/instabot/commit/a2907aa1de6b73318df40398be5d903165077c65)
Before submitting an issue, make sure you have:
Purpose of 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: Python 3.5.1 (Win10)Code:
No traceback, the script ends normally
Describe your issue
Instabot likes only a few hashtags with respect to the requested ones. I've requested it to like 1000 but only 73 were liked.
When liking 1000 pics from the feed, only picked 10. It then says that it liked 84 :confused: medias
Could be that the APIs returns only a few elements?