https://github.com/david-lor/archive.org-telegrambot
Telegram bot that saves links on Archive.org. Written in Go, using AMQP
https://github.com/david-lor/archive.org-telegrambot
Last synced: 7 days ago
JSON representation
Telegram bot that saves links on Archive.org. Written in Go, using AMQP
- Host: GitHub
- URL: https://github.com/david-lor/archive.org-telegrambot
- Owner: David-Lor
- License: isc
- Created: 2022-02-06T13:47:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-01T03:17:10.000Z (about 2 years ago)
- Last Synced: 2025-02-04T08:46:55.282Z (11 months ago)
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Archive.org Telegram Bot
A Telegram bot that saves links sent to it on web.archive.org.
This bow follows an architecture consisting on:
- A Webhook updates receiver
- An AMQP broker (like RabbitMQ), where updates received are enqueued
- One or more workers (current repository), that consume updates from AMQP and process them
- Optionally, a self-hosted Telegram Bot API