instapy-quickstart
instapy-quickstart copied to clipboard
💨 Simply get InstaPy up and running in minutes.
Hi I got this error when running main.py in pycharm I have already changed this line filename = [name for name in filenames if os_name + bitness in name ]...
InstaPy Version: 0.6.13 ._. ._. ._. ._. ._. ._. ._. Workspace in use: "/root/InstaPy" Traceback (most recent call last): File "quickstart.py", line 16, in session = InstaPy(username='XXXXX', password='XXXXX') File "/usr/local/lib/python3.8/dist-packages/instapy/instapy.py",...
First of all, congratulations for the app. Sucess! Please, could u help me to configure how I do to ignore liked photos! Everytime when I run the Bot... it is...
Trying to run InstaPy start and i keep getting this error message InstaPy Version: 0.6.8 ._. ._. ._. ._. ._. ._. ._. ._. Workspace in use: "C:/Users/hp/InstaPy" Traceback (most recent...
Hi everyone, I think it would be a great addition to have the option, that the bot "follows back" people even if it doesn't fit the follow quota. It would...
``` with smart_run(session): """ Activity flow """ #Quota session.set_quota_supervisor(enabled=True, sleep_after=["likes", "comments_d", "follows", "unfollows", "server_calls_h"], sleepyhead=True, stochastic_flow=True, notify_me=True, peak_likes_hourly=21, peak_likes_daily=198, peak_comments_hourly=21, peak_comments_daily=182, peak_follows_hourly=48, peak_follows_daily=100, peak_unfollows_hourly=35, peak_unfollows_daily=402, peak_server_calls_hourly=195, peak_server_calls_daily=4700) # general settings...
Hello, I'm pretty new at this, so I really hope I won't say anything too stupid: When using the **'target_followers_of_similar_accounts_and_influencers.py'** script ([link](https://github.com/InstaPy/instapy-quickstart/blob/master/quickstart_templates/target_followers_of_similar_accounts_and_influencers.py)) , changing the **'session.set_do_follow(enabled=False, percentage=0, times=1)'** line to...
with smart_run(session): following_list = session.grab_followers(username="couple", amount="full", live_match=True, store_locally=False) like_tags=(['natgeo', 'world', 'pizza']) session.set_do_story(enabled = True, percentage = 95, simulate = True) session.story_by_users(following_list) session.story_by_tags(like_tags) 50/2650551 [+-----------------------------------] 0% |> Elapsed: 0.03 seconds |>...
C:\Users\Dell\Desktop>python quickstart.py InstaPy Version: 0.6.10 ._. ._. ._. ._. ._. ._. ._. ._. ._. Workspace in use: "C:/Users/Dell/InstaPy" Traceback (most recent call last): File "quickstart.py", line 12, in session =...
Workspace in use: "C:/Users/oarmt/InstaPy" Traceback (most recent call last): File "C:\Users\oarmt\Downloads\instapy-quickstart-master\quickstart_templates\basic_follow-unfollow_activity.py", line 30, in session = InstaPy(username=insta_username, File "C:\Users\oarmt\AppData\Local\Programs\Python\Python38-32\lib\site-packages\instapy\instapy.py", line 321, in __init__ self.browser, err_msg = set_selenium_local_session( File "C:\Users\oarmt\AppData\Local\Programs\Python\Python38-32\lib\site-packages\instapy\browser.py", line...