Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snekromonoro/browser-version-monitor
Monitor browser versions release and alert
https://github.com/snekromonoro/browser-version-monitor
browser change chrome chromium firefox monitor update version
Last synced: 10 days ago
JSON representation
Monitor browser versions release and alert
- Host: GitHub
- URL: https://github.com/snekromonoro/browser-version-monitor
- Owner: snekROmonoro
- License: apache-2.0
- Created: 2024-03-14T15:06:52.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-03T20:59:24.000Z (12 days ago)
- Last Synced: 2024-11-03T21:28:32.130Z (11 days ago)
- Topics: browser, change, chrome, chromium, firefox, monitor, update, version
- Language: Go
- Homepage:
- Size: 27.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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](https://t.me/BotFather) on a configured channel ID.## Setup
First step is to make sure your go.mod is tidied:
```sh
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:
```sh
go run github.com/steebchen/prisma-client-go db push
```When something was changed in the database:
```sh
go run github.com/steebchen/prisma-client-go db pull
```To generate the database files:
```sh
go run github.com/steebchen/prisma-client-go generate
```To look into the database:
```sh
go run github.com/steebchen/prisma-client-go studioprisma studio
```## Credits
Wrote by [snek](https://t.me/snekromonoro)