aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 2735d1a905c4b743c371c848b185a6ab3f442b6b (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
# 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