forked from InstaPy/InstaPy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.py
More file actions
14 lines (12 loc) 路 812 Bytes
/
Copy pathtest.py
File metadata and controls
14 lines (12 loc) 路 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
from instapy import InstaPy
session = InstaPy(username='tct408', password='qwerty000', igbooster=False).login()
#session.like_by_locations(['249785880'], amount=500, list_of_tags=['spedizioni'])
session.like_by_tags(['catania'], amount=10)
#session.set_do_comment(enabled=True, percentage=100)
#session.set_comments(['wow', 'ehehe'])
#session.comment_by_locations(['224442573/salton-sea/'], amount=10)
#session.unfollow_users(amount=60, InstapyFollowed=(True, "all"), style="FIFO", unfollow_after=90*60*60, sleep_delay=501)
#session.unfollow_users(amount=126, nonFollowers=True, style="RANDOM", unfollow_after=42*60*60, sleep_delay=655)
#session.unfollow_users(amount=60, nonFollowers=True, style="FIFO", unfollow_after=60, sleep_delay=501)
#session.follow_commenters(['arcticsanto'], amount=10)
session.end()