This Go application creates a mirror of the [Anna's Archive torrent page](https://annas-archive.org/torrents), providing an up-to-date list of torrents and their statistics. It includes features for tracking seeder history, generating custom torrent lists, and visualizing seeder statistics.
## How It Works
1.**Data Collection**: The application scrapes the full torrent list from Anna's Archive every 24 hours.
2.**Database**: It stores the torrent information in a SQLite database.
3.**Stat Tracking**: Every 30 minutes, it updates the seeder, leecher, and completion statistics for each torrent.
4.**Web Interface**: It provides a web interface to view the torrent list, individual torrent statistics, and seeder history.
5.**Custom List Generation**: Users can generate custom torrent lists based on size and type preferences.
## Features
- Display torrent list with group categorization
- Show detailed statistics for individual torrents
- Visualize daily seeder statistics across all torrents
## Installation
You can just go to the releases and download the binary and skip the installation / building. Obviously use your own judgement on the OpSec of downloading pre-compiled binaries. Luckily building in Go is very easy.