Rick Kasten
Rick Kasten
Nothing at all happens? Did you follow the [setup instructions](https://github.com/DrStrangepork/habitica-scripts#customize) in the README? What command-line arguments you are including?
If you ran the Python script from within a shell script, you may need to export the HAB_API_USER and HAB_API_TOKEN variables ``` export HAB_API_USER= export HAB_API_TOKEN= ```
Yes, I use it multiple times a day
Have you tried running the script with the -u and -k arguments instead of relying on environment variables?
Slashes are appended in line 57 ``` args.baseurl += "/api/v3/" ```