Metadata-Version: 2.1
Name: cheggpy
Version: 1.0.1
Summary: A Python package for interacting with the Chegg API for Chegg Experts
Author-email: Harrykp <chaudharyharshit9@gmail.com>
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.
        
Project-URL: Homepage, https://github.com/Harry-kp/cheggpy
Keywords: chegg,automation
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: bs4
Requires-Dist: requests
Requires-Dist: colorama
Requires-Dist: tqdm
Requires-Dist: tomli
Provides-Extra: dev
Requires-Dist: autopep8; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: portray; extra == "dev"

# CheggPy 📘

<div align="center">
  <img src="https://raw.githubusercontent.com/Harry-kp/cheggbot/main/docs/images/icon.png" width="154" 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.

## Documentation 📚

For detailed usage instructions and API reference, please refer to the [documentation](https://github.com/Harry-kp/cheggpy).

## 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.

---
