DegenRep is a Telegram bot that provides crypto loan reputation tracking, access fees, XP leveling, and more, integrated with CWallet transactions.
- ✅ Auto-verifies access fees via CWallet bot messages
- 💸 Reputation-based loan levels with interest and repayment terms
- 📊 XP + leaderboard system for community engagement
- 🧾 Admin dashboard with verification controls
- 📡 Health check endpoint via Flask
Push your code to GitHub and connect your repo to Render.
| Variable | Description |
|---|---|
BOT_TOKEN |
Your Telegram Bot token |
DATABASE_URL |
PostgreSQL URL (starts with postgres://) |
If using SQLite locally, leave DATABASE_URL blank.
Render will ping the /health route to check if your bot is alive.
python-telegram-botFlaskfor web endpointpsycopg2orsqlite3for DBgunicornfor production server
MIT License