This is a GO application designed as an automatic seed checker for the nCore.pro website.
-
URL Verification: After downloading, verify the URLs in the
main.gofile:loginUrl: this should point tologin.php.activityUrl: this should point tohitnrun.php.
-
Filling in Login Information: Provide your username and password using command line flags:
-u your_username-p your_password
-
Setting the Output Directory:
- Specify the directory using the
-oflag. - Note: This application does not re-download the torrents, you need to set your torrent client to download the torrent files into the same folder, where they will be automatically added to the torrent client.
- Specify the directory using the
-
Building the Application:
- Required dependencies:
go get github.com/chromedp/chromedpgo get github.com/chromedp/cdproto/cdp
- On Windows:
go build -o ncore_automation.exe . - On Linux/Mac:
go build -o ncore_automation . - Run the above command in the directory where the downloaded file is located.
- Required dependencies:
-
Running the Application:
- One-time Run:
./ncore_automation -u user -p pass -o ./torrents - Web Interface:
./ncore_automation -u user -p pass -o ./torrents -webOpen http://localhost:8080 to view history. You can change the port with-port 9090. - Continuous Mode (Every 10 min):
./ncore_automation -u user -p pass -o ./torrents -web -interval 10m
Use the
-dflag to enable logging tolog.txt. - One-time Run:
Important: I am not responsible for any illegal content distribution. This application only automates manual steps.
HUN
Ez egy nCore.pro oldalhoz készült automatikus seed checker GO alkalmazás.
-
URL ellenőrzés: Miután letöltötted, ellenőrizd a
main.gofájlban:loginUrl: ennek alogin.php-ra kell vezetnie.activityUrl: ennek ahitnrun.php-ra kell vezetnie.
-
Login adatok megadása: Add meg a felhasználónevedet és jelszavadat parancssori kapcsolókkal:
-u felhasznalonev-p jelszo
-
Kimeneti könyvtár beállítása:
- Az
-okapcsolóval adhatod meg, hova kerüljenek a letöltött.torrentfájlok. - Figyelem: Ez az alkalmazás nem tölti vissza a torrentet, hanem egy tetszőleges torrent alkalmazásba kell beállítani, hogy ugyanabba a mappába töltse le a torrent fájlokat, ahol automatikusan hozzáadja őket a torrent alkalmazáshoz.
- Az
-
Alkalmazás buildelése:
- Szükséges kiegészítők:
- go get github.com/chromedp/chromedp
- go get github.com/chromedp/cdproto/cdp
- Windows rendszeren:
go build -o ncore_automation.exe . - Linux/Mac rendszeren:
go build -o ncore_automation . - Futtasd le a fenti parancsot a letöltött fájl mappájában.
- Szükséges kiegészítők:
-
Alkalmazás futtatása:
- Egyszeri futtatás:
./ncore_automation -u user -p pass -o ./torrents - Web felület:
./ncore_automation -u user -p pass -o ./torrents -webMegtekintheted a http://localhost:8080 címen. A portot a-port 9090kapcsolóval módosíthatod. - Folyamatos futtatás (10 percenként):
./ncore_automation -u user -p pass -o ./torrents -web -interval 10m
- Egyszeri futtatás:
-d kapcsolóval log.txt-be logol
Fontos: Semmilyen felelősséget nem vállalok jogsértő tartalom terjesztéséért, ez az alkalmazás csak a manuális lépéseket váltja ki.