blob: 034ec007ef83859101e3b67f42670600f2f995d1 (
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
|
# macli
Unofficial CLI-Based MyAnimeList Client
## How to use
Currently, macli is heavily under development so there are no pre-built binaries available.
### To compile macli,
1. Clone this repo
2. Create a .env file with the following data:
```
ACCESS_TOKEN={your token here}
```
(a token can be generated easily with [this python script.](https://github.com/MikunoNaka/mal-authtoken-generator))
3. Run macli with `./macli`
NOTE: currently, it looks for the .env file in the PWD, but a token can also be passed with
``` shell
export ACCESS_TOKEN={your token here}
```
for use inside other directories. (this way of handling the token is going to change)
## Licence
Licenced under GNU General Public Licence V3
GNU GPL License: [LICENSE](LICENSE)
Copyright (c) 2022 Vidhu Kant Sharma
|