instapy-quickstart
instapy-quickstart copied to clipboard
π¨ Simply get InstaPy up and running in minutes.
i see a example code from the instapy-quickstart template session.like_by_tags(amount=random.randint(1, 15), use_smart_hashtags=True) session.set_user_interact(amount=5, randomize=True, percentage=50,media='Photo') session.set_do_follow(enabled=True, percentage=70) session.set_do_like(enabled=True, percentage=70) session.interact_user_followers([''], amount=random.randint(1, 10),randomize=True) in this template,it firstly use like_by_tags, then use...
instapy-quickstart-master % python3 quickstart.py InstaPy Version: 0.6.13 ._. ._. ._. ._. ._. ._. ._. ._. ._. ._. Workspace in use: "/Users/rimagerhard/InstaPy" Error, unable to determine correct filename for 64bit macos...
``` INFO [2021-07-19 19:21:00] [xxx] -- Connection Checklist [2/2] (Hide Selenium Extension) INFO [2021-07-19 19:21:00] [xxx] - window.navigator.webdriver response: True WARNING [2021-07-19 19:21:00] [xxx] - Hide Selenium Extension: error INFO...
cannot import InstaPy from instapy ImportError: cannot import name 'InstaPy' from partially initialized module 'instapy' (most likely due to a circular import)
Hello I heard that instaPy shouldn't run in chrome right now becouse instagram ban that very fast and its better to use firefox right now. How is it really? Also...
File "/usr/local/lib/python3.8/dist-packages/instapy/instapy.py", line 325, in __init__ self.browser, err_msg = set_selenium_local_session( File "/usr/local/lib/python3.8/dist-packages/instapy/browser.py", line 123, in set_selenium_local_session browser = webdriver.Firefox( File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/firefox/webdriver.py", line 170, in __init__ RemoteWebDriver.__init__( File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/remote/webdriver.py", line 157,...
Apple M1
I use python 3 and pip 3 on Apple M1 and got a big old error installing InstaPy. Anyone in the same boat? Error too long to copy here.