Error occurred while generating a user list from the followed pool!
Open
wontfix
- Dominant language
- Python
- Stars
- 18.2k
- Forks
- 3.9k
- PR merge metrics
- No merged PRs in 30d
Description
Error occurred while generating a user list from the followed pool!
b"[Errno 2] No such file or directory: '/Users/xxxx/InstaPy/logs/xxxxxxx/xxxxxxx/_followedPool.csv'"
----------------------------------------------------
from instapy import InstaPy
from instapy import smart_run
session = InstaPy(username='xxxxxxx', password='xxxxxxxx!', multi_logs=True, headless_browser=True)
with smart_run(session):
session.unfollow_users(amount=5000, nonFollowers=True, style="RANDOM", unfollow_after=None, sleep_delay=60)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.