Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/caetano-dev/WebPhotographer-golang

The WebPhotographer Telegram bot, but written in GO.
https://github.com/caetano-dev/WebPhotographer-golang

bot go golang gpl screenshot telegram telegrambot

Last synced: 16 days ago
JSON representation

The WebPhotographer Telegram bot, but written in GO.

Awesome Lists containing this project

README

        

# 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](https://core.telegram.org/api) API key and Chrome/Chromium installed.

Rename the file from `example.env` to `.env` and put the key in the file.

```env
TELEGRAM_KEY=
```

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](https://github.com/drull1000/WebPhotographer-golang/tree/link-based) branch.