-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aaafe52
commit 7108e0e
Showing
1 changed file
with
27 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# SSAnime Scrapper | ||
A small scraper written in C++ to get the torrent links from ssanime.ga | ||
|
||
## Dependencies | ||
|
||
* [Rapidjson](https://github.com/Tencent/rapidjson) | ||
* [Curlpp](https://github.com/jpbarrette/curlpp) | ||
|
||
``` | ||
sudo dnf install curlpp-devel | ||
git clone https://github.com/Tencent/rapidjson | ||
sudo cp -r rapidjson/include/* /usr/local/include/ | ||
``` | ||
## Build Instructions | ||
|
||
``` | ||
1. git clone https://github.com/krypton-kry/ssanime-scraper | ||
2. cd ssanime-scraper/build | ||
3. ./build.sh | ||
(Please examine all bash scripts before running them; | ||
in this case : cat build.sh) | ||
``` | ||
Example: ./main https://ssanime.ga/anime/2dc57a1f-2df2-47c0-9624-b83dbfbfb4c7 | ||
|