anilist_moe 0.2.0

Anilist_Moe is a Rust Wrapper for the Anilist API. This library allows you to seamlessly interact with Anilist's Public API with and without authentication. This currently supports Anime, Manga, Users, Staff, Forum, Threads, Recommendations, Reviews and User Activities
Documentation
1
2
3
4
5
6
7
8
9
10
# AniList API Configuration
# 
# To get your AniList access token:
# 1. Go to https://anilist.co/settings/developer
# 2. Create a new Client
# 3. Get your access token
# 4. Copy this file to .env and add your token
# 5. This is only for testing this crate

ANILIST_TOKEN=your_anilist_access_token_here