Skip to content

Instantly share code, notes, and snippets.

View amiria703's full-sized avatar
🟪
Studying, Coding, Sleeping.

Amir Hossein "Amiria" Maher amiria703

🟪
Studying, Coding, Sleeping.
View GitHub Profile
@sukhbinder
sukhbinder / duckchat.py
Last active March 14, 2025 08:09
Chat with DuckDuckGo AI Chat CLI with Python
# /// script
# dependencies = [
# "requests",
# ]
# ///
import requests
import json
import sys
from threading import Thread