Clanka is a shithead made to offend you as much as possible, maybe even help if it ants to. Built with Python and powered by Groq (Llama 3)
- Language: Python 3.12+
- Brain: Groq API (Llama-3.3-70b-versatile)
- Environment: Dotenv for secure key management
You’ll need a Groq API key. Get one for free at console.groq.com.
Clone the repository and enter the directory:
git clone https://github.com/mazerissa/Clanka.git
cd ClankaSet up your virtual environment:
python3 -m venv .venv
source .venv/bin/activateInstall dependencies:
pip install -r requirements.txtCreate a .env file in the root directory:
touch .envOpen .env and add your key like so:
GROQ_API_KEY=gsk_your_actual_key_herepython3 main.py
📂 Project Structure:
├── .gitignore
├── LICENSE
├── main.py
├── README.md
└── requirements.txtClanka's programmed to be toxic like your ex and sarcastic for entertainment purposes. Don't get offended when roasted
Made by mazerissa