@irfanshadikrishad/anilist 1.2.3 → 1.2.4
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.
- package/LICENSE +115 -124
- package/README.md +2 -2
- package/bin/helpers/auth.d.ts +35 -6
- package/bin/helpers/auth.js +25 -47
- package/bin/helpers/fetcher.d.ts +1 -1
- package/bin/helpers/lists.d.ts +1 -1
- package/bin/helpers/lists.js +72 -134
- package/bin/helpers/queries.d.ts +1 -1
- package/bin/helpers/queries.js +1 -1
- package/bin/helpers/types.d.ts +112 -8
- package/bin/helpers/workers.d.ts +2 -1
- package/bin/helpers/workers.js +28 -1
- package/bin/index.js +2 -2
- package/package.json +4 -4
package/LICENSE
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
|
|
1
|
+
Mozilla Public License Version 2.0
|
|
2
|
+
==================================
|
|
2
3
|
|
|
3
4
|
1. Definitions
|
|
4
|
-
|
|
5
|
-
---
|
|
5
|
+
--------------
|
|
6
6
|
|
|
7
7
|
1.1. "Contributor"
|
|
8
|
-
means each individual or legal entity that creates, contributes to
|
|
9
|
-
the creation of, or owns Covered Software.
|
|
8
|
+
means each individual or legal entity that creates, contributes to
|
|
9
|
+
the creation of, or owns Covered Software.
|
|
10
10
|
|
|
11
11
|
1.2. "Contributor Version"
|
|
12
|
-
means the combination of the Contributions of others (if any) used
|
|
13
|
-
by a Contributor and that particular Contributor's Contribution.
|
|
12
|
+
means the combination of the Contributions of others (if any) used
|
|
13
|
+
by a Contributor and that particular Contributor's Contribution.
|
|
14
14
|
|
|
15
15
|
1.3. "Contribution"
|
|
16
|
-
means Covered Software of a particular Contributor.
|
|
16
|
+
means Covered Software of a particular Contributor.
|
|
17
17
|
|
|
18
18
|
1.4. "Covered Software"
|
|
19
|
-
means Source Code Form to which the initial Contributor has attached
|
|
20
|
-
the notice in Exhibit A, the Executable Form of such Source Code
|
|
21
|
-
Form, and Modifications of such Source Code Form, in each case
|
|
22
|
-
including portions thereof.
|
|
19
|
+
means Source Code Form to which the initial Contributor has attached
|
|
20
|
+
the notice in Exhibit A, the Executable Form of such Source Code
|
|
21
|
+
Form, and Modifications of such Source Code Form, in each case
|
|
22
|
+
including portions thereof.
|
|
23
23
|
|
|
24
24
|
1.5. "Incompatible With Secondary Licenses"
|
|
25
|
-
means
|
|
25
|
+
means
|
|
26
26
|
|
|
27
27
|
(a) that the initial Contributor has attached the notice described
|
|
28
28
|
in Exhibit B to the Covered Software; or
|
|
@@ -32,22 +32,22 @@ means
|
|
|
32
32
|
terms of a Secondary License.
|
|
33
33
|
|
|
34
34
|
1.6. "Executable Form"
|
|
35
|
-
means any form of the work other than Source Code Form.
|
|
35
|
+
means any form of the work other than Source Code Form.
|
|
36
36
|
|
|
37
37
|
1.7. "Larger Work"
|
|
38
|
-
means a work that combines Covered Software with other material, in
|
|
39
|
-
a separate file or files, that is not Covered Software.
|
|
38
|
+
means a work that combines Covered Software with other material, in
|
|
39
|
+
a separate file or files, that is not Covered Software.
|
|
40
40
|
|
|
41
41
|
1.8. "License"
|
|
42
|
-
means this document.
|
|
42
|
+
means this document.
|
|
43
43
|
|
|
44
44
|
1.9. "Licensable"
|
|
45
|
-
means having the right to grant, to the maximum extent possible,
|
|
46
|
-
whether at the time of the initial grant or subsequently, any and
|
|
47
|
-
all of the rights conveyed by this License.
|
|
45
|
+
means having the right to grant, to the maximum extent possible,
|
|
46
|
+
whether at the time of the initial grant or subsequently, any and
|
|
47
|
+
all of the rights conveyed by this License.
|
|
48
48
|
|
|
49
49
|
1.10. "Modifications"
|
|
50
|
-
means any of the following:
|
|
50
|
+
means any of the following:
|
|
51
51
|
|
|
52
52
|
(a) any file in Source Code Form that results from an addition to,
|
|
53
53
|
deletion from, or modification of the contents of Covered
|
|
@@ -57,35 +57,34 @@ means any of the following:
|
|
|
57
57
|
Software.
|
|
58
58
|
|
|
59
59
|
1.11. "Patent Claims" of a Contributor
|
|
60
|
-
means any patent claim(s), including without limitation, method,
|
|
61
|
-
process, and apparatus claims, in any patent Licensable by such
|
|
62
|
-
Contributor that would be infringed, but for the grant of the
|
|
63
|
-
License, by the making, using, selling, offering for sale, having
|
|
64
|
-
made, import, or transfer of either its Contributions or its
|
|
65
|
-
Contributor Version.
|
|
60
|
+
means any patent claim(s), including without limitation, method,
|
|
61
|
+
process, and apparatus claims, in any patent Licensable by such
|
|
62
|
+
Contributor that would be infringed, but for the grant of the
|
|
63
|
+
License, by the making, using, selling, offering for sale, having
|
|
64
|
+
made, import, or transfer of either its Contributions or its
|
|
65
|
+
Contributor Version.
|
|
66
66
|
|
|
67
67
|
1.12. "Secondary License"
|
|
68
|
-
means either the GNU General Public License, Version 2.0, the GNU
|
|
69
|
-
Lesser General Public License, Version 2.1, the GNU Affero General
|
|
70
|
-
Public License, Version 3.0, or any later versions of those
|
|
71
|
-
licenses.
|
|
68
|
+
means either the GNU General Public License, Version 2.0, the GNU
|
|
69
|
+
Lesser General Public License, Version 2.1, the GNU Affero General
|
|
70
|
+
Public License, Version 3.0, or any later versions of those
|
|
71
|
+
licenses.
|
|
72
72
|
|
|
73
73
|
1.13. "Source Code Form"
|
|
74
|
-
means the form of the work preferred for making modifications.
|
|
74
|
+
means the form of the work preferred for making modifications.
|
|
75
75
|
|
|
76
76
|
1.14. "You" (or "Your")
|
|
77
|
-
means an individual or a legal entity exercising rights under this
|
|
78
|
-
License. For legal entities, "You" includes any entity that
|
|
79
|
-
controls, is controlled by, or is under common control with You. For
|
|
80
|
-
purposes of this definition, "control" means (a) the power, direct
|
|
81
|
-
or indirect, to cause the direction or management of such entity,
|
|
82
|
-
whether by contract or otherwise, or (b) ownership of more than
|
|
83
|
-
fifty percent (50%) of the outstanding shares or beneficial
|
|
84
|
-
ownership of such entity.
|
|
77
|
+
means an individual or a legal entity exercising rights under this
|
|
78
|
+
License. For legal entities, "You" includes any entity that
|
|
79
|
+
controls, is controlled by, or is under common control with You. For
|
|
80
|
+
purposes of this definition, "control" means (a) the power, direct
|
|
81
|
+
or indirect, to cause the direction or management of such entity,
|
|
82
|
+
whether by contract or otherwise, or (b) ownership of more than
|
|
83
|
+
fifty percent (50%) of the outstanding shares or beneficial
|
|
84
|
+
ownership of such entity.
|
|
85
85
|
|
|
86
86
|
2. License Grants and Conditions
|
|
87
|
-
|
|
88
|
-
---
|
|
87
|
+
--------------------------------
|
|
89
88
|
|
|
90
89
|
2.1. Grants
|
|
91
90
|
|
|
@@ -93,14 +92,14 @@ Each Contributor hereby grants You a world-wide, royalty-free,
|
|
|
93
92
|
non-exclusive license:
|
|
94
93
|
|
|
95
94
|
(a) under intellectual property rights (other than patent or trademark)
|
|
96
|
-
Licensable by such Contributor to use, reproduce, make available,
|
|
97
|
-
modify, display, perform, distribute, and otherwise exploit its
|
|
98
|
-
Contributions, either on an unmodified basis, with Modifications, or
|
|
99
|
-
as part of a Larger Work; and
|
|
95
|
+
Licensable by such Contributor to use, reproduce, make available,
|
|
96
|
+
modify, display, perform, distribute, and otherwise exploit its
|
|
97
|
+
Contributions, either on an unmodified basis, with Modifications, or
|
|
98
|
+
as part of a Larger Work; and
|
|
100
99
|
|
|
101
100
|
(b) under Patent Claims of such Contributor to make, use, sell, offer
|
|
102
|
-
for sale, have made, import, and otherwise transfer either its
|
|
103
|
-
Contributions or its Contributor Version.
|
|
101
|
+
for sale, have made, import, and otherwise transfer either its
|
|
102
|
+
Contributions or its Contributor Version.
|
|
104
103
|
|
|
105
104
|
2.2. Effective Date
|
|
106
105
|
|
|
@@ -117,15 +116,15 @@ Notwithstanding Section 2.1(b) above, no patent license is granted by a
|
|
|
117
116
|
Contributor:
|
|
118
117
|
|
|
119
118
|
(a) for any code that a Contributor has removed from Covered Software;
|
|
120
|
-
or
|
|
119
|
+
or
|
|
121
120
|
|
|
122
121
|
(b) for infringements caused by: (i) Your and any other third party's
|
|
123
|
-
modifications of Covered Software, or (ii) the combination of its
|
|
124
|
-
Contributions with other software (except as part of its Contributor
|
|
125
|
-
Version); or
|
|
122
|
+
modifications of Covered Software, or (ii) the combination of its
|
|
123
|
+
Contributions with other software (except as part of its Contributor
|
|
124
|
+
Version); or
|
|
126
125
|
|
|
127
126
|
(c) under Patent Claims infringed by Covered Software in the absence of
|
|
128
|
-
its Contributions.
|
|
127
|
+
its Contributions.
|
|
129
128
|
|
|
130
129
|
This License does not grant any rights in the trademarks, service marks,
|
|
131
130
|
or logos of any Contributor (except as may be necessary to comply with
|
|
@@ -156,8 +155,7 @@ Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
|
|
|
156
155
|
in Section 2.1.
|
|
157
156
|
|
|
158
157
|
3. Responsibilities
|
|
159
|
-
|
|
160
|
-
---
|
|
158
|
+
-------------------
|
|
161
159
|
|
|
162
160
|
3.1. Distribution of Source Form
|
|
163
161
|
|
|
@@ -174,15 +172,15 @@ Form.
|
|
|
174
172
|
If You distribute Covered Software in Executable Form then:
|
|
175
173
|
|
|
176
174
|
(a) such Covered Software must also be made available in Source Code
|
|
177
|
-
Form, as described in Section 3.1, and You must inform recipients of
|
|
178
|
-
the Executable Form how they can obtain a copy of such Source Code
|
|
179
|
-
Form by reasonable means in a timely manner, at a charge no more
|
|
180
|
-
than the cost of distribution to the recipient; and
|
|
175
|
+
Form, as described in Section 3.1, and You must inform recipients of
|
|
176
|
+
the Executable Form how they can obtain a copy of such Source Code
|
|
177
|
+
Form by reasonable means in a timely manner, at a charge no more
|
|
178
|
+
than the cost of distribution to the recipient; and
|
|
181
179
|
|
|
182
180
|
(b) You may distribute such Executable Form under the terms of this
|
|
183
|
-
License, or sublicense it under different terms, provided that the
|
|
184
|
-
license for the Executable Form does not attempt to limit or alter
|
|
185
|
-
the recipients' rights in the Source Code Form under this License.
|
|
181
|
+
License, or sublicense it under different terms, provided that the
|
|
182
|
+
license for the Executable Form does not attempt to limit or alter
|
|
183
|
+
the recipients' rights in the Source Code Form under this License.
|
|
186
184
|
|
|
187
185
|
3.3. Distribution of a Larger Work
|
|
188
186
|
|
|
@@ -219,8 +217,7 @@ disclaimers of warranty and limitations of liability specific to any
|
|
|
219
217
|
jurisdiction.
|
|
220
218
|
|
|
221
219
|
4. Inability to Comply Due to Statute or Regulation
|
|
222
|
-
|
|
223
|
-
---
|
|
220
|
+
---------------------------------------------------
|
|
224
221
|
|
|
225
222
|
If it is impossible for You to comply with any of the terms of this
|
|
226
223
|
License with respect to some or all of the Covered Software due to
|
|
@@ -233,8 +230,7 @@ or regulation, such description must be sufficiently detailed for a
|
|
|
233
230
|
recipient of ordinary skill to be able to understand it.
|
|
234
231
|
|
|
235
232
|
5. Termination
|
|
236
|
-
|
|
237
|
-
---
|
|
233
|
+
--------------
|
|
238
234
|
|
|
239
235
|
5.1. The rights granted under this License will terminate automatically
|
|
240
236
|
if You fail to comply with any of its terms. However, if You become
|
|
@@ -262,55 +258,50 @@ end user license agreements (excluding distributors and resellers) which
|
|
|
262
258
|
have been validly granted by You or Your distributors under this License
|
|
263
259
|
prior to termination shall survive termination.
|
|
264
260
|
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
- limitation may not apply to You. \*
|
|
307
|
-
- *
|
|
308
|
-
|
|
309
|
-
---
|
|
261
|
+
************************************************************************
|
|
262
|
+
* *
|
|
263
|
+
* 6. Disclaimer of Warranty *
|
|
264
|
+
* ------------------------- *
|
|
265
|
+
* *
|
|
266
|
+
* Covered Software is provided under this License on an "as is" *
|
|
267
|
+
* basis, without warranty of any kind, either expressed, implied, or *
|
|
268
|
+
* statutory, including, without limitation, warranties that the *
|
|
269
|
+
* Covered Software is free of defects, merchantable, fit for a *
|
|
270
|
+
* particular purpose or non-infringing. The entire risk as to the *
|
|
271
|
+
* quality and performance of the Covered Software is with You. *
|
|
272
|
+
* Should any Covered Software prove defective in any respect, You *
|
|
273
|
+
* (not any Contributor) assume the cost of any necessary servicing, *
|
|
274
|
+
* repair, or correction. This disclaimer of warranty constitutes an *
|
|
275
|
+
* essential part of this License. No use of any Covered Software is *
|
|
276
|
+
* authorized under this License except under this disclaimer. *
|
|
277
|
+
* *
|
|
278
|
+
************************************************************************
|
|
279
|
+
|
|
280
|
+
************************************************************************
|
|
281
|
+
* *
|
|
282
|
+
* 7. Limitation of Liability *
|
|
283
|
+
* -------------------------- *
|
|
284
|
+
* *
|
|
285
|
+
* Under no circumstances and under no legal theory, whether tort *
|
|
286
|
+
* (including negligence), contract, or otherwise, shall any *
|
|
287
|
+
* Contributor, or anyone who distributes Covered Software as *
|
|
288
|
+
* permitted above, be liable to You for any direct, indirect, *
|
|
289
|
+
* special, incidental, or consequential damages of any character *
|
|
290
|
+
* including, without limitation, damages for lost profits, loss of *
|
|
291
|
+
* goodwill, work stoppage, computer failure or malfunction, or any *
|
|
292
|
+
* and all other commercial damages or losses, even if such party *
|
|
293
|
+
* shall have been informed of the possibility of such damages. This *
|
|
294
|
+
* limitation of liability shall not apply to liability for death or *
|
|
295
|
+
* personal injury resulting from such party's negligence to the *
|
|
296
|
+
* extent applicable law prohibits such limitation. Some *
|
|
297
|
+
* jurisdictions do not allow the exclusion or limitation of *
|
|
298
|
+
* incidental or consequential damages, so this exclusion and *
|
|
299
|
+
* limitation may not apply to You. *
|
|
300
|
+
* *
|
|
301
|
+
************************************************************************
|
|
310
302
|
|
|
311
303
|
8. Litigation
|
|
312
|
-
|
|
313
|
-
---
|
|
304
|
+
-------------
|
|
314
305
|
|
|
315
306
|
Any litigation relating to this License may be brought only in the
|
|
316
307
|
courts of a jurisdiction where the defendant maintains its principal
|
|
@@ -320,8 +311,7 @@ Nothing in this Section shall prevent a party's ability to bring
|
|
|
320
311
|
cross-claims or counter-claims.
|
|
321
312
|
|
|
322
313
|
9. Miscellaneous
|
|
323
|
-
|
|
324
|
-
---
|
|
314
|
+
----------------
|
|
325
315
|
|
|
326
316
|
This License represents the complete agreement concerning the subject
|
|
327
317
|
matter hereof. If any provision of this License is held to be
|
|
@@ -331,8 +321,7 @@ that the language of a contract shall be construed against the drafter
|
|
|
331
321
|
shall not be used to construe this License against a Contributor.
|
|
332
322
|
|
|
333
323
|
10. Versions of the License
|
|
334
|
-
|
|
335
|
-
---
|
|
324
|
+
---------------------------
|
|
336
325
|
|
|
337
326
|
10.1. New Versions
|
|
338
327
|
|
|
@@ -363,11 +352,12 @@ If You choose to distribute Source Code Form that is Incompatible With
|
|
|
363
352
|
Secondary Licenses under the terms of this version of the License, the
|
|
364
353
|
notice described in Exhibit B of this License must be attached.
|
|
365
354
|
|
|
366
|
-
|
|
355
|
+
Exhibit A - Source Code Form License Notice
|
|
356
|
+
-------------------------------------------
|
|
367
357
|
|
|
368
|
-
This Source Code Form is subject to the terms of the Mozilla Public
|
|
369
|
-
License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
370
|
-
file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
358
|
+
This Source Code Form is subject to the terms of the Mozilla Public
|
|
359
|
+
License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
360
|
+
file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
371
361
|
|
|
372
362
|
If it is not possible or desirable to put the notice in a particular
|
|
373
363
|
file, then You may include the notice in a location (such as a LICENSE
|
|
@@ -376,7 +366,8 @@ for such a notice.
|
|
|
376
366
|
|
|
377
367
|
You may add additional accurate notices of copyright ownership.
|
|
378
368
|
|
|
379
|
-
|
|
369
|
+
Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
370
|
+
---------------------------------------------------------
|
|
380
371
|
|
|
381
|
-
This Source Code Form is "Incompatible With Secondary Licenses", as
|
|
382
|
-
defined by the Mozilla Public License, v. 2.0.
|
|
372
|
+
This Source Code Form is "Incompatible With Secondary Licenses", as
|
|
373
|
+
defined by the Mozilla Public License, v. 2.0.
|
package/README.md
CHANGED
|
@@ -48,14 +48,14 @@ anilist login -i <client-id> -s <client-secret>
|
|
|
48
48
|
| ------------------------------------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------------ |
|
|
49
49
|
| **`login`** | `-i, --id` `-s, --secret` | Log in with your AniList credentials |
|
|
50
50
|
| **`logout`** | _None_ | Log out from your AniList account |
|
|
51
|
-
| **`
|
|
51
|
+
| **`whoami`** | _None_ | Display information about the logged-in user |
|
|
52
52
|
| **`-V, --version`** | _None_ | Display the current version of the CLI |
|
|
53
53
|
| **`-h, --help`** | _None_ | Display available commands and options |
|
|
54
54
|
| **`trending`** <br> _(alias: `tr`)_ | `-c (default: 10)` | Fetch trending anime (default count is 10) |
|
|
55
55
|
| **`popular`** <br> _(alias: `plr`)_ | `-c (default: 10)` | Fetch popular anime (default count is 10) |
|
|
56
56
|
| **`user`** | `<username>` | Get information about a specific AniList user |
|
|
57
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> `-
|
|
58
|
+
| **`delete`** <br> _(alias: `del`)_ | `-a, --anime` <br> `-m, --manga` <br> `-s, --activity` | Delete collections of anime, manga or activities |
|
|
59
59
|
| **`upcoming`** <br> _(alias:`up`)_ | `-c (default: 10)` | Fetch upcoming anime (default count is 10) |
|
|
60
60
|
| **`anime`** | `<anime-id>` | Get anime details by Anime Id |
|
|
61
61
|
| **`search`** <br> _(alias:`srch`/`find`)_ | `<query>` <br> `-a, --anime` <br> `-m, --manga` <br> `-c (default: 10)` | Get anime/manga search results |
|
package/bin/helpers/auth.d.ts
CHANGED
|
@@ -1,21 +1,50 @@
|
|
|
1
|
+
import { MediaTitle } from "./types.js";
|
|
1
2
|
declare class Auth {
|
|
2
3
|
/**
|
|
3
4
|
* Get access-token from user
|
|
4
5
|
*/
|
|
5
|
-
static GetAccessToken(): Promise<
|
|
6
|
+
static GetAccessToken(): Promise<string>;
|
|
6
7
|
static StoreAccessToken(token: string): Promise<void>;
|
|
7
8
|
static RetriveAccessToken(): Promise<string>;
|
|
8
9
|
static Login(clientId: number, clientSecret: string): Promise<void>;
|
|
9
|
-
static Myself(): Promise<
|
|
10
|
+
static Myself(): Promise<{
|
|
11
|
+
id: number;
|
|
12
|
+
name: string;
|
|
13
|
+
siteUrl: string;
|
|
14
|
+
options: {
|
|
15
|
+
profileColor: string;
|
|
16
|
+
timezone: string;
|
|
17
|
+
activityMergeTime: string;
|
|
18
|
+
};
|
|
19
|
+
donatorTier: string;
|
|
20
|
+
donatorBadge: string;
|
|
21
|
+
unreadNotificationCount: number;
|
|
22
|
+
createdAt: number;
|
|
23
|
+
updatedAt: number;
|
|
24
|
+
statistics: {
|
|
25
|
+
anime: {
|
|
26
|
+
count: number;
|
|
27
|
+
meanScore: string;
|
|
28
|
+
minutesWatched: string;
|
|
29
|
+
episodesWatched: number;
|
|
30
|
+
};
|
|
31
|
+
manga: {
|
|
32
|
+
count: number;
|
|
33
|
+
meanScore: string;
|
|
34
|
+
chaptersRead: number;
|
|
35
|
+
volumesRead: number;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
}>;
|
|
10
39
|
static isLoggedIn(): Promise<boolean>;
|
|
11
40
|
static Logout(): Promise<void>;
|
|
12
|
-
static MyUserId(): Promise<
|
|
13
|
-
static MyUserName(): Promise<
|
|
41
|
+
static MyUserId(): Promise<number>;
|
|
42
|
+
static MyUserName(): Promise<string>;
|
|
14
43
|
static DeleteMyActivities(): Promise<void>;
|
|
15
44
|
static DeleteMyAnimeList(): Promise<void>;
|
|
16
|
-
static DeleteAnimeById(id: number, title?:
|
|
45
|
+
static DeleteAnimeById(id: number, title?: MediaTitle): Promise<void>;
|
|
17
46
|
static DeleteMyMangaList(): Promise<void>;
|
|
18
|
-
static DeleteMangaById(id: number, title?:
|
|
47
|
+
static DeleteMangaById(id: number, title?: MediaTitle): Promise<void>;
|
|
19
48
|
static Write(status: string): Promise<void>;
|
|
20
49
|
static callAnimeImporter(): Promise<void>;
|
|
21
50
|
static callMangaImporter(): Promise<void>;
|
package/bin/helpers/auth.js
CHANGED
|
@@ -17,7 +17,7 @@ import { fetcher } from "./fetcher.js";
|
|
|
17
17
|
import { AniList, MyAnimeList } from "./lists.js";
|
|
18
18
|
import { deleteActivityMutation, saveTextActivityMutation, } from "./mutations.js";
|
|
19
19
|
import { activityAllQuery, activityAnimeListQuery, activityMangaListQuery, activityMediaList, activityMessageQuery, activityTextQuery, currentUserAnimeList, currentUserMangaList, currentUserQuery, deleteMangaEntryMutation, deleteMediaEntryMutation, userActivityQuery, } from "./queries.js";
|
|
20
|
-
import { aniListEndpoint, getTitle, redirectUri } from "./workers.js";
|
|
20
|
+
import { aniListEndpoint, getTitle, redirectUri, timestampToTimeAgo, } from "./workers.js";
|
|
21
21
|
const home_dir = os.homedir();
|
|
22
22
|
const save_path = path.join(home_dir, ".anilist_token");
|
|
23
23
|
class Auth {
|
|
@@ -109,7 +109,7 @@ class Auth {
|
|
|
109
109
|
}
|
|
110
110
|
static Myself() {
|
|
111
111
|
return __awaiter(this, void 0, void 0, function* () {
|
|
112
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s;
|
|
112
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w;
|
|
113
113
|
try {
|
|
114
114
|
if (yield Auth.isLoggedIn()) {
|
|
115
115
|
const headers = {
|
|
@@ -147,16 +147,18 @@ Statistics (Anime):
|
|
|
147
147
|
Count: ${(_g = (_f = user === null || user === void 0 ? void 0 : user.statistics) === null || _f === void 0 ? void 0 : _f.anime) === null || _g === void 0 ? void 0 : _g.count}
|
|
148
148
|
Mean Score: ${(_j = (_h = user === null || user === void 0 ? void 0 : user.statistics) === null || _h === void 0 ? void 0 : _h.anime) === null || _j === void 0 ? void 0 : _j.meanScore}
|
|
149
149
|
Minutes Watched: ${(_l = (_k = user === null || user === void 0 ? void 0 : user.statistics) === null || _k === void 0 ? void 0 : _k.anime) === null || _l === void 0 ? void 0 : _l.minutesWatched}
|
|
150
|
+
Episodes Watched: ${(_o = (_m = user === null || user === void 0 ? void 0 : user.statistics) === null || _m === void 0 ? void 0 : _m.anime) === null || _o === void 0 ? void 0 : _o.episodesWatched}
|
|
150
151
|
|
|
151
152
|
Statistics (Manga):
|
|
152
|
-
Count: ${(
|
|
153
|
-
|
|
154
|
-
|
|
153
|
+
Count: ${(_q = (_p = user === null || user === void 0 ? void 0 : user.statistics) === null || _p === void 0 ? void 0 : _p.manga) === null || _q === void 0 ? void 0 : _q.count}
|
|
154
|
+
Mean Score: ${(_s = (_r = user === null || user === void 0 ? void 0 : user.statistics) === null || _r === void 0 ? void 0 : _r.manga) === null || _s === void 0 ? void 0 : _s.meanScore}
|
|
155
|
+
Chapters Read: ${(_u = (_t = user === null || user === void 0 ? void 0 : user.statistics) === null || _t === void 0 ? void 0 : _t.manga) === null || _u === void 0 ? void 0 : _u.chaptersRead}
|
|
156
|
+
Volumes Read: ${(_w = (_v = user === null || user === void 0 ? void 0 : user.statistics) === null || _v === void 0 ? void 0 : _v.manga) === null || _w === void 0 ? void 0 : _w.volumesRead}
|
|
155
157
|
`);
|
|
156
158
|
console.log(`\nRecent Activities:`);
|
|
157
159
|
if (activities.length > 0) {
|
|
158
|
-
activities.map(({ status, progress, media }) => {
|
|
159
|
-
console.log(`${status} ${progress ? `${progress} of ` : ""}${getTitle(media === null || media === void 0 ? void 0 : media.title)}`);
|
|
160
|
+
activities.map(({ status, progress, media, createdAt }) => {
|
|
161
|
+
console.log(`${timestampToTimeAgo(createdAt)}\t${status} ${progress ? `${progress} of ` : ""}${getTitle(media === null || media === void 0 ? void 0 : media.title)}`);
|
|
160
162
|
});
|
|
161
163
|
}
|
|
162
164
|
return user;
|
|
@@ -217,7 +219,7 @@ Statistics (Manga):
|
|
|
217
219
|
return __awaiter(this, void 0, void 0, function* () {
|
|
218
220
|
var _a, _b;
|
|
219
221
|
if (!(yield Auth.isLoggedIn())) {
|
|
220
|
-
console.
|
|
222
|
+
console.warn(`\nUser not logged in.`);
|
|
221
223
|
return null;
|
|
222
224
|
}
|
|
223
225
|
const token = yield Auth.RetriveAccessToken();
|
|
@@ -281,8 +283,6 @@ Statistics (Manga):
|
|
|
281
283
|
],
|
|
282
284
|
},
|
|
283
285
|
]);
|
|
284
|
-
const userId = yield Auth.MyUserId();
|
|
285
|
-
const variables = { page: 1, perPage: 100, userId };
|
|
286
286
|
const queryMap = {
|
|
287
287
|
0: activityAllQuery,
|
|
288
288
|
1: activityTextQuery,
|
|
@@ -293,6 +293,7 @@ Statistics (Manga):
|
|
|
293
293
|
};
|
|
294
294
|
const query = queryMap[activityType];
|
|
295
295
|
let hasMoreActivities = true;
|
|
296
|
+
let totalCount = 0;
|
|
296
297
|
while (hasMoreActivities) {
|
|
297
298
|
const response = yield fetcher(query, {
|
|
298
299
|
page: 1,
|
|
@@ -315,7 +316,8 @@ Statistics (Manga):
|
|
|
315
316
|
});
|
|
316
317
|
const isDeleted = (_f = (_e = deleteResponse === null || deleteResponse === void 0 ? void 0 : deleteResponse.data) === null || _e === void 0 ? void 0 : _e.DeleteActivity) === null || _f === void 0 ? void 0 : _f.deleted;
|
|
317
318
|
count++;
|
|
318
|
-
|
|
319
|
+
totalCount++;
|
|
320
|
+
console.log(`[${count}/${activities.length}/${totalCount}]\t${act === null || act === void 0 ? void 0 : act.id} ${isDeleted ? "✅" : "❌"}`);
|
|
319
321
|
// Avoiding rate-limit
|
|
320
322
|
yield new Promise((resolve) => setTimeout(resolve, 1100));
|
|
321
323
|
}
|
|
@@ -360,7 +362,7 @@ Statistics (Manga):
|
|
|
360
362
|
const selectedEntries = lists.find((list) => list.name === selectedList);
|
|
361
363
|
if (selectedEntries) {
|
|
362
364
|
console.log(`\nDeleting entries of '${selectedEntries.name}':`);
|
|
363
|
-
for (const [
|
|
365
|
+
for (const [, entry] of selectedEntries.entries.entries()) {
|
|
364
366
|
if (entry === null || entry === void 0 ? void 0 : entry.id) {
|
|
365
367
|
yield Auth.DeleteAnimeById(entry === null || entry === void 0 ? void 0 : entry.id, (_c = entry === null || entry === void 0 ? void 0 : entry.media) === null || _c === void 0 ? void 0 : _c.title);
|
|
366
368
|
yield new Promise((resolve) => setTimeout(resolve, 1100));
|
|
@@ -396,19 +398,8 @@ Statistics (Manga):
|
|
|
396
398
|
return __awaiter(this, void 0, void 0, function* () {
|
|
397
399
|
var _a, _b, _c;
|
|
398
400
|
try {
|
|
399
|
-
const
|
|
400
|
-
|
|
401
|
-
headers: {
|
|
402
|
-
"content-type": "application/json",
|
|
403
|
-
"Authorization": `Bearer ${yield Auth.RetriveAccessToken()}`,
|
|
404
|
-
},
|
|
405
|
-
body: JSON.stringify({
|
|
406
|
-
query: deleteMediaEntryMutation,
|
|
407
|
-
variables: { id },
|
|
408
|
-
}),
|
|
409
|
-
});
|
|
410
|
-
const response = yield request.json();
|
|
411
|
-
if (request.status === 200) {
|
|
401
|
+
const response = yield fetcher(deleteMediaEntryMutation, { id: id });
|
|
402
|
+
if (response === null || response === void 0 ? void 0 : response.data) {
|
|
412
403
|
const deleted = (_b = (_a = response === null || response === void 0 ? void 0 : response.data) === null || _a === void 0 ? void 0 : _a.DeleteMediaListEntry) === null || _b === void 0 ? void 0 : _b.deleted;
|
|
413
404
|
console.log(`del ${title ? getTitle(title) : ""} ${deleted ? "✅" : "❌"}`);
|
|
414
405
|
}
|
|
@@ -445,7 +436,7 @@ Statistics (Manga):
|
|
|
445
436
|
const selectedEntries = lists.find((list) => list.name === selectedList);
|
|
446
437
|
if (selectedEntries) {
|
|
447
438
|
console.log(`\nDeleting entries of '${selectedEntries.name}':`);
|
|
448
|
-
for (const [
|
|
439
|
+
for (const [, entry] of selectedEntries.entries.entries()) {
|
|
449
440
|
if (entry === null || entry === void 0 ? void 0 : entry.id) {
|
|
450
441
|
yield Auth.DeleteMangaById(entry === null || entry === void 0 ? void 0 : entry.id, (_c = entry === null || entry === void 0 ? void 0 : entry.media) === null || _c === void 0 ? void 0 : _c.title);
|
|
451
442
|
yield new Promise((resolve) => setTimeout(resolve, 1100));
|
|
@@ -477,33 +468,22 @@ Statistics (Manga):
|
|
|
477
468
|
}
|
|
478
469
|
}
|
|
479
470
|
catch (error) {
|
|
480
|
-
console.error(`\nError deleting manga
|
|
471
|
+
console.error(`\nError deleting manga. ${error.message}`);
|
|
481
472
|
}
|
|
482
473
|
});
|
|
483
474
|
}
|
|
484
475
|
static DeleteMangaById(id, title) {
|
|
485
476
|
return __awaiter(this, void 0, void 0, function* () {
|
|
486
|
-
var _a, _b;
|
|
477
|
+
var _a, _b, _c, _d;
|
|
487
478
|
try {
|
|
488
|
-
const
|
|
489
|
-
method: "POST",
|
|
490
|
-
headers: {
|
|
491
|
-
"Content-Type": "application/json",
|
|
492
|
-
"Authorization": `Bearer ${yield Auth.RetriveAccessToken()}`,
|
|
493
|
-
},
|
|
494
|
-
body: JSON.stringify({
|
|
495
|
-
query: deleteMangaEntryMutation,
|
|
496
|
-
variables: { id },
|
|
497
|
-
}),
|
|
498
|
-
});
|
|
499
|
-
const { data, errors } = yield request.json();
|
|
479
|
+
const response = yield fetcher(deleteMangaEntryMutation, { id });
|
|
500
480
|
const statusMessage = title ? getTitle(title) : "";
|
|
501
|
-
if (
|
|
502
|
-
const deleted = (_a =
|
|
481
|
+
if (response === null || response === void 0 ? void 0 : response.data) {
|
|
482
|
+
const deleted = (_b = (_a = response === null || response === void 0 ? void 0 : response.data) === null || _a === void 0 ? void 0 : _a.DeleteMediaListEntry) === null || _b === void 0 ? void 0 : _b.deleted;
|
|
503
483
|
console.log(`del ${statusMessage} ${deleted ? "✅" : "❌"}`);
|
|
504
484
|
}
|
|
505
485
|
else {
|
|
506
|
-
console.error(`Error deleting manga. ${(
|
|
486
|
+
console.error(`Error deleting manga. ${(_d = (_c = response === null || response === void 0 ? void 0 : response.errors) === null || _c === void 0 ? void 0 : _c[0]) === null || _d === void 0 ? void 0 : _d.message}`);
|
|
507
487
|
}
|
|
508
488
|
}
|
|
509
489
|
catch (error) {
|
|
@@ -519,12 +499,10 @@ Statistics (Manga):
|
|
|
519
499
|
console.error(`\nPlease login to use this feature.`);
|
|
520
500
|
return;
|
|
521
501
|
}
|
|
522
|
-
const
|
|
523
|
-
const variables = {
|
|
502
|
+
const data = yield fetcher(saveTextActivityMutation, {
|
|
524
503
|
status: status +
|
|
525
504
|
`<br><br><br><br>*Written using [@irfanshadikrishad/anilist](https://www.npmjs.com/package/@irfanshadikrishad/anilist).*`,
|
|
526
|
-
};
|
|
527
|
-
const data = yield fetcher(query, variables);
|
|
505
|
+
});
|
|
528
506
|
if (!data) {
|
|
529
507
|
console.error(`\nSomething went wrong. ${data}.`);
|
|
530
508
|
return;
|
package/bin/helpers/fetcher.d.ts
CHANGED
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
* @param {object} variables - An object containing the variables for the query.
|
|
10
10
|
* @returns {Promise<object|null>} The response from the API as a JSON object if successful; otherwise, null.
|
|
11
11
|
*/
|
|
12
|
-
declare function fetcher(query: string, variables: object): Promise<
|
|
12
|
+
declare function fetcher(query: string, variables: object): Promise<object | null>;
|
|
13
13
|
export { fetcher };
|
package/bin/helpers/lists.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ declare class AniList {
|
|
|
5
5
|
static exportManga(): Promise<void>;
|
|
6
6
|
static MyAnime(): Promise<void>;
|
|
7
7
|
static MyManga(): Promise<void>;
|
|
8
|
-
static getTrendingAnime(count: number): Promise<
|
|
8
|
+
static getTrendingAnime(count: number): Promise<void>;
|
|
9
9
|
static getPopularAnime(count: number): Promise<void>;
|
|
10
10
|
static getUpcomingAnime(count: number): Promise<void>;
|
|
11
11
|
static getUserByUsername(username: string): Promise<void>;
|