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
This commit is contained in:
EchoZenith
2026-01-25 20:19:56 +08:00
parent 37ac5383cb
commit a4760bc373
5 changed files with 145 additions and 0 deletions

3
requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
python-telegram-bot
aiosqlite