https://github.com/aki-ks/anirena-api
Java api for http://anirena.com
https://github.com/aki-ks/anirena-api
nyaa sukebei torrent torrent-search torrent-tracker
Last synced: 7 months ago
JSON representation
Java api for http://anirena.com
- Host: GitHub
- URL: https://github.com/aki-ks/anirena-api
- Owner: aki-ks
- Created: 2018-03-17T11:10:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-04T07:42:45.000Z (over 6 years ago)
- Last Synced: 2025-03-15T23:26:44.167Z (7 months ago)
- Topics: nyaa, sukebei, torrent, torrent-search, torrent-tracker
- Language: Java
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# AniRena-API
Java API for https://anirena.com/Since this api parses webpages, it might break any time.
# Installation
One way to use this library is to inculude it through jitpack.
How to use it with your build tool is explained at [their page](https://jitpack.io/#aki-ks/AniRena-API).If you're building with sbt, you may add this library as a remote project in your `build.sbt` and let your project depend on it.
Sbt builds the library from source and will apply all new commits to the repository.
``` sbt
lazy val anirena = RootProject(uri("https://github.com/kaysubs/AniRena-API"))
dependsOn(anirena)
```# Usage
All api calls are in the classes `AniRenaApi` and `AniRenaAuthApi`.For more example usages you may have a look at the `de.kaysubs.tracker.anirena.examples` package.