johackim / rdcli

The simple way to download and unrestrict DDL files, torrents and magnets
GNU General Public License v3.0
129 stars 15 forks source link

Save username / password #10

Closed jamespo closed 7 years ago

jamespo commented 7 years ago

A way to store the username & password in a config file would be great - obviously if the password could be crypted that'd be even better.

johackim commented 7 years ago

Hello @jamespo,

It's a good idea. This feature is now on 1.4.0 version.

You can set your real-debrid account as enviroment variable on your ~/.bashrc

export REALDEBRID_USERNAME=your_username
export REALDEBRID_PASSWORD=your_password

Encryption will be add later ;)