Categorygithub.com/starfork/fwatcher
modulepackage
0.0.0-20240830125952-d00b704ff47c
Repository: https://github.com/starfork/fwatcher.git
Documentation: pkg.go.dev

# README

Description

Watch file change and send notify to your telegram

Config Sample

you should put config.yaml in the running path

title: "you server title"
token: "your token"
chatid: yourchatid
max: max length of the send
interval: 10
path:
  - "path1"
  - "path2"
  - "path3"

install

go install https://github.com/starfork/fwatcher@latest

Usage

fwatcher 

# Structs

No description provided by the author
No description provided by the author