justchokingaround / jerry

watch anime with automatic anilist syncing and other cool stuff
GNU General Public License v3.0
291 stars 20 forks source link

Be able to set your Anilist API key in the config file. #38

Closed allusive-dev closed 1 year ago

allusive-dev commented 1 year ago

For the sake of reproducabiity and simplicity would it be possible to store the Anilist API key in the configuration at $PWD/.config/jerry/jerry.conf?

justchokingaround commented 1 year ago

i don't think it's a good idea, that would be pretty bad for security. i should however document that the token is stored in ~/.local/share/jerry/anilist_token.txt

allusive-dev commented 1 year ago

i should however document that the token is stored in ~/.local/share/jerry/anilist_token.txt

All good then, thank you very much.