Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.5 KB

README.md

File metadata and controls

52 lines (39 loc) · 1.5 KB

duckduckgo-ai-chat

PyPI Changelog Tests License

CLI to use DuckDuckGo AI Chat service from terminal

Based on the ideas of duckduckGO-chat-cli

Disclaimer

By using this client you accept DuckDuckGo AI Chat ToS

Installation

Install this tool using pip:

pip install duckduckgo-ai-chat

Usage

Duckduck-aichat

For help, run:

duckchat --help

You can also use:

python -m duckchat --help

Development

To contribute to this tool, first checkout the code. Then create a new virtual environment:

cd duckduckgo-ai-chat
python -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

python -m pytest