@irfanshadikrishad/anilist 1.2.6 → 1.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +50 -50
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -44,25 +44,25 @@ anilist login -i <client-id> -s <client-secret>
44
44
 
45
45
  #### CLI Commands Overview
46
46
 
47
- | **Command** | **Options** | **Description** |
48
- | ------------------------------------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
49
- | **`login`** | `-i, --id` `-s, --secret` | Log in with your AniList credentials |
50
- | **`logout`** | _None_ | Log out from your AniList account |
51
- | **`whoami`** | _None_ | Display information about the logged-in user |
52
- | **`-V, --version`** | _None_ | Display the current version of the CLI |
53
- | **`-h, --help`** | _None_ | Display available commands and options |
54
- | **`trending`** <br> _(alias: `tr`)_ | `-c (default: 10)` | Fetch trending anime (default count is 10) |
55
- | **`popular`** <br> _(alias: `plr`)_ | `-c (default: 10)` | Fetch popular anime (default count is 10) |
56
- | **`user`** | `<username>` | Get information about a specific AniList user |
57
- | **`lists`** <br> _(alias: `ls`)_ | `-a, --anime` <br> `-m, --manga` | Fetch anime or manga lists of the logged-in user |
58
- | **`delete`** <br> _(alias: `del`)_ | `-a, --anime` <br> `-m, --manga` <br> `-s, --activity` | Delete collections of anime, manga or activities |
59
- | **`upcoming`** <br> _(alias:`up`)_ | `-c (default: 10)` | Fetch upcoming anime (default count is 10) |
60
- | **`anime`** | `<anime-id>` | Get anime details by Anime Id |
61
- | **`search`** <br> _(alias:`srch`/`find`)_ | `<query>` <br> `-a, --anime` <br> `-m, --manga` <br> `-c (default: 10)` | Get anime/manga search results |
62
- | **`status`** <br> _(alias: `write`/`post`)_ | `<status>` | Write a status... (text/markdown/html) |
63
- | **`export`** <br> _(alias: `exp`)_ | `-a, --anime` <br> `-m, --manga` | Export anime or manga list in JSON, CSV or XML (MyAnimeList/AniDB) |
64
- | **`import`** <br> _(alias: `imp`)_ | `-a, --anime` <br> `-m, --manga` | Import anime or manga list from exported JSON, MyAnimeList (XML) or AniDB (json-large) |
65
- | \*\*`social` <br> _(alias: `sol`)_ | `-f, --follow` <br> `-u, --unfollow` | Follow users who follows you or Unfollow who doesn't follow you back with a simple command |
47
+ | **Command** | **Options** | **Description** |
48
+ | --------------------------------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
49
+ | `login` | `-i, --id` `-s, --secret` | Log in with your AniList credentials |
50
+ | `logout` | _None_ | Log out from your AniList account |
51
+ | `whoami` | _None_ | Display information about the logged-in user |
52
+ | `-V, --version` | _None_ | Display the current version of the CLI |
53
+ | `-h, --help` | _None_ | Display available commands and options |
54
+ | `trending` <br> _(alias: `tr`)_ | `-c (default: 10)` | Fetch trending anime (default count is 10) |
55
+ | `popular` <br> _(alias: `plr`)_ | `-c (default: 10)` | Fetch popular anime (default count is 10) |
56
+ | `user` | `<username>` | Get information about a specific AniList user |
57
+ | `lists` <br> _(alias: `ls`)_ | `-a, --anime` <br> `-m, --manga` | Fetch anime or manga lists of the logged-in user |
58
+ | `delete` <br> _(alias: `del`)_ | `-a, --anime` <br> `-m, --manga` <br> `-s, --activity` | Delete collections of anime, manga or activities |
59
+ | `upcoming` <br> _(alias:`up`)_ | `-c (default: 10)` | Fetch upcoming anime (default count is 10) |
60
+ | `anime` | `<anime-id>` | Get anime details by Anime Id |
61
+ | `search` <br> _(alias:`srch`/`find`)_ | `<query>` <br> `-a, --anime` <br> `-m, --manga` <br> `-c (default: 10)` | Get anime/manga search results |
62
+ | `status` <br> _(alias: `write`/`post`)_ | `<status>` | Write a status... (text/markdown/html) |
63
+ | `export` <br> _(alias: `exp`)_ | `-a, --anime` <br> `-m, --manga` | Export anime or manga list in JSON, CSV or XML (MyAnimeList/AniDB) |
64
+ | `import` <br> _(alias: `imp`)_ | `-a, --anime` <br> `-m, --manga` | Import anime or manga list from exported JSON, MyAnimeList (XML) or AniDB (json-large) |
65
+ | `social` <br> _(alias: `sol`)_ | `-f, --follow` <br> `-u, --unfollow` | Follow users who follows you or Unfollow who doesn't follow you back with a simple command |
66
66
 
67
67
  #### Command Breakdown:
68
68
 
@@ -72,10 +72,10 @@ anilist login -i <client-id> -s <client-secret>
72
72
  anilist login -i <client-id> -s <client-secret>
73
73
  ```
74
74
 
75
- - **Options**:
75
+ - Options:
76
76
  - `-i, --id`: Specify AniList Client ID
77
77
  - `-s, --secret`: Provide the AniList Client Secret
78
- - **Usage**: Authenticate and log in to AniList using your ID and secret credentials.
78
+ - Usage: Authenticate and log in to AniList using your ID and secret credentials.
79
79
 
80
80
  #### `logout`:
81
81
 
@@ -83,7 +83,7 @@ anilist login -i <client-id> -s <client-secret>
83
83
  anilist logout
84
84
  ```
85
85
 
86
- - **Description**: End the current session and log out from your AniList account.
86
+ - Description: End the current session and log out from your AniList account.
87
87
 
88
88
  #### `me`:
89
89
 
@@ -91,7 +91,7 @@ anilist logout
91
91
  anilist me
92
92
  ```
93
93
 
94
- - **Description**: Retrieve and display information about the currently logged-in user, including stats and profile details.
94
+ - Description: Retrieve and display information about the currently logged-in user, including stats and profile details.
95
95
 
96
96
  #### `-V, --version`:
97
97
 
@@ -99,7 +99,7 @@ anilist me
99
99
  anilist -V
100
100
  ```
101
101
 
102
- - **Description**: Quickly check which version of the CLI you are running.
102
+ - Description: Quickly check which version of the CLI you are running.
103
103
 
104
104
  #### `-h, --help`:
105
105
 
@@ -107,7 +107,7 @@ anilist -V
107
107
  anilist -h
108
108
  ```
109
109
 
110
- - **Description**: List all available commands and their usage details for quick reference.
110
+ - Description: List all available commands and their usage details for quick reference.
111
111
 
112
112
  #### `trending` _(alias: `tr`)_:
113
113
 
@@ -115,9 +115,9 @@ anilist -h
115
115
  anilist tr -c 15
116
116
  ```
117
117
 
118
- - **Options**:
118
+ - Options:
119
119
  - `-c (count)`: Specify how many trending anime to fetch (default: 10).
120
- - **Description**: Fetch the current trending anime series, with the option to customize how many results to display.
120
+ - Description: Fetch the current trending anime series, with the option to customize how many results to display.
121
121
 
122
122
  #### `popular` _(alias: `plr`)_:
123
123
 
@@ -125,9 +125,9 @@ anilist tr -c 15
125
125
  anilist popular
126
126
  ```
127
127
 
128
- - **Options**:
128
+ - Options:
129
129
  - `-c (count)`: Specify how many popular anime to fetch (default: 10).
130
- - **Description**: Fetch the most popular anime series, with the option to customize how many results to display.
130
+ - Description: Fetch the most popular anime series, with the option to customize how many results to display.
131
131
 
132
132
  #### `upcoming` _(alias: `up`)_:
133
133
 
@@ -135,9 +135,9 @@ anilist popular
135
135
  anilist up -c 25
136
136
  ```
137
137
 
138
- - **Options**:
138
+ - Options:
139
139
  - `-c (count)`: Specify how many upcoming anime to fetch (default: 10).
140
- - **Description**: Fetch the upcoming anime series next season, with the option to customize how many results to display.
140
+ - Description: Fetch the upcoming anime series next season, with the option to customize how many results to display.
141
141
 
142
142
  #### `user`:
143
143
 
@@ -145,9 +145,9 @@ anilist up -c 25
145
145
  anilist user <username>
146
146
  ```
147
147
 
148
- - **Options**:
148
+ - Options:
149
149
  - `<username>`: Specify the AniList username to fetch.
150
- - **Description**: Retrieve profile information about a specific AniList user.
150
+ - Description: Retrieve profile information about a specific AniList user.
151
151
 
152
152
  #### `lists` _(alias: `ls`)_:
153
153
 
@@ -155,10 +155,10 @@ anilist user <username>
155
155
  anilist ls -a
156
156
  ```
157
157
 
158
- - **Options**:
158
+ - Options:
159
159
  - `-a, --anime`: Fetch the authenticated user's anime list.
160
160
  - `-m, --manga`: Fetch the authenticated user's manga list.
161
- - **Description**: Get the anime or manga lists of the logged-in user.
161
+ - Description: Get the anime or manga lists of the logged-in user.
162
162
 
163
163
  #### `delete` _(alias: `del`)_:
164
164
 
@@ -166,11 +166,11 @@ anilist ls -a
166
166
  anilist del -ac
167
167
  ```
168
168
 
169
- - **Options**:
169
+ - Options:
170
170
  - `-a, --anime`: Delete your specific anime collection that you want.
171
171
  - `-m, --manga`: Delete your specific manga collection that you want.
172
172
  - `-ac, --activity`: Delete all or any type of activities you want.
173
- - **Description**: Delete the entire anime or manga collection from the logged-in user's profile.
173
+ - Description: Delete the entire anime or manga collection from the logged-in user's profile.
174
174
 
175
175
  #### `anime`
176
176
 
@@ -178,9 +178,9 @@ anilist del -ac
178
178
  anilist anime <anime-id>
179
179
  ```
180
180
 
181
- - **Options**
181
+ - Options
182
182
  - `<anime-id>` _(eg: 21)_ : Id of the anime you want to get details of.
183
- - **Description**: Get anime details by anime Id.
183
+ - Description: Get anime details by anime Id.
184
184
 
185
185
  #### `search` _(alias: `srch`/`find`)_:
186
186
 
@@ -188,12 +188,12 @@ anilist anime <anime-id>
188
188
  anilist search <query> -a -c 20
189
189
  ```
190
190
 
191
- - **Options**:
191
+ - Options:
192
192
  - `<query>` : What you want to search (eg: naruto).
193
193
  - `-a, --anime`: To get results of anime search.
194
194
  - `-m, --manga`: To get results of manga search.
195
195
  - `-c (count)`: Specify how many items to fetch (default: 10).
196
- - **Description**: Get anime/manga search results
196
+ - Description: Get anime/manga search results
197
197
 
198
198
  #### `status` _(alias: `write`/`post`)_:
199
199
 
@@ -201,9 +201,9 @@ anilist search <query> -a -c 20
201
201
  anilist write <status>
202
202
  ```
203
203
 
204
- - **Options**:
204
+ - Options:
205
205
  - `<status>` : This is what you want to write, It can be HTML, Markdown and/or Text. But wrap it with quotation mark (") else it might get cut-off.
206
- - **Description**: Get anime/manga search results
206
+ - Description: Get anime/manga search results
207
207
 
208
208
  #### `export` _(alias: `exp`)_:
209
209
 
@@ -211,10 +211,10 @@ anilist write <status>
211
211
  anilist export -a
212
212
  ```
213
213
 
214
- - **Options**:
214
+ - Options:
215
215
  - `-a, --anime`: To export anime list.
216
216
  - `-m, --manga`: To export manga list.
217
- - **Description**: Export anime or manga list. For `XML (MyAnimeList/AniDB)` file, to import it on MyAnimeList, go [here](https://myanimelist.net/import.php) and choose `MyAnimeList Import` for `AniDB` go [here](https://anidb.net/user/import) and select `MyAnimeList.net - XML anime list export`.
217
+ - Description: Export anime or manga list. For `XML (MyAnimeList/AniDB)` file, to import it on MyAnimeList, go [here](https://myanimelist.net/import.php) and choose `MyAnimeList Import` for `AniDB` go [here](https://anidb.net/user/import) and select `MyAnimeList.net - XML anime list export`.
218
218
 
219
219
  #### `import` _(alias: `imp`)_:
220
220
 
@@ -222,10 +222,10 @@ anilist export -a
222
222
  anilist import -m
223
223
  ```
224
224
 
225
- - **Options**:
225
+ - Options:
226
226
  - `-a, --anime`: To import anime list.
227
227
  - `-m, --manga`: To import manga list.
228
- - **Description**: Import anime or manga list. If you want to import anime/manga list from `MyAnimeList`, export the XML from [here](https://myanimelist.net/panel.php?go=export), for exporting list from `AniDB` go [here](https://anidb.net/user/export).
228
+ - Description: Import anime or manga list. If you want to import anime/manga list from `MyAnimeList`, export the XML from [here](https://myanimelist.net/panel.php?go=export), for exporting list from `AniDB` go [here](https://anidb.net/user/export).
229
229
 
230
230
  > [!NOTE]
231
231
  > If you have exported from `AniDB`, you will have to unzip it, and there should be a file named `mylist.json`, copy and paste it in your systems download folder, and select it from import option.
@@ -239,10 +239,10 @@ anilist import -m
239
239
  anilist sol -f
240
240
  ```
241
241
 
242
- - **Options**:
242
+ - Options:
243
243
  - `-f, --follow`: To follow users who follows you automatically.
244
244
  - `-u, --unfollow`: To unfollow users who doesn't follow you back.
245
- - **Description**: It follows users who follows you or unfollow users who doesn't follow you back at ease.
245
+ - Description: It follows users who follows you or unfollow users who doesn't follow you back at ease.
246
246
 
247
247
  #### Security
248
248
 
@@ -252,4 +252,4 @@ Since you are creating your own API client for login no else else can get your c
252
252
 
253
253
  Want to contribute to the project? Check out complete guideline [here](CONTRIBUTING.md).
254
254
 
255
- #### **_Thanks for visiting 💙_**
255
+ #### _Thanks for visiting 💙_
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@irfanshadikrishad/anilist",
3
3
  "description": "Minimalist unofficial AniList CLI for Anime and Manga Enthusiasts",
4
4
  "author": "Irfan Shadik Rishad",
5
- "version": "1.2.6",
5
+ "version": "1.2.7",
6
6
  "main": "./bin/index.js",
7
7
  "type": "module",
8
8
  "types": "./bin/index.d.ts",