InstaPy / InstaPy/instapy-quickstart

Instagram Detected My Bot

Aperta
#222 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Python
Stelle
777
Fork
763
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.