First Off , You are cool because you decided to do stuff like a legend!
The following is a set of guidelines for contributing to Instagram-Py
To Make Instagram-Py a Stable brute force tool for Penetration Testers all over the world!
ℹ️ Remember to fill in the template. You will get the template whenever you open a new issue/pr.
- Before reporting a bug, please do a quick search in the Issue Tracker.
- If there are no duplicates then file a new issue.
- Be sure to include a proper description and steps to reproduce the issue.
- Before suggesting an enhancement/feature, please do a quick search in the Issue Tracker.
- If there are no duplicates then file a new issue.
- Be sure to include a proper description as well.
- Follow the styleguides as much as you can. Use
autopep8
periodically to automatically indent. - Do not include issue numbers in the PR title.
- Be sure to document your code. Without proper documentation your PR won't be accepted.
- Run the tests once using
autopep8
before submitting your PR. - Describe what your code does in the PR. A proper description is a must.
- End all files with a newline.
Instagram-Py follows the PEP8 Style Guide , You can use autopep8
to do it automatically