You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The included configuration.py just sets the rtm_api_key, rtm_shared_secret, and rtm_token to empty strings. While this is fine for testing since an individual can just paste them in from the RTM site, it'd be nice to have them loaded from an external file.
Perhaps a file under $HOME would be useful.
The text was updated successfully, but these errors were encountered:
Sure. Actually I intended to use the $HOME/.config/<appname>.conf scheme.
However, I believe a configuration file in $HOME should not be language specific, but rather in the INI format.
As you can see, RTM support is only beginning so I am definitely in the testing stage.
The included configuration.py just sets the rtm_api_key, rtm_shared_secret, and rtm_token to empty strings. While this is fine for testing since an individual can just paste them in from the RTM site, it'd be nice to have them loaded from an external file.
Perhaps a file under $HOME would be useful.
The text was updated successfully, but these errors were encountered: