Browser-Version-Monitor

command module
v0.0.0-...-26b094a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 8, 2025 License: Apache-2.0 Imports: 13 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL