like by feed not working, latest github release
Open
- Dominant language
- Python
- Stars
- 18.2k
- Forks
- 3.9k
- PR merge metrics
- No merged PRs in 30d
Description
## Expected Behavior
like by feed working
## Current Behavior
like by feed sends 0/24 and ends program
## Possible Solution (optional)
not sure
## InstaPy configuration
from instapy import InstaPy
from instapy import smart_run
session = InstaPy(username="soind", password="", headless_browser=False)
with smart_run(session):
session.set_skip_users(skip_no_profile_pic=True)
session.set_do_like(enabled=True, percentage=100)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.