Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 421 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 421 Bytes

tghbot

Simple Github events notification bot

Installation

Install bot using go get

go get github.com/tdakkota/tghbot/cmd/tghbot

Create Telegram application and get api_id and api_hash .

Set APP_ID, APP_HASH ,BOT_TOKEN and GITHUB_TOKEN environment variables and run(it needs to be $GOPATH/bin in your $PATH)

tghbot run