Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/caetano-dev/WebPhotographer-golang
- Owner: caetano-dev
- License: gpl-3.0
- Created: 2021-12-29T15:59:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-06T22:20:54.000Z (almost 3 years ago)
- Last Synced: 2023-10-20T06:51:13.191Z (about 1 year ago)
- Topics: bot, go, golang, gpl, screenshot, telegram, telegrambot
- Language: Go
- Homepage:
- Size: 5.97 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.