-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from LavamasterYT/main
Add macOS support
- Loading branch information
Showing
34 changed files
with
1,022 additions
and
0 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
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# SearchifyX for macOS | ||
|
||
There now exists a native Swift app for macOS! It still uses Python for the scraping but the front-end/GUI is now native. | ||
The only downsides to this version is that so far the stealth features are not available in this version. | ||
|
||
## Building | ||
|
||
To build this version of SearchifyX, you will need to only install the dependencies required for this version of SearchifyX listed in the [requirements.txt]() file: | ||
``` | ||
$ python3 -m pip install -r requirements.txt | ||
``` | ||
|
||
Then just run the build script from the macOS directory to build the latest version of [scraper.py](): | ||
``` | ||
$ ./build.sh | ||
``` | ||
> You may need to give the build and clean scripts the proper permissions to execute | ||
That will build and compile the macOS app of scraper.py. | ||
Now you can launch the Xcode project and build from there! |
Oops, something went wrong.