ohld / igbot

🐙 Free scripts, bots and Python API wrapper. Get free followers with our auto like, auto follow and other scripts!
https://hikerapi.com/p/N2P6iqiM
Apache License 2.0
4.71k stars 1.47k forks source link

High number of likes #488

Closed Naramsim closed 6 years ago

Naramsim commented 6 years ago

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:

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)

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.

73likes

When liking 1000 pics from the feed, only picked 10. It then says that it liked 84 :confused: medias

liketimeline

Could be that the APIs returns only a few elements?

sudoguy commented 6 years ago

Hello! Thank you for an issue! Fixed in last commit (https://github.com/instagrambot/instabot/commit/a2907aa1de6b73318df40398be5d903165077c65)