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