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
- Host: GitHub
- URL: https://github.com/imvickykumar999/discord-webhook
- Owner: imvickykumar999
- License: bsd-3-clause
- Created: 2025-02-26T11:21:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-05T08:46:01.000Z (over 1 year ago)
- Last Synced: 2025-03-24T09:38:54.538Z (over 1 year ago)
- Topics: discord-bot, flask, groq, webhook
- Language: Python
- Homepage: https://vedpeth-my.sharepoint.com/:w:/g/personal/vicky_bol7_com/EWb5bQ5cd75NkGPc0DHklcIBP43KR46jX8V9T3bVpTXZSw?rtime=JFtRUapc3Ug
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/


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
```