Telegram demo bot
- Create .env file with environment variables
BOT_TOKEN
- token for your bot, you can know askDB_DSN
- database dsn
- Run docker-compose configuration
docker-compose up -d
- If previous step was successful, you can see in logs and database
- Fill more fields about messages
- Implement statistic command
- Use reindexer/reindexer for work with statistics
- Refactoring code
- Implement work with telegram hooks