Moves active tasks with due dates to the top of the To-Dos list .
There are other useful Python scripts by the author at https://github.com/DrStrangepork/habitica-scripts.
* Install Python and pip. This script has been tested with Python 2.7 but should work with 3.x.
* Clone the repo.
git clone https://github.com/DrStrangepork/habitica-scripts.git
* Install pip packages.
pip install -r requirements.txt
* Configure the following lines of the script with your Habitica User ID and API Token:
USR = os.getenv
KEY = os.getenv
:The variables USR and KEY map to your User ID and API Token, respectively. You can either set the environment variables and to your User ID and API Token or change the strings "YOUR_USERID_HERE" and "YOUR_KEY_HERE" to your User ID and API Token.