https://github.com/7heaven/pirateship
search piratebay with command line
https://github.com/7heaven/pirateship
bt cli magnet piratebay python3 search searching
Last synced: 4 months ago
JSON representation
search piratebay with command line
- Host: GitHub
- URL: https://github.com/7heaven/pirateship
- Owner: 7heaven
- License: mit
- Created: 2022-02-28T06:07:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-21T07:38:30.000Z (over 3 years ago)
- Last Synced: 2025-04-04T09:14:21.650Z (6 months ago)
- Topics: bt, cli, magnet, piratebay, python3, search, searching
- Language: Python
- Homepage:
- Size: 161 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 终端搜索piratebay工具
## 安装
```shell
pip3 install -r requirements.txt
```## 使用
```shell
python3 pirateship.py "{关键字}"
```## 使用代理以及指定域名(默认thepiratebay.org不可用的时候)
```shell
在~/.pirateship/config文件中添加环境变量:
PROXY_HOST={socks5代理域名}
PROXY_PORT={socks5代理端口}
PIRATE_URL={海盗湾主URL}
PIRATE_API_URL={海盗湾API URL(部分版本的海盗湾API URL和主URL一致)}
```
