Minor upgrade to revise style, add documentation, and add a number of features.
Documentation is available at https://shawk.readthedocs.io/en/latest/
Showcase site at https://hawkins.github.io/shawk/
This release is now available on PyPi
Now supported:
- Import / Export Contacts
- Text-matching regular expression controlled handler with decorator
- Comprehensive documentation
- Inbox and Auto flags on Client.**init**
- Match incoming messages via gateway regex
Some of the finer points:
Contact:
- Added Contact.get_number,carrier
- Moved Gateways to **init**.py
Client:
- Added removing contact via Contact
- Improved Client.get_contact,_from_address
- Restructured Client.send
- Added gateway regex for identifying messages