InstaPy / InstaPy/instapy-quickstart

Page not found when trying to use like_by_tags

Đang mở
#151 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Python
Star
777
Fork
763
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

I am trying to write a very simple bot that can log in and like and follow by tags. I wrote a custom code and it did not work (Picture of error below). I also tried running the quickstart code and got the same error.

Here is the code I wrote but as I said I am getting the same error with the quickstart.

` from instapy import InstaPy

session = InstaPy(username="",
password="",
bypass_security_challenge_using='sms')

session.login()

session.like_by_tags(["nature"], amount=2)
session.follow_by_tags(["nature"], amount=2)

session.unfollow_users(amount=60, instapy_followed_enabled=True, instapy_followed_param="all", style="FIFO", unfollow_after=10, sleep_delay=501) `

![PageNotWorking](https://user-images.githubusercontent.com/49926750/81196080-97037100-8f8c-11ea-8b2a-e65d3abbf360.png)

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.