cheggpy


Namecheggpy JSON
Version 1.0.2 PyPI version JSON
download
home_pageNone
SummaryA Python package for interacting with the Chegg API for Chegg Experts
upload_time2024-03-25 18:13:23
maintainerNone
docs_urlNone
authorNone
requires_python>=3
licenseMIT License Copyright (c) 2024 Harry-kp Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords chegg automation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
<div align="center">
<h1>CheggPy 🐍</h1>
  <img src="https://github.com/Harry-kp/cheggpy/assets/55315065/9ae0bf28-0831-4111-8970-cd5e9d586b3e" width=720 height=500 alt="Cheggbot Logo">
  <p>CheggPy is a Python package designed for interacting with the Chegg API, specifically tailored for Chegg Experts. It provides functionalities to login, fetch questions, analyze them based on keywords, and skip questions as needed. With CheggPy, you can automate tasks related to answering questions on Chegg's platform efficiently.</p>
</div>

---

![GitHub](https://img.shields.io/github/license/Harry-kp/cheggpy)

## Features ✨

- **Login**: Seamlessly login to Chegg using your credentials.
- **Question Handling**: Fetch the latest questions, analyze them based on specified keywords, and skip them if necessary.
- **Automated Interaction**: Automate the process of fetching and analyzing questions to streamline your workflow.
- **Customizable**: Adjust timeouts and keywords to match your preferences.
- **Randomized Timeouts**: Randomize timeouts to avoid detection and improve efficiency.
- **Clear Interface**: Easy-to-understand interface with banners and notifications for enhanced user experience.

## Documentation

- For detailed usage instructions, please refer to the [documentation](https://www.harrykp.tech/cheggpy/)

## Installation 🚀

You can install CheggPy via pip:

```bash
pip install cheggpy
```

## Usage 🛠️

Here's a simple example to get you started:

```shell
cheggbot --username <your-username> --password <your-password> --keywords python java c++
```

## Usage (For Developers) 🛠️

Refer to the ```quickstart.py``` file for a quick start guide.

## Contributing 🤝

Contributions are welcome! Please feel free to open issues or pull requests for any improvements or features you'd like to see.

## License 📝

This project is licensed under the MIT License - see the [LICENSE](https://github.com/Harry-kp/cheggpy/blob/main/LICENSE) file for details.

---

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "cheggpy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": null,
    "keywords": "chegg, automation",
    "author": null,
    "author_email": "Harrykp <chaudharyharshit9@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/5d/37/87bee7c61048e4ef93143e886aef3e2484c3ae7232905007e712f69d2d18/cheggpy-1.0.2.tar.gz",
    "platform": null,
    "description": "\n<div align=\"center\">\n<h1>CheggPy \ud83d\udc0d</h1>\n  <img src=\"https://github.com/Harry-kp/cheggpy/assets/55315065/9ae0bf28-0831-4111-8970-cd5e9d586b3e\" width=720 height=500 alt=\"Cheggbot Logo\">\n  <p>CheggPy is a Python package designed for interacting with the Chegg API, specifically tailored for Chegg Experts. It provides functionalities to login, fetch questions, analyze them based on keywords, and skip questions as needed. With CheggPy, you can automate tasks related to answering questions on Chegg's platform efficiently.</p>\n</div>\n\n---\n\n![GitHub](https://img.shields.io/github/license/Harry-kp/cheggpy)\n\n## Features \u2728\n\n- **Login**: Seamlessly login to Chegg using your credentials.\n- **Question Handling**: Fetch the latest questions, analyze them based on specified keywords, and skip them if necessary.\n- **Automated Interaction**: Automate the process of fetching and analyzing questions to streamline your workflow.\n- **Customizable**: Adjust timeouts and keywords to match your preferences.\n- **Randomized Timeouts**: Randomize timeouts to avoid detection and improve efficiency.\n- **Clear Interface**: Easy-to-understand interface with banners and notifications for enhanced user experience.\n\n## Documentation\n\n- For detailed usage instructions, please refer to the [documentation](https://www.harrykp.tech/cheggpy/)\n\n## Installation \ud83d\ude80\n\nYou can install CheggPy via pip:\n\n```bash\npip install cheggpy\n```\n\n## Usage \ud83d\udee0\ufe0f\n\nHere's a simple example to get you started:\n\n```shell\ncheggbot --username <your-username> --password <your-password> --keywords python java c++\n```\n\n## Usage (For Developers) \ud83d\udee0\ufe0f\n\nRefer to the ```quickstart.py``` file for a quick start guide.\n\n## Contributing \ud83e\udd1d\n\nContributions are welcome! Please feel free to open issues or pull requests for any improvements or features you'd like to see.\n\n## License \ud83d\udcdd\n\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/Harry-kp/cheggpy/blob/main/LICENSE) file for details.\n\n---\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Harry-kp  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "A Python package for interacting with the Chegg API for Chegg Experts",
    "version": "1.0.2",
    "project_urls": {
        "Homepage": "https://github.com/Harry-kp/cheggpy"
    },
    "split_keywords": [
        "chegg",
        " automation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c49420abdb751eeaa08bea60f9e857ee5ef644efe3f177bf41734d69229b2a87",
                "md5": "6b0da047045335b3c497da31c0933999",
                "sha256": "306611c492b92f026913860fc2654d28e9e12ca0b5a339533a6760039345cfed"
            },
            "downloads": -1,
            "filename": "cheggpy-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6b0da047045335b3c497da31c0933999",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 85005,
            "upload_time": "2024-03-25T18:13:15",
            "upload_time_iso_8601": "2024-03-25T18:13:15.069014Z",
            "url": "https://files.pythonhosted.org/packages/c4/94/20abdb751eeaa08bea60f9e857ee5ef644efe3f177bf41734d69229b2a87/cheggpy-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d3787bee7c61048e4ef93143e886aef3e2484c3ae7232905007e712f69d2d18",
                "md5": "ce81c5181104f5aa7c267166df61ae00",
                "sha256": "1c558f4cdf7374941f8abf82234b4d2b28ebd932864a8e25799cac3ae0abe190"
            },
            "downloads": -1,
            "filename": "cheggpy-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "ce81c5181104f5aa7c267166df61ae00",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 87520,
            "upload_time": "2024-03-25T18:13:23",
            "upload_time_iso_8601": "2024-03-25T18:13:23.828399Z",
            "url": "https://files.pythonhosted.org/packages/5d/37/87bee7c61048e4ef93143e886aef3e2484c3ae7232905007e712f69d2d18/cheggpy-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-25 18:13:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Harry-kp",
    "github_project": "cheggpy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "cheggpy"
}
        
Elapsed time: 0.21858s