instapy-quickstart icon indicating copy to clipboard operation
instapy-quickstart copied to clipboard

💨 Simply get InstaPy up and running in minutes.

Results 130 instapy-quickstart issues
Sort by recently updated
recently updated
newest added

starting instapy with quickstart ================================ Traceback (most recent call last): File "../quickstart.py", line 2, in from instapy import InstaPy File "F:\Python\lib\site-packages\instapy\__init__.py", line 6, in from .instapy import InstaPy File "F:\Python\lib\site-packages\instapy\instapy.py",...

Hello, I'm trying to use Instapy to do some automation works (follow, like, etc.), but every time when I run the quickstart python file, the terminal always shows the text...

Help me please, i'm trying to make an instagram bot using a vps (ubuntu), and this error occur when i execute the quickstart.py: ![decupat](https://user-images.githubusercontent.com/127049212/223147957-149f6f54-72d6-4acf-a33f-fbad31c0baeb.jpg) i cover the username. also this...

I got the bot to log in etc, unfortunately the like function doesn't work. Attached is the like_util.py in txt format [like_util.py.txt](https://github.com/InstaPy/instapy-quickstart/files/10475883/like_util.py.txt)

starting instapy with quickstart ================================ Traceback (most recent call last): File "C:\Users\fillin\AppData\Local\Programs\Python\Python311\instapy-quickstart-master\instapy-quickstart-master\quickstart.py", line 2, in from instapy import InstaPy File "C:\Users\fillin\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\instapy\__init__.py", line 6, in from .instapy import InstaPy File "C:\Users\fillinAppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\instapy\instapy.py",...

![image](https://user-images.githubusercontent.com/99324414/210131854-c21a09a3-3862-4d29-9ade-dc6632d6b47b.png)

Can someone point me in the right direction what is wrong? Installed everything, fresh ubuntu 22.04 installation, cloned repo and I've that: $ python3 simple_interaction_good_for_beginners.py Traceback (most recent call last):...