Anime Crawler API - Archived

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


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!


Mentions

Looking for comments? This website uses webmention instead, the standard way for websites to talk to each other, you can either send me one through your website, or use the below form to submit your mention. If you do not own a website, send me an email instead.

Toggle the webmention form
All webmentions will be held for moderation by me before publishing it.

About me

Coding Otaku Logo

I'm Rahul Sivananda (he/him), the Internet knows me by the name Coding Otaku (they/them). I currently work as a Senior Software Engineer in London.

I care about Accessibility, Minimalism, and good User Experiences. I create small tools and scripts to make the life easy. If you need help or support with GNU/Linux system, or making your website accessible, you can reach out to me!

Following me

Subscribe to my web feeds if you like what I post and want to read them without visiting this website!

You can also find me on Mastodon, Codeberg, or Peertube.

Get my cURL card with curl -sL https://codingotaku.com/cc.

Supporting me

If you would like to help me to keep this site and my silly projects running, you can now donate to me through Liberapay or Stripe

Continue Reading

Like this post? there's more where that came from! Continue reading.

Recent Projects

Subscribe via Atom or JSON feeds.