_mod_ANILIST
Sync module for AniList (GraphQL). Watchlist only.
Last updated
Was this helpful?
Sync module for AniList (GraphQL). Watchlist only.
Provider ID: ANILIST
Version (module): 0.1.0
AniList support in the sync engine.
Use it to sync:
watchlist (AniList “Planning”)
Setup docs:
Entry point: sync/_mod_ANILIST.py
health()
build_index(feature)
add(feature, items)
remove(feature, items)
watchlist → providers/anilist/_watchlist.py
bidirectional: true
provides_ids: true
index_semantics: "present"
observed_deletes: false
anilist_watchlist_shadow.json
AniList is watchlist-only.
CrossWatch maps “Planning” to watchlist membership.
Last updated
Was this helpful?
Was this helpful?
{
"bidirectional": true,
"index_semantics": "present",
"observed_deletes": false,
"provides_ids": true
}