Playwrightgram is a Telegram Automation Bot using Playwright, grammY, and Typescript. The bot is currently a work in progress and should not be used in a production environment.
incognito.mp4
Run npm install
to install all dependencies.
The main entry point for the bot is in /src/bots.ts
Start by adding necessary token and data to .env.example
and rename to .env
Run via npm run dev
Make changes and compile by saving or tsc
Fork the repo and created a PR for code you'd like to see included in the project.