Skip to content

snekROmonoro/Browser-Version-Monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browser-Version-Monitor

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!

About

Made to monitor changes to browser versions. Uses PostgresSQL. It alerts via a Telegram Bot on a configured channel ID.

Setup

First step is to make sure your go.mod is tidied:

go mod tidy

Database Setup

The database is self-hosted PostgresSQL.

cba explain how you host that so just google about it sob

Prisma

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

Credits

Wrote by snek

Releases

No releases published

Packages

No packages published