Site preferences
Preferences



*The preferences are saved using cookies because this website does not use Javascript.
To clear the cookies, select Clear Cookies and click submit, this will also reset all the preferences to default.
The cookies are not used for analytics, read the privacy policy for more details.

Anime Crawler API - Archived

A java based Anime crawler API with multiple server support. Used by Animu Downloaderu!

This page was published on .
Source: https://codeberg.org/codingotaku/AnimeCrawlerAPI
Tags:


About

This project is now abandoned, and the below instructions to set it up will not work either, you will need to compile it from source.
This is a java based Anime crawler API.
Currently the API is under development and is used by my AnimuDownloaderu project.
Follow the below steps to add this API into your maven project.

  1. Add gitlab-maven repository
    <repositories>
      <repository>
        <id>gitlab-maven</id>
        <url>https://gitlab.com/api/v4/projects/14189257/packages/maven</url>
      </repository>
    </repositories>
    
    <distributionManagement>
      <repository>
        <id>gitlab-maven</id>
        <url>https://gitlab.com/api/v4/projects/14189257/packages/maven</url>
      </repository>
    
      <snapshotRepository>
        <id>gitlab-maven</id>
        <url>https://gitlab.com/api/v4/projects/14189257/packages/maven</url>
      </snapshotRepository>
    </distributionManagement>
  2. Add Maven dependency
    <dependency>
    	<groupId>com.codingotaku.api</groupId>
    	<artifactId>anime-crawler-api</artifactId>
    	<version>0.1</version>
    </dependency>

JavaDoc coming soon!


About me

Coding Otaku Logo

I'm Rahul Sivananda (he/him), the Internet knows me by the name Coding Otaku. I work as a Full-Stack Developer at IBM in London.

I care about Accessibility, Minimalism, and good user experiences. Sometimes I write stories and draw things.

Get my cURL card with curl -sL https://codingotaku.com/cc
Find me on Mastodon, Codeberg, or Peertube.
Subscribe to my feeds.

Continue Reading

Next

All my projects can be subscribed to using RSS(Atom) or JSON feeds, if you do not know how to use feeds, I have a page with instructions on how to do that.

Comments

You can comment on this post here, all fields except the comment and answer are optional.









Recent Projects

Subscribe via Atom or JSON feeds.