Core Features
Telegram Integration
Connects directly to the Telegram Bot API using webhooks for real-time communication.
AI-Powered Responses
Uses the Groq API with the Llama 3.1 model to generate intelligent and context-aware responses.
Easy to Set Up
Get your bot running in a few simple steps with minimal configuration.
Extensible
The code is simple and modular, allowing you to easily add new features and integrations.
It's Open Source!
Cody is open source and easy to set up. Follow these simple steps to get your own instance of Cody running from the GitHub repository.
1
Clone the Repo
Get the source code from GitHub.
git clone https://github.com/itsjonathankalu/paircoderbot.git
2
Install & Configure
Install dependencies and add your API keys.
npm install && cp .env.example .env
3
Run the Bot
Start the server and connect to Telegram.
node index.js