posborne / putio-sync

Python daemon that automatically downloads files from put.io
MIT License
29 stars 12 forks source link

Location of the token? #33

Closed AndersTao closed 7 years ago

AndersTao commented 7 years ago

I want to add my key to a docker image, where dos putio-sync store the token information?

posborne commented 7 years ago

See these variables: https://github.com/posborne/putio-sync/blob/master/putiosync/core.py#L33. The file is located at $HOME/.putiosync/putiosync.json

AndersTao commented 7 years ago

Thanks for quick replay 👍