diff options
author | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2022-06-12 03:24:14 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2022-06-12 03:24:14 +0530 |
commit | 83b9bfe6532579198378ee767db0852781050ff3 (patch) | |
tree | 8892abf773ee6bcda3f5dda5bbaea3161a906785 /README.md |
first commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..2735d1a --- /dev/null +++ b/README.md @@ -0,0 +1,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 |