📜  instagram-py (1)

📅  最后修改于: 2023-12-03 15:31:24.814000             🧑  作者: Mango

Introduction to instagram-py

Instagram-Py is a simple yet powerful Python library for brute forcing Instagram accounts. It is designed to be easy to use and customizable, making it a popular choice for both beginners and experienced developers. With its user-friendly interface, Instagram-Py makes it easy to hack Instagram passwords using brute force techniques.

Features
  • User-friendly interface
  • Customizable options
  • Brute force techniques
  • Supports both Python 2 and Python 3
  • Multi-threaded and faster than other brute force tools
  • Uses a proxy server for anonymity
Installation

To install Instagram-Py, you must have Python 2 or 3 installed on your system. Then you can install it using pip:

pip install instagram-py
Usage

Instagram-Py is designed to be easy to use and customizable. Here's an example of how to use it to brute force a password:

from instapy import InstaPy

session = InstaPy(username='<your username>',
                  password='<your password>')

session.login()

session.set_proxy('<your proxy server>')

session.set_do_follow(True, percentage=50)

session.like_by_tags(['<tag1>', '<tag2>', '<tag3>'], amount=5)

session.end()
Customization

Instagram-Py is highly customizable, allowing you to configure the tool for your specific needs. You can adjust the number of threads, the number of likes, the percentage of follow, and much more. Here are some examples:

session.set_do_comment(True, percentage=50)
session.set_comments(['Great post!', 'Nice pic!', 'Love it!'])
session.set_relationship_bounds(enabled=True,
                               potency_ratio=None,
                               delimit_by_numbers=True,
                               max_followers=1500,
                               max_following=1500,
                               min_followers=50,
                               min_following=50)
Conclusion

Instagram-Py is a powerful tool for brute forcing Instagram accounts, and it is easy to use and highly customizable. Whether you're a beginner or an experienced developer, Instagram-Py has everything you need to hack Instagram passwords quickly and easily.