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
Tim Phillips edited this page Aug 5, 2018
·
4 revisions
Messages is Python 3.5+ ONLY!
Simply install by:
$ pip install messages
Or
$ pip3 install messages
Notes
The following are notes that may be pertinent to your understanding of various installation dependencies.
jsonconfig is a package written to make reading/writing configuration files easy. This package will be used to save user-defined parameters and account information to make sending messages easier since fewer arguments will need to be provided for message creation. All credentials, such as passwords, API keys, etc. are encrypted via your system's resident keyring backend, with Linux defaulting to SecretStorage.