https://github.com/bugswriter/pirokit
https://github.com/bugswriter/pirokit
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bugswriter/pirokit
- Owner: Bugswriter
- Created: 2021-01-02T21:01:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-19T18:19:02.000Z (over 4 years ago)
- Last Synced: 2025-04-19T19:05:09.815Z (about 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 77
- Watchers: 2
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pirokit
This script is used to web scrape a very popular torrent site 1337x.to to search torrents using bash, and you can represent scrapped torrent data in fzf / dmenu / rofi sort of like menu to select which torrent to download.
## Installation
Place this script where you keep your scripts.
```bash
chmod +x pirokit
```
## Usage
```
pirokit "search query"
```
or if you use without search query it's by default going to ask take input with dmenu.
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
[MIT](https://choosealicense.com/licenses/mit/)