You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check this or we will delete your issue. (fill in the checkbox with an X like so: [x])
I have searched for other issues with the same problem or similar feature requests.
Select one:
Bug
Feature Request
Technical Help
Other
Environment
Are you hosting the bot on a VPS or other Cloud hosting?
If so, have you tried running the code on your local machine?
Operating System? (include version)
macOS
Windows
Linux (ArchLinux)
Android (include terminal)
Python Version Requirement
I am using Python 3.6 or above
Exact Python Version?
Python 3.7.3
Pip Version?
pip 19.1.1 from /usr/lib/python3.7/site-packages/pip (python 3.7)
Description of your issue
With latest version with log_mod=1 the bot does not log to file.
Config
bot = InstaBot(
login="",
password="",
like_per_day=1000,
media_min_like=50,
media_max_like=250,
tag_list=[],
tag_blacklist=[],
user_blacklist={"": ""},
max_like_for_one_tag=20,
follow_per_day=0,
unfollow_per_day=0,
unlike_per_day=0,
unfollow_recent_feed=False, # If True, the bot will also unfollow people who dont follow you using the recent feed. Default: True
session_file="username.session", # Set to False to disable persistent session, or specify custom session_file (ie ='myusername.session')
comments_per_day=0,
log_mod=1,
proxy=""
)
The text was updated successfully, but these errors were encountered:
Check this or we will delete your issue. (fill in the checkbox with an X like so: [x])
Select one:
Environment
Operating System? (include version)
Python Version Requirement
Exact Python Version?
Pip Version?
Description of your issue
With latest version with
log_mod=1
the bot does not log to file.Config
The text was updated successfully, but these errors were encountered: