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

💨 Simply get InstaPy up and running in minutes.

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

File "../quickstart.py", line 2, in from instapy import InstaPy File "/Library/Python/2.7/site-packages/instapy/__init__.py", line 3, in from .instapy import InstaPy File "/Library/Python/2.7/site-packages/instapy/instapy.py", line 26, in from .comment_util import comment_image File "/Library/Python/2.7/site-packages/instapy/comment_util.py", line...

(Brand new to coding so this is like a foreign language to me so excuse me if this is a simple fix) Im watching the video tutorials and I am...

selenium.common.exceptions.WebDriverException: Message: TypeError: browsingContextFn().currentWindowGlobal is null I used the latest commit

As I came across the instapy I was curious to see how it turned out to be but every time I ran the program it creates a different window and...

Python version: 3.6.9 pip 20.3 installed google chrome version 87.0.42680.66 firefox and firefoxdriver installed as well ``` # imports from instapy import InstaPy from instapy import smart_run # login credentials...

Hello all, I created this PR, to refresh some dependencies that could be a problem in some cases, like using Chrome instead of Firefox. I verified the changes in virtualBox...

Hi. I want to get the information of the users who have the most number of likes and comments on a page. For example, 100 top followers who had the...

Good evening, I am trying to use one of the quick-start templates and I am receiving the following error: ``` (env name) username@username-ubuntu:~/Documents/python_projects/InstaPy$ python my_quickstart.py InstaPy Version: 0.6.11 ._. ._....

On Windows 10 running through PyCharm. I'm trying to get my followers and unfollowers from my original account (pre InstaPy) but InstaPy is unable to find them. I run the...

I installed INSTAPY by the command: $ pip3 install instapy then I downloaded the quickstart and when to Linux install $chmod 777 install and update and then run the scripts...