-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
metadata.yml
84 lines (75 loc) · 2.18 KB
/
metadata.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
name: 🌸 Anilist watch list and reading list
category: social
description: |
This plugin displays favorites animes, mangas and characters from a [AniList](https://anilist.co) account.
disclaimer: |
This plugin is not affiliated, associated, authorized, endorsed by, or in any way officially connected with [AniList](https://anilist.co).
All product and company names are trademarks™ or registered® trademarks of their respective holders.
examples:
+for anime watchers: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.anilist.svg
for manga readers: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.anilist.manga.svg
+for waifus simp: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.anilist.characters.svg
index: 4
supports:
- user
- organization
scopes: []
inputs:
plugin_anilist:
description: |
Enable aniList plugin
type: boolean
default: no
extras:
- metrics.run.puppeteer.scrapping
plugin_anilist_user:
type: string
description: |
AniList login
default: .user.login
preset: no
plugin_anilist_medias:
description: |
Medias types
type: array
format: comma-separated
default: anime, manga
values:
- anime
- manga
plugin_anilist_sections:
description: |
Displayed sections
- `favorites` will display favorites from `plugin_anilist_medias`
- `watching` will display animes currently in watching list
- `reading` will display manga currently in reading list
- `characters` will display liked characters
type: array
format: comma-separated
default: favorites
example: favorites, watching, characters
values:
- favorites
- watching
- reading
- characters
plugin_anilist_limit:
description: |
Display limit (medias)
type: number
default: 2
min: 0
zero: disable
plugin_anilist_limit_characters:
description: |
Display limit (characters)
type: number
default: 22
min: 0
zero: disable
plugin_anilist_shuffle:
description: |
Shuffle data
Can be used to create varied outputs
type: boolean
default: yes