Skip to content

v1.0.0 - TSpider

Latest

Choose a tag to compare

@daite daite released this 01 Feb 04:30
· 2 commits to main since this release

TSpider v1.0.0

A fast, concurrent torrent search aggregator written in Go.

What's New

  • Project renamed from angel to tspider
  • Doctor command - Check torrent site availability with latency info
  • Config command - Manage site URLs dynamically (add, remove, enable, disable)
  • Animated spinner - Progress indicator with ETA
  • JSON config file - Persistent configuration at ~/.tspider.json
  • Better concurrency - Refactored with improved Go patterns

Installation

go install github.com/daite/tspider/cmd/tspider@latest

Usage

tspider "keyword"           # Search torrents
tspider doctor              # Check site availability
tspider config list         # List configured sites
tspider config set-url <site> <url>  # Update site URL

Authors

  • daite - Original author & maintainer
  • Claude (Anthropic) - Refactoring & new features