courtbot-python
courtbot-python copied to clipboard
This is an experimental reimplementation of courtbot using python.
Currently the phone numbers provided to the Post API should start with a `+1` (e.g. `+1-123-456-7890`) otherwise it won't parse the phone number correctly and the alert will be created...
If a user submits an invalid year in the API Get request, the API returns a case from the year 2000
Could we consolidate our API calls into a single call from Lambda to courtbot.com? E.g., ``` POST /reminders Host: courtbot.com year=2019&county=Tulsa&case=12345 ``` Then, we send the confirmation text from courtbot.com...