Skip to content

Latest commit

 

History

History
80 lines (63 loc) · 2.57 KB

ISSUE_TEMPLATE.md

File metadata and controls

80 lines (63 loc) · 2.57 KB

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 (Please don't create an issue, join the facebook group or telegram channel)
  • Other

Environment

  • Are you hosting the bot on a VPS or other Cloud hosting?
  • Are you running the code on your phone
  • If so, have you tried running the code on your local machine?
Include more details about the environment

Operating System? (include version)

  • macOS
  • Windows
  • Rasbian Linux Raspberry PI (include flavour)
  • Linux (include flavour)
  • Android (include terminal)
include the output of 'uname -a'

Python Version Requirement

  • I am using Python 3.6 or above

Exact Python Version?

Include here the response of 'python --version' or 'python3 --version'

Pip Version?

Include here the response of 'pip --version' or 'pip3 --version'

Instabot Version?

Include here the response of 'instabot-py --version'

How you use the instabot

  • instabot-py -c my-configfile.yml (my-configfile.yml is an example you may have a different file )
  • instabot-py --login LOGIN --password PASSWORD
  • instabot-py
  • example.py (Deprecated, please install newer version)

Description of your issue

Include the contents of the error.log here (if applicable). < REPLACE THIS TEXT

Config

Ensure that you specify the configuration file in the command line.
Ensure that the default file instabot.config.yml contains only common settings if you use multiple accounts.
Include the contents of your config here (instabot-py -c config.yml --dump) (REMOVE YOUR USERNAME AND PASSWORD!) (if applicable). < REPLACE THIS TEXT