Telegram bot responds to any link in the chat and offers the user a screenshot of the site.
git clone https://github.com/yoninjago/sitescreenshot_bot.git
cd
into new directory- Copy
.env.example
to your.env
file - Fill
.env
file with your credentials
Run docker-compose up -d
to start.
- Python 3.10+
- aiogram
- SQLAlchemy 1.4+
- Pyppeteer
- PostgreSQL as database
- asyncpg as database driver for SQLAlchemy
- Docker with docker-compose for deployment