I'm basically building an Instagram bot using InstPy module. When I try to make it like posts from a specific tag and follow 50% of the posts' accounts, it checks for posts with the tag, but it says "Too few images, skipping this tag". What should I do?
from instapy import InstaPy
session = InstaPy(username="<username>", password="<password>", headless_browser=True)
session.login()
session.like_by_tags(["modernwarfare", "callofduty"])
session.set_do_follow(True, percentage=50)
session.end()
Shell
................................................................
INFO [2020-09-15 21:54:10] [username] Logged in successfully!
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
INFO [2020-09-15 21:54:10] [username] Saving account progress...
INFO [2020-09-15 21:54:25] [username] Tag [1/2]
INFO [2020-09-15 21:54:25] [username] --> b'modernwarfare'
INFO [2020-09-15 21:54:52] [username] Too few images, skipping this tag
INFO [2020-09-15 21:54:52] [username] Tag [2/2]
INFO [2020-09-15 21:54:52] [username] --> b'callofduty'
INFO [2020-09-15 21:55:20] [username] Too few images, skipping this tag
INFO [2020-09-15 21:55:20] [username] Liked: 0
INFO [2020-09-15 21:55:20] [username] Already Liked: 0
INFO [2020-09-15 21:55:20] [username] Commented: 0
INFO [2020-09-15 21:55:20] [username] Followed: 0
INFO [2020-09-15 21:55:20] [username] Inappropriate: 0
INFO [2020-09-15 21:55:20] [username] Not valid users: 0