Questions tagged [instapy]

98 questions
0
votes
1 answer

Why am I receiving a connection status error when trying to login with InstaPy in Python?

Can someone help me witht this login/connection error with instapy? PS C:\Users\Lean\OneDrive\Desktop\instagrambot> py instabot.py InstaPy Version: 0.6.16 ._. ._. ._. ._. ._. ._. ._. ._. ._. Workspace in use:…
0
votes
0 answers

instapy not connecting to instagram

I'm trying to create a script in Instapy (Ubuntu), but it's giving a series of errors, and I'm not able to solve it, I've done some research, but nothing has worked yet. He launches the browser and is stuck on this page until it closes. Print…
NatCorsi
  • 11
  • 3
0
votes
0 answers

Problem with Instapy while accepting cookies

Here's the problem with my my app - it seems that instapy is not able to locate input boxes due to "Allow cookies" mirror. I'm new to python, so please be understanding. What could be the possible solution? InstaPy configurationInstaPy Version:…
0
votes
0 answers

InstaPy Comment Issue : KeyError: 'graphql'

Running InstaPy 0.6.16 on Python 3.10.10, I can get connected and like posts but when the bot tries to comment, it crashes with with error : Traceback (most recent call last): File "/Users/robin/quickstart.py", line 26, in
Robz
  • 11
  • 2
0
votes
0 answers

Problems running InstaPy

I want to install instPy but every time I get errors. When I type in terminal python3 instagram.py I get this error: RuntimeError: Error, unable to determine correct filename for 64bit macOS Can someone help me to solve this problem? I went to the…
Valerij
  • 7
  • 3
0
votes
0 answers

Instapy problem,why doesnt the code work?

from instapy import InstaPy from instapy import smart_run import time my_username = '_georgekazaras' my_password = 'mypassword' def job(): session = InstaPy(username=my_username, password=my_password) with…
Gekaz
  • 1
  • 3
0
votes
0 answers

while running python fuf.py in cmd i got this error

C:\Users\User\Desktop\IG-Bot-main\fuf.py:17: DeprecationWarning: executable_path has been deprecated, please pass in a Service object browser = webdriver.Chrome(executable_path=ChromeDriverManager().install(), options=options) DevTools listening…
0
votes
0 answers

Can't get Instapy to access names to follow from .txt database

I have a .txt file with a bunch of account names on Instagram I want to follow. I am trying to write a code that will go line-by-line and follow each use, waiting a random number of seconds between each follow. I keep getting a 'user_id' NONE,…
JonLee
  • 1
0
votes
0 answers

Why does the Firefox browser open when I use instaPy but nothing happens next?

from instapy import InstaPy insta_username = 'pedram_musavi333' insta_password = '0000' session = InstaPy(username=insta_username,password=insta_password,headless_browser=True) session.login() After executing this code, the Firefox browser opens…
0
votes
1 answer

Instapy not opening the browser

I'm a novice and started learning to use Instapy, bought a course which I'm considering asking a refund for, since the teacher won't answer. Before I do that, however, thought of giving it a chance and trying my luck here. Here's the code: from…
0
votes
0 answers

InstaPy - Unable to Login Instagram

When i run my script getting this error CRITICAL [2022-05-17 20:02:33] [my_user] Unable to login to Instagram! You will find more information in the logs above. InstaPy not connecting anymore. I changed all the ways below: I changed to my…
0
votes
1 answer

version `GLIBC_2.33' not found, 2.32-4 is candidate

I am trying to run InstaPy bot on my Raspberry Pi with 32bit Kali Linux installed. Everything is up to date, upgraded and libc6 updated as well. My GLIBC version is 2.32-4 and according to kali repo this is the most actual version. $ ldd --version …
0
votes
2 answers

How to fix geckodriver error when running InstaPy on raspberry pi OS?

I installed InstaPy recently and downloaded one standard script on the internet. I know that there is nothing wrong with opensource code and on forums it says to download geckodriver. However, I haven't found a suitable solution to install…
Sultan Morbiwala
  • 171
  • 1
  • 3
  • 15
0
votes
2 answers

instapy doesn't login into account

I'm trying to use instapy but I keep getting this error INFO [2021-08-02 19:24:14] [] -- Connection Checklist [1/2] (Internet Connection Status) INFO [2021-08-02 19:24:16] [] - Internet Connection Status: ok INFO [2021-08-02 19:24:16] [] --…
0
votes
2 answers

Why do I have error when I change instapy like_until file?

I had some problems with liking Cannot detect post media type I read that I should change one line like_until (span to div) but when I changed that, I got these error: Traceback (most recent call last): File "c:\Users\lenovo\Desktop\SubDesk\Click…
S144S
  • 1
  • 3