Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aahnik/simple-screenshot-bot
Telegram bot that takes screenshot of webpages.
https://github.com/aahnik/simple-screenshot-bot
pyppeteer screenshot screenshot-bot telegram telegram-bot telethon
Last synced: about 2 months ago
JSON representation
Telegram bot that takes screenshot of webpages.
- Host: GitHub
- URL: https://github.com/aahnik/simple-screenshot-bot
- Owner: aahnik
- License: mit
- Archived: true
- Created: 2021-01-20T12:38:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-15T10:37:34.000Z (over 3 years ago)
- Last Synced: 2024-08-09T13:15:19.348Z (6 months ago)
- Topics: pyppeteer, screenshot, screenshot-bot, telegram, telegram-bot, telethon
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 15
- Watchers: 1
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-screenshot-bot
You send a text message to the bot, it finds all the links in the message, and replies with the screenshots of all the pages.
Plain and simple bot, with no fancy features.
It uses webhook, to obtain updates from Telegram. In Heroku, it sleeps when there is no traffric for 30 mins. That means it saves you dyno-hours.
It gets activated as soon as a new message is received.
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/aahniks/simple-screenshot-bot)