Initial commit

This commit is contained in:
Victor Chapaev
2024-06-29 19:44:51 +03:00
commit 0fc0deba1a
10 changed files with 398 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module github.com/chapvic/telegram-notify
go 1.21
require (
github.com/JohannesKaufmann/html-to-markdown v1.6.0
github.com/go-telegram/bot v1.5.0
)