Skip to content

👯‍♀️ Cloudflare Worker + iOS shortcut to update AniList with your manga stats.

Notifications You must be signed in to change notification settings

KodingDev/aidoku-anilist-importer

Repository files navigation

aidoku-anilist-importer

A Cloudflare Worker for importing manga from Aidoku into Anilist.

Secrets

These must be defined or the worker will not run. You can create an Anilist application here.

# Application secrets
wrangler secret put ANILIST_APP_ID
wrangler secret put ANILIST_APP_SECRET

# Customizable API key for update request
wrangler secret put API_KEY

Endpoints

  • POST / - Update Anilist using the Aidoku backup in the request body.
  • GET /login - Redirect to Anilist login page.
  • GET /callback - OAuth2 callback to define the user's Anilist account.

iOS Shortcut

You can install the required iOS shortcut using the link below. This will require appropriate configuration.

Shortcut

About

👯‍♀️ Cloudflare Worker + iOS shortcut to update AniList with your manga stats.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published