Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

log_mod=1 does nothing #2

Closed
4 of 12 tasks
F4bri92 opened this issue Jul 1, 2019 · 2 comments
Closed
4 of 12 tasks

log_mod=1 does nothing #2

F4bri92 opened this issue Jul 1, 2019 · 2 comments

Comments

@F4bri92
Copy link

F4bri92 commented Jul 1, 2019

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=""
)
@iamklaus
Copy link

Same for me

@yurilaaziz
Copy link
Owner

please update to the last version,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants