Run multiple actions
- Vorherrschende Sprache
- Python
- Sterne
- 18.2k
- Forks
- 3.9k
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
## Expected Behavior
The expected behavior is to run actions simultaneously.
## Current Behavior
Actions are executed sequentially.
## InstaPy configuration
session.set_user_interact(amount=3, randomize=True, percentage=100, media='Photo')
session.follow_by_locations(['212930419', '555426748308454'], amount=100)
session.like_by_tags(['startuplife'], amount=200, interact=True)
session.like_by_feed(amount=100, randomize=True, unfollow=False, interact=True)
session.like_by_locations(['212930419', '555426748308454'], amount=100, skip_top_posts=False)
session.follow_by_tags(['startuplife'], amount=100)
session.unfollow_users(amount=100, instapy_followed_enabled=True, instapy_followed_param="all", style="FIFO", unfollow_after=90*60*60, sleep_delay=5)
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.