Skip to content

Releases: hawkins/Shawk

0.4

18 Oct 21:14
Compare
Choose a tag to compare
0.4 Pre-release
Pre-release

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

0.3.1

22 Sep 21:45
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

Minor upgrade to add periodic queries - now this library may actually be useful to many developers.

This release is now available on PyPi

Now supported:

  • Message class
  • Periodic querying for receiving new messages automatically

0.2

04 Sep 04:29
Compare
Choose a tag to compare
0.2 Pre-release
Pre-release

Minor upgrade to add receiving messages with imapclient.

This release signifies that this version is now available on PyPi.

Now supported:

  • IMAP for inbox
  • Contact lookup for quick response
  • Sending by name, number, or contact

Initial Build for PyPi

04 May 23:15
Compare
Choose a tag to compare
Pre-release

This is the initial build for inclusion on PyPi.

Currently supported:

  • Gmail login
  • Contacts
  • Sending by name or number