InstaPy / InstaPy/instapy-quickstart
Instagram Detected My Bot
- Dominant language
- Python
- Stars
- 777
- Forks
- 763
- PR merge metrics
- No merged PRs in 30d
Description
```
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
#session.set_dont_include(["friend1", "friend2", "friend3"])
# activity
#session.like_by_tags(["instanusantara"], amount=100)
session.like_by_tags([getInubTag(2)], amount=200)
session.like_by_tags(["instanusantara"], amount=200)
session.like_by_tags([getInubTag(1)], amount=50)
# Joining Engagement Pods
#session.set_do_comment(enabled=True, percentage=0)
#session.set_comments(comments)
#session.join_pods(topic='fun', engagement_mode='no_comments')
```
Any ideas?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.