https://github.com/tgbot-collection/archiver
🗜 Internet Archive: Wayback Machine bot
https://github.com/tgbot-collection/archiver
Last synced: 2 months ago
JSON representation
🗜 Internet Archive: Wayback Machine bot
- Host: GitHub
- URL: https://github.com/tgbot-collection/archiver
- Owner: tgbot-collection
- License: apache-2.0
- Created: 2020-10-27T13:38:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-11T17:09:45.000Z (2 months ago)
- Last Synced: 2025-04-13T04:05:30.561Z (2 months ago)
- Language: Go
- Size: 6.91 MB
- Stars: 56
- Watchers: 3
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# archiver
[](https://codecov.io/gh/tgbot-collection/archiver)
[](https://github.com/tgbot-collection/archiver/actions/workflows/builder.yaml)
[](https://hub.docker.com/r/bennythink/archiver)🗜 Internet Archive: Wayback Machine bot
[Wayback Machine](https://t.me/wayback_machine_bot)
# WayBack Machine bot
Send any link to this bot, and it will save it to [Internet Archive](https://archive.org/).
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 [OpenAI Burn.Hair](https://burn.hair/).
# 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
```bash
git clone https://github.com/tgbot-collection/archiver
cd archiver
go build .
TOKEN=13245 DRIVER=$(which chromedriver) ./archiver
```## docker
```bash
docker run -e DRIVER=$(which chromedriver) TOKEN=1234 bennythink/archiver
```## prebuilt binary
Download it from release, and then
```shell
TOKEN=1234 DRIVER=$(which chromedriver) ./archiver
```# License
Apache License
Version 2.0