bazaarjas.blogg.se

Instagram auto tag liker
Instagram auto tag liker







instagram auto tag liker

# If randomize is false it will pick in a top-down fashion # The amount is for each account, in this case 30 users will be followed # The usernames can be either a list or a string

instagram auto tag liker

Session.follow_by_list(followlist=, times=2, sleep_delay=600, interact=True)įollow someone else's followers # Follows the followers of each given user You can also interact with the followed users by enabling interact=True which will use the configuration of set_user_interact setting:.Session.follow_by_list(accs, times=1, sleep_delay=600, interact=False) Sleep_delay is used to define break time after some good following ( averagely ~ 10 follows)įor example, if one needs to get followbacks from followers of a chosen account/group of accounts. Only follows a user once (if unfollowed again) would be useful for the precise targeting t_do_follow(enabled=True, percentage=10, times=2)įollowing by a list This will follow each account from a list of instagram nicknames follow_by_list(followlist=, times=1, sleep_delay=600, interact=False) # (only follows a user once (if unfollowed again)) t_comments(['Nice shot! media='Photo')įollowing # default enabled=False, follows ~ 10% of the users from the images, times=1 # and you can add the username of the poster to the comment by using # you can also set comments for specific media types (Photo / Video) t_do_comment(enabled=True, percentage=25) Session scheduling with Telegram InstaPy Available Features Commenting # default enabled=False, ~ every 4th image will be commented on Session = InstaPy(username=insta_username, password=insta_password) # simply add nogui=True to the InstaPy() constructor # if you want to run this script on a server, At project root folder open quickstart.py and update with your username and password. Set it up yourself with this Basic Setupīasic setup is a good way to test the tool. To exit an activated virtualenv run `deactivate'. Running source venv/bin/activate will activate the correct Python to run InstaPy. To make sure which Python is used, run which python, it will tell you which Python is 'active'. Remember to run it with Python from the virtualenv, so from venv/bin/python. Now copy/paste the quickstart.py Python code below and run your first InstaPy script. All other Python libraries should be inside a virtualenv. In essence, this is be the only Python library you should install as root (e.g., with sudo). If you're not familiar with virtualenv, please read about it here and use it to your advantage. The best way to install InstaPy is to create a virtualenv, install InstaPy there and run it from a separate file: 1. Download chromedriver for your system from here.Setting up InstaPy at Digital Ocean (for Debian) Guides: Implemented in Python using the Selenium module. Automation Script for "farming" Likes, Comments and Followers on Instagram









Instagram auto tag liker