-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
� RELEASE: Restructured and built for release
- Loading branch information
1 parent
f8f89d4
commit 4866a19
Showing
21 changed files
with
36 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,18 @@ | ||
![TorSearch](cli/assets/torsearch_header_big.png "TorSearch") | ||
![License](https://img.shields.io/badge/license-MIT-blue.svg) | ||
# torsearch | ||
|
||
A tool designed to help in finding torrent files on the internet gracefully. Can also download files when coupled with any torrent client like qBittorrent. | ||
|
||
|
||
## Build Using Pyinstaller | ||
|
||
```bash | ||
pyinstaller --noconfirm --onefile --console --icon "./assets/torsearch_logo_192.ico" --name "torsearch" --add-data "./torsearch/src/torsearch;." "./torsearch/src/torsearch/__main__.py" | ||
``` | ||
|
||
## Usage | ||
|
||
```bash | ||
$ torsearch search [SEARCH_TERM] -s [SOURCE_NUMBER] -p [PAGE_NUMBER] | ||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
cli/torsearch/__main__.py → cli/torsearch/src/torsearch/__main__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
from .src import cli | ||
from torsearch import cli | ||
from torsearch import __app_name__ | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
cli/torsearch/src/utils/extractor.py → ...orsearch/src/torsearch/utils/extractor.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters