yurilaaziz / neo-instabot

Neo-Instabot is a free project. Forked from instabot.py. It uses the Instagram Web/Mobile API.
Other
37 stars 22 forks source link

log_mod=1 does nothing #2

Closed F4bri92 closed 5 years ago

F4bri92 commented 5 years ago

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?

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=""
)
iamklaus commented 5 years ago

Same for me

yurilaaziz commented 5 years ago

please update to the last version,