This bot will help different companies working with employees to receive daily reports on the work done
- Sending reports directly to bot
- Daily summary for the manager
- Generating pages on the Telegraph
Aiogram3, Aiogram-dialog, Asyncpg, PostgreSQL, Redis, Telegram,
To run this project, you will need to add the following environment variables to your .ini file
BOT_TOKEN
REDIS_DSN
POSTGRES_DSN
Clone the project
git clone https://github.com/hum4noidx/frt_report
Go to the project directory
cd frt_report
Install dependencies
pip install -r requirements.txt
Start the bot
python bot.py