TSpider v1.0.0
A fast, concurrent torrent search aggregator written in Go.
What's New
- Project renamed from
angeltotspider - 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@latestUsage
tspider "keyword" # Search torrents
tspider doctor # Check site availability
tspider config list # List configured sites
tspider config set-url <site> <url> # Update site URLAuthors
- daite - Original author & maintainer
- Claude (Anthropic) - Refactoring & new features