3 Commits

Author SHA1 Message Date
EchoZenith
ae304227cd fix(env): correct typo in GITHUB_URL in .env.example 2026-01-26 11:53:52 +08:00
EchoZenith
5e6820cca3 feat(bot): add source code link to greeting message
- Define GITHUB_URL environment variable with fallback
- Implement InlineKeyboardMarkup for the start command
- Add "🌟 查看项目源码" button to welcome message
2026-01-26 11:43:15 +08:00
EchoZenith
a4760bc373 feat: initial project setup
- Add bot.py with core Telegram Contact Bot logic
- Add Dockerfile and docker-compose for containerization
- Add requirements.txt for dependency management
- Add .env.example for environment configuration
2026-01-25 20:19:56 +08:00