InstaPy / InstaPy/instapy-quickstart

Instagram Detected My Bot

Offen
#222 1 Kommentar 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
Python
Sterne
777
Forks
763
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

```
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?

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.