Skip to content

Instantly share code, notes, and snippets.

View amiria703's full-sized avatar
๐ŸŽ„
Focusing

Amir Hossein "Amiria" Maher amiria703

๐ŸŽ„
Focusing
View GitHub Profile
@sukhbinder
sukhbinder / duckchat.py
Last active June 18, 2025 08:38
Chat with DuckDuckGo AI Chat CLI with Python
# /// script
# dependencies = [
# "requests",
# ]
# ///
import requests
import json
import sys
from threading import Thread