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

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

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