AnilistStream

AnilistStream

Streaming anime and Anilist sync

Documentation

AnilistStream

A self-hostable Stremio addon for HTTP anime streaming with AniList integration for metadata and watch progress syncing.

Works with the addon’s own catalogs and Anime Kitsu catalogs :)

Repository: https://github.com/Saadiq8149/AnilistStream


Self Hosting

Requirements

  • Docker installed
  • AniList API Client ID (optional, for watch progress syncing)
  • IdsMoe API Key (optional, for Kitsu catalog support)

1. Create AniList OAuth App (Optional)

  1. Go to https://anilist.co/settings/developer
  2. Click Create New Client
  3. Set Redirect URL to:
{SERVER_URL}/configure

Example:

http://127.0.0.1:7000/configure
  1. Copy the Client ID

2. Get IdsMoe API Key (Optional)

Required for Kitsu catalog support.

  1. Go to https://ids.moe/
  2. Create an account
  3. Generate an API key
  4. Add it to your .env as:
IDS_MOE_API_KEY=your_api_key

3. Create .env file

Example configuration:

PORT=7000
SERVER_URL=http://127.0.0.1:7000

ANILIST_CLIENT_ID=your_client_id_here
IDS_MOE_API_KEY=your_idsmoe_key_here

METADATA_PROVIDER=ANILIST
SOURCE_PROVIDERS=ALL_ANIME

4. Run Using Docker

docker pull 12345saadiq/aniliststream:latest

docker rm -f aniliststream 2>/dev/null || true

docker run -d \
  --restart unless-stopped \
  --name aniliststream \
  -p 7000:7000 \
  --env-file .env \
  12345saadiq/aniliststream:latest

More Information

For source code, issues, and updates visit the GitHub repository:

https://github.com/Saadiq8149/AnilistStream

Additional Information

Submitted By

kira

Version

2.0.0

Developed By

kira

Language

Multilingual

Submitted On

Last Updated

Manifest Status

Checking

Problem Reports

Is it down for everyone or just me?
... reports in the past 24 hours
We value your privacy

This site uses cookies to improve your browsing experience and show personalized content.