Run multiple actions
- Langage dominant
- Python
- Étoiles
- 18.2k
- Forks
- 3.9k
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
## 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)
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Start by tracing the listed session actions, including follow_by_locations, like_by_tags, like_by_feed, and unfollow_users, to understand where they are executed. Define how simultaneous execution should behave for the shown configuration, including completion and interaction ordering, then verify that the actions no longer run sequentially.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- python
- Domaine
- tooling
- Type d'issue
- Fonctionnalité
- Difficulté
- 5/5
- Temps estimé
- Plus d'une semaine
- Activité
- À l'abandon
- Clarté
- À clarifier
- Accessibilité débutants
- 25/100