Skip to content

caetano-dev/WebPhotographer-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Photographer - golang version

A Telegram bot that is able to take screenshots of webpages remotely and send it to its users.

How to set up

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

Need a lighter version of this bot?

Check out the link-based branch.

About

The WebPhotographer Telegram bot, but written in GO.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published