A Telegram bot that is able to take screenshots of webpages remotely and send it to its users.
In order to run the bot you will need a Telegram API key and Chrome/Chromium installed.
Rename the file from example.env
to .env
and put the key in the file.
TELEGRAM_KEY=<TOKEN>
install packages:
$ go get
run the application:
$ go run main.go
or if you want the executable file:
$ go build main.go
$ ./main
Check out the link-based branch.