Metadata-Version: 2.1
Name: DeeperSeek
Version: 0.1.3
Summary: An unofficial Python wrapper for DeepSeek API
Home-page: https://github.com/theAbdoSabbagh/DeeperSeek
Author: Sxvxge
License: GPL-3.0 license
Project-URL: Documentation, https://github.com/theAbdoSabbagh/UnlimitedGPT/blob/main/README.md
Project-URL: Issue tracker, https://github.com/theAbdoSabbagh/UnlimitedGPT/issues
Project-URL: Changelog, https://github.com/theAbdoSabbagh/UnlimitedGPT/blob/main/CHANGELOG.md
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.8.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyVirtualDisplay==3.0
Requires-Dist: beautifulsoup4
Requires-Dist: inscriptis
Requires-Dist: zendriver

# DeeperSeek  
[![Downloads](https://static.pepy.tech/badge/deeperseek)](https://pepy.tech/project/deeperseek)  
[![PyPi](https://img.shields.io/pypi/v/DeeperSeek.svg)](https://pypi.python.org/pypi/DeeperSeek)  
[![License](https://img.shields.io/github/license/theAbdoSabbagh/DeeperSeek.svg?color=green)](https://github.com/theAbdoSabbagh/DeeperSeek/blob/main/LICENSE)  

DeeperSeek is a Python library for using the DeepSeek website as an alternative API to the DeepSeek paid API.

DeeperSeek makes it easy to send messages and receive responses. DeeperSeek can also do a wide range of things such as supporting multiple login methods, seamless and easy process when switching accounts, bypassing Cloudflare protection, running in headless mode, supporting DeepThink and search-enhanced responses, and much more.

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

## Compatibility  

DeeperSeek works on Windows, Linux, and macOS. It also supports Google Colab and other headless Linux servers. DeeperSeek requires Python 3.8 or later.

## Features  

-   [x] Automates message sending and response retrieval in DeepSeek
-   [x] Supports login via token or email/password authentication
-   [x] Allows regenerating responses
-   [x] Enables session management (reset chat, log out, retrieve token)
-   [x] Supports bypassing Cloudflare protection
-   [x] Headless mode for running on servers or automation setups
-   [x] Customizable browser arguments for better control over execution
-   [x] Supports "DeepThink" and search-enhanced responses
-   [x] Proxy support for enhanced security
-   [x] Detailed logging with customizable verbosity

## Documentation  

You can find the documentation [here](https://github.com/theAbdoSabbagh/DeeperSeek/blob/main/docs/README.md).  

## Changelog  

You can find the changelog [here](https://github.com/theAbdoSabbagh/DeeperSeek/blob/main/CHANGELOG.md).  

## Disclaimer  

- This project is not affiliated with DeepSeek in any way. Use at your own risk. I am not responsible for any damage caused by this project.  

## 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=theAbdoSabbagh/DeeperSeek&type=Date)](https://star-history.com/#theAbdoSabbagh/DeeperSeek&Date)
