Skip to content

Instantly share code, notes, and snippets.

View theriley106's full-sized avatar

Chris Lambert theriley106

View GitHub Profile
@theriley106
theriley106 / lambda_function.py
Created March 9, 2023 04:25
Twilio WhatsApp Rain Water Collection Bot
from __future__ import print_function
import os
from twilio.rest import Client
from datetime import datetime
from urllib import parse
import requests
import base64
import re
import pymongo
try: