Skip to content

tgbot-collection/archiver

Repository files navigation

archiver

codecov docker image builder Docker Pulls

๐Ÿ—œ Internet Archive: Wayback Machine bot

Wayback Machine

WayBack Machine bot

Send any link to this bot, and it will save it to Internet Archive.

A screenshot of this page will be sent to you as well.

Optionally, you can use AI mode to get a more accurate screenshot.

The AI functionality is powered by Gemini.

screenshots

save to wayback machine

get screenshot

AI mode

commands

start - start Wayback Machine bot
about - about this bot
ping - ping server
stop - stop AI mode

Features

  • create snapshot

Privacy notice

Important

This bot WILL NEVER save your personal information unless you choose to use AI mode.

Development

Build project locally

git clone https://github.com/tgbot-collection/archiver
cd archiver
go build .
TOKEN=13245 DRIVER=$(which chromedriver) ./archiver

docker

docker run -e DRIVER=$(which chromedriver) TOKEN=1234 bennythink/archiver

prebuilt binary

Download it from release, and then

TOKEN=1234 DRIVER=$(which chromedriver) ./archiver

License

Apache License Version 2.0