aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: b1ed4eb99cf22147020516f6a54c7f814763bc08 (plain)
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
# maltoken-cli

Simple CLI program to get a MyAnimeList access token easily.

You *will* need to generate a Client ID from here: <https://myanimelist.net/apiconfig>

Check out maltoken <https://mikunonaka.net/maltoken/about> to embed this functionality in your go project.

## Installation

``` fish
go install vidhukant.com/maltoken-cli@latest
```

## Usage

Run this in the terminal:

``` fish
maltoken-cli -h
```

## Licence

Licenced under GNU General Public Licence V3

GNU GPL License: [LICENSE](LICENSE)

Copyright (c) 2023 Vidhu Kant Sharma