https://github.com/inter-ops/bit-finder
A toollkit for searching, downloading and streaming media
https://github.com/inter-ops/bit-finder
Last synced: 8 months ago
JSON representation
A toollkit for searching, downloading and streaming media
- Host: GitHub
- URL: https://github.com/inter-ops/bit-finder
- Owner: inter-ops
- Created: 2021-01-15T03:08:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-22T05:59:30.000Z (almost 2 years ago)
- Last Synced: 2024-09-28T03:41:03.600Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.08 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bit-Finder
[](https://npmjs.org/package/bit-finder)
[](https://github.com/inter-ops/bit-finder/blob/master/package.json)
A toolkit for searching, downloading and streaming media using torrents, YouTube, and more.
**WARNING: This is an old revived project. Torrent and IMDb search is quite stable, torrent download sometimes works, everything else is probably broken.**
# Features
- Search multiple torrent indexes for highest seeded Movies & TV shows
- Stream torrents directly to AppleTV, Chromecast and VLC
- Download torrents
- Copy torrent magnet links
- Stream YouTube videos to AppleTV
- Download YouTube videos
# Install
```bash
# npm
npm install -g bit-finder
# yarn
yarn global add bit-finder
```
# Usage
### General
```bash
bf --help
```
```bash
Commands:
bf torrents Search and download torrents
Options:
--help Show help [boolean]
--version Show version number [boolean]
-i, --interactive Run in interactive mode [boolean]
```
### Torrents
```bash
bf torrents --help
```
```
Search and download torrents
Commands:
bf torrents search Search torrents
bf torrents stream Stream a torrent's data inline
bf torrents download Download a torrent in the current working
directory
bf torrents get-magnet Copy a torrent's magnet URL
Options:
--help Show help [boolean]
--version Show version number [boolean]
-i, --interactive Run in interactive mode [boolean]
```