InstaPy / InstaPy/InstaPy

Run multiple actions

Open
#6,057 1 comment 0 reactions 0 assignees View on GitHub
wontfix
Dominant language
Python
Stars
18.2k
Forks
3.9k
PR merge metrics
No merged PRs in 30d

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)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.