An open API service indexing awesome lists of open source software.

https://github.com/imvickykumar999/discord-webhook

Watch Tutorial on YouTube : https://youtu.be/S0gixVvi8-g
https://github.com/imvickykumar999/discord-webhook

discord-bot flask groq webhook

Last synced: 4 months ago
JSON representation

Watch Tutorial on YouTube : https://youtu.be/S0gixVvi8-g

Awesome Lists containing this project

README

          

# `Discord Bot` with `Flask` & `Groq API` 🚀

Blog : https://blogforge.pythonanywhere.com/blogs/how-to-create-a-discord-bot-from-scratch/

![image](https://github.com/user-attachments/assets/4f21469b-0b9d-448c-87e5-31e0c3a066ca)
![image](https://github.com/user-attachments/assets/d7a88a74-b5e1-4b19-ab12-e02d8a3b2439)

This project is a **Discord bot** that integrates with the **Groq AI API** to generate AI-powered responses.
It also includes a **Flask web server** to keep the bot running on platforms that require a web service.

---

## 📌 Features
✅ **AI-powered replies** using Groq API
✅ **Flask web server** to keep the bot active
✅ **Secure environment variables** using `.env`
✅ **Cooldown system** to prevent spam

---

## 🛠️ Installation & Setup

### 1️⃣ Clone the Repository
```bash
git clone https://github.com/imvickykumar999/Discord-Webhook.git
cd Discord-Webhook
python app.py
```