--> Image not liked: b'Unavailable Page' Raspberry PI 4 Ubuntu 21.10
- Ngôn ngữ chính
- Python
- Star
- 18.2k
- Fork
- 3.9k
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Hello,
I have some issues when i run quickstart.py on my raspberry pi4 running ubuntu 21.10
After lot of installation issues i finally run my quickstart.py file
I use Firfefox-esr 78.10 and arm version of geckodriver.
When i launch the script, some errors appear :
`WARNING [2021-12-02 21:38:35] [myaccount] - Hide Selenium Extension: error
`
`WARNING [2021-12-02 21:47:05] [myaccount] Unavailable Page: b'https://www.instagram.com/p/CW9RrwFBK7L/'
INFO [2021-12-02 21:47:05] [myaccount] --> Image not liked: b'Unavailable Page'
`
## InstaPy configuration
`# imports
from instapy import InstaPy
from instapy import smart_run
# login credentials
insta_username = 'account'
insta_password = 'pass'
comments = ['Super photo !',
'Top !',
'Jolie Cliché !',
'Nice pic !',
'Nice shot !',
'Nice!',
'So clean !',
'Propre !',
'sympa',
'jolie',
'interesting !']
# get an InstaPy session!
# set headless_browser=True to run InstaPy in the background
session = InstaPy(username=insta_username,
password=insta_password,
headless_browser=False)
with smart_run(session):
""" Activity flow """
# general settings
session.set_dont_include(["friend1", "friend2", "friend3"])
# activity
session.like_by_tags(["z50r", "hondamonkey", "hondadax", "hondaz50r", "st70", "z50j", "crf50", "crf70", "xr50", "fast50s", "sano", "takegawa", "kitaco"], amount=7)
session.set_do_follow(True, percentage=10)
# Joining Engagement Pods
session.set_do_comment(enabled=True, percentage=15)
session.set_comments(comments)
session.join_pods(topic='minibike', engagement_mode='no_comments')`
Thank you for the time to read.
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á.