Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 229 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 229 Bytes

FBHack17

#witwrap.py

>>> import witwrap
>>> w = witwrap.configure_wit()
>>> witwrap.parse_message("Get me $DEFG when it hits $5000", w)
>>> {'stock': 'DEFG', 'currency': '$', 'number': 5000, 'change': 'reaches'}