https://github.com/therealprohacker/chamaeleon-webbot
https://github.com/therealprohacker/chamaeleon-webbot
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/therealprohacker/chamaeleon-webbot
- Owner: theRealProHacker
- Created: 2025-07-07T12:58:44.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-31T12:22:00.000Z (10 months ago)
- Last Synced: 2025-07-31T16:14:21.674Z (10 months ago)
- Language: Python
- Size: 224 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chamaeleon Reisen Chatbot Proxy
Flask-based proxy server that injects a Gemini AI-powered chatbot into `chamaeleon-reisen.de`.
## Quick Start
1. Get a Gemini API key from [Google AI Studio](https://makersuite.google.com/)
2. Create `.env` file: `GEMINI_API_KEY=your-api-key-here`
3. Install dependencies: `pip install -r requirements.txt`
4. Run: `python app.py`
5. Open: `http://localhost:5000`
## Files
- `app.py` - Main Flask application
- `chatbot.html` - Chatbot UI
- `requirements.txt` - Dependencies
- `.env` - API key configuration