From 7108e0e4b474b07e29558f2c723d73a200291bd6 Mon Sep 17 00:00:00 2001 From: Krypton <66370436+krypton-kry@users.noreply.github.com> Date: Wed, 10 Mar 2021 09:06:18 -0500 Subject: [PATCH] Create README.md --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f40f6ed --- /dev/null +++ b/README.md @@ -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 +