Monitor browser versions release and alert.
Feel free to fork the repo, just make sure to leave the credits!
Don't forget to star ⭐ the repo!
Made to monitor changes to browser versions. Uses PostgresSQL. It alerts via a Telegram Bot on a configured channel ID.
First step is to make sure your go.mod is tidied:
go mod tidy
The database is self-hosted PostgresSQL.
cba explain how you host that so just google about it sob
When changing something in the database:
go run github.com/steebchen/prisma-client-go db push
When something was changed in the database:
go run github.com/steebchen/prisma-client-go db pull
To generate the database files:
go run github.com/steebchen/prisma-client-go generate
To look into the database:
go run github.com/steebchen/prisma-client-go studio
prisma studio
Wrote by snek