UnlimitedGPT


NameUnlimitedGPT JSON
Version 0.1.9.3 PyPI version JSON
download
home_pagehttps://github.com/Sxvxgee/UnlimitedGPT
SummaryAn unofficial Python wrapper for OpenAI's ChatGPT API
upload_time2023-08-15 12:31:57
maintainer
docs_urlNone
authorSxvxge
requires_python>=3.8.0
licenseGPL-3.0 license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # UnlimitedGPT

[![Downloads](https://static.pepy.tech/badge/unlimitedgpt)](https://pepy.tech/project/unlimitedgpt)
[![PyPi](https://img.shields.io/pypi/v/UnlimitedGPT.svg)](https://pypi.python.org/pypi/UnlimitedGPT)
[![License](https://img.shields.io/github/license/Sxvxgee/UnlimitedGPT.svg?color=green)](https://github.com/Sxvxgee/UnlimitedGPT/blob/main/LICENSE)
[![Twitter Follow](https://img.shields.io/twitter/follow/Sxvxgeness.svg?style=social)](https://twitter.com/Sxvxgeness)

UnlimitedGPT is a Python library for using the ChatGPT website as an alternative API to the OpenAI paid API.

UnlimitedGPT makes it easy to send messages and receive responses. UnlimitedGPT can also do a wide range of things such as getting the user data, getting the session data, clearing all conversations, resetting the current conversation, switching themes, switching accounts, and logging out from the session.

![Preview](https://raw.githubusercontent.com/Sxvxgee/UnlimitedGPT/main/docs/assets/preview.png)

## Compatibility
UnlimitedGPT works on Windows, Linux and macOS. It also works on Google Colab and other headless  linux servers. UnlimitedGPT requires Python 3.8 or later.

## Features

-   [x] Cloudflare's anti-bot protection bypass using `undetected_chromedriver`
-   [x] [Headless machines support](#how-do-i-get-it-to-work-on-headless-linux-server)
-   [x] [Google Colab support](#how-do-i-get-it-to-work-on-google-colab)
-   [x] Proxy support (only without basic auth)
-   [x] Automate almost everything in ChatGPT.
-   [x] Supports sending messages and receiving responses, as well as regenerating them.
-   [x] Supports using the **BACKEND API**!
-   [x] Supports imitating human typing, with cusotmized delays.
-   [x] Supports switching between different accounts.
-   [x] Supports switching between different themes.
-   [x] Supports getting the session data, along with the user data.
-   [x] Supports logging out from the session.
-   [x] Supports toggling chat history on/off.

and so much more!

## Documentation
You can find the documentation [here](https://github.com/Sxvxgee/UnlimitedGPT/blob/main/docs/README.md).

## Changelog
You can find the changelog [here](https://github.com/Sxvxgee/UnlimitedGPT/blob/main/CHANGELOG.md).

## Insipration

This project is inspired by

-   [ChatGPT](https://github.com/acheong08/ChatGPT)
-   [chatgpt-api](https://github.com/transitive-bullshit/chatgpt-api)
-   [pyChatGPT](https://github.com/terry3041/pyChatGPT)

## Disclaimer

- This project is not affiliated with OpenAI in any way. Use at your own risk. I am not responsible for any damage caused by this project. Please read the [OpenAI Terms of Service](https://beta.openai.com/terms) before using this project.
- This project is not built from scratch by me, I just modified, improved and fixed the original code of [pyChatGPT](https://github.com/terry3041/pyChatGPT) since I noticed there were already some PRs and they were not responded to by the terry3041. I also added some new features to the package, and will keep on doing so.

## License

This project is licensed under the GPLv3 License - see the [LICENSE](LICENSE) file for details.

## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=Sxvxgee/UnlimitedGPT&type=Date)](https://star-history.com/#Sxvxgee/UnlimitedGPT&Date)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Sxvxgee/UnlimitedGPT",
    "name": "UnlimitedGPT",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Sxvxge",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/f6/eb/6e0ee9fb23f1029108e7ca0e14ac8fd4fd74c97aecc8d04dfae472699bd1/UnlimitedGPT-0.1.9.3.tar.gz",
    "platform": null,
    "description": "# UnlimitedGPT\n\n[![Downloads](https://static.pepy.tech/badge/unlimitedgpt)](https://pepy.tech/project/unlimitedgpt)\n[![PyPi](https://img.shields.io/pypi/v/UnlimitedGPT.svg)](https://pypi.python.org/pypi/UnlimitedGPT)\n[![License](https://img.shields.io/github/license/Sxvxgee/UnlimitedGPT.svg?color=green)](https://github.com/Sxvxgee/UnlimitedGPT/blob/main/LICENSE)\n[![Twitter Follow](https://img.shields.io/twitter/follow/Sxvxgeness.svg?style=social)](https://twitter.com/Sxvxgeness)\n\nUnlimitedGPT is a Python library for using the ChatGPT website as an alternative API to the OpenAI paid API.\n\nUnlimitedGPT makes it easy to send messages and receive responses. UnlimitedGPT can also do a wide range of things such as getting the user data, getting the session data, clearing all conversations, resetting the current conversation, switching themes, switching accounts, and logging out from the session.\n\n![Preview](https://raw.githubusercontent.com/Sxvxgee/UnlimitedGPT/main/docs/assets/preview.png)\n\n## Compatibility\nUnlimitedGPT works on Windows, Linux and macOS. It also works on Google Colab and other headless  linux servers. UnlimitedGPT requires Python 3.8 or later.\n\n## Features\n\n-   [x] Cloudflare's anti-bot protection bypass using `undetected_chromedriver`\n-   [x] [Headless machines support](#how-do-i-get-it-to-work-on-headless-linux-server)\n-   [x] [Google Colab support](#how-do-i-get-it-to-work-on-google-colab)\n-   [x] Proxy support (only without basic auth)\n-   [x] Automate almost everything in ChatGPT.\n-   [x] Supports sending messages and receiving responses, as well as regenerating them.\n-   [x] Supports using the **BACKEND API**!\n-   [x] Supports imitating human typing, with cusotmized delays.\n-   [x] Supports switching between different accounts.\n-   [x] Supports switching between different themes.\n-   [x] Supports getting the session data, along with the user data.\n-   [x] Supports logging out from the session.\n-   [x] Supports toggling chat history on/off.\n\nand so much more!\n\n## Documentation\nYou can find the documentation [here](https://github.com/Sxvxgee/UnlimitedGPT/blob/main/docs/README.md).\n\n## Changelog\nYou can find the changelog [here](https://github.com/Sxvxgee/UnlimitedGPT/blob/main/CHANGELOG.md).\n\n## Insipration\n\nThis project is inspired by\n\n-   [ChatGPT](https://github.com/acheong08/ChatGPT)\n-   [chatgpt-api](https://github.com/transitive-bullshit/chatgpt-api)\n-   [pyChatGPT](https://github.com/terry3041/pyChatGPT)\n\n## Disclaimer\n\n- This project is not affiliated with OpenAI in any way. Use at your own risk. I am not responsible for any damage caused by this project. Please read the [OpenAI Terms of Service](https://beta.openai.com/terms) before using this project.\n- This project is not built from scratch by me, I just modified, improved and fixed the original code of [pyChatGPT](https://github.com/terry3041/pyChatGPT) since I noticed there were already some PRs and they were not responded to by the terry3041. I also added some new features to the package, and will keep on doing so.\n\n## License\n\nThis project is licensed under the GPLv3 License - see the [LICENSE](LICENSE) file for details.\n\n## Star History\n\n[![Star History Chart](https://api.star-history.com/svg?repos=Sxvxgee/UnlimitedGPT&type=Date)](https://star-history.com/#Sxvxgee/UnlimitedGPT&Date)\n",
    "bugtrack_url": null,
    "license": "GPL-3.0 license",
    "summary": "An unofficial Python wrapper for OpenAI's ChatGPT API",
    "version": "0.1.9.3",
    "project_urls": {
        "Changelog": "https://github.com/Sxvxgee/UnlimitedGPT/blob/main/CHANGELOG.md",
        "Documentation": "https://github.com/Sxvxgee/UnlimitedGPT/blob/main/README.md",
        "Homepage": "https://github.com/Sxvxgee/UnlimitedGPT",
        "Issue tracker": "https://github.com/Sxvxgee/UnlimitedGPT/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "224723b6bdcc4127a553608c3289b68c751b9de33a08e0e18bdc5e03ea514426",
                "md5": "508724cd69825be32382d4077b6587fa",
                "sha256": "258174d4d28bde2d8c2edf7370359954bf9084ae2560d99052ff30f90142c615"
            },
            "downloads": -1,
            "filename": "UnlimitedGPT-0.1.9.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "508724cd69825be32382d4077b6587fa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.0",
            "size": 27072,
            "upload_time": "2023-08-15T12:31:53",
            "upload_time_iso_8601": "2023-08-15T12:31:53.869746Z",
            "url": "https://files.pythonhosted.org/packages/22/47/23b6bdcc4127a553608c3289b68c751b9de33a08e0e18bdc5e03ea514426/UnlimitedGPT-0.1.9.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6eb6e0ee9fb23f1029108e7ca0e14ac8fd4fd74c97aecc8d04dfae472699bd1",
                "md5": "61c829cd6bb84ff779ff4ace13a42a36",
                "sha256": "a9f14222da169a4f21c7d00f21768b6a4269b116f0faace0710a5648318c51a1"
            },
            "downloads": -1,
            "filename": "UnlimitedGPT-0.1.9.3.tar.gz",
            "has_sig": false,
            "md5_digest": "61c829cd6bb84ff779ff4ace13a42a36",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.0",
            "size": 27620,
            "upload_time": "2023-08-15T12:31:57",
            "upload_time_iso_8601": "2023-08-15T12:31:57.509515Z",
            "url": "https://files.pythonhosted.org/packages/f6/eb/6e0ee9fb23f1029108e7ca0e14ac8fd4fd74c97aecc8d04dfae472699bd1/UnlimitedGPT-0.1.9.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-15 12:31:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Sxvxgee",
    "github_project": "UnlimitedGPT",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "unlimitedgpt"
}
        
Elapsed time: 0.15290s