Text-message based disaster relief. Do more with less!
Small Business Week Hackathon 2019 - SBA (Sponsored by Visa and Authorize.net)
virtualenv my_env_name --python=python3
cd my_env_name
source bin/activate
git clone https://github.com/mitchbregs/hackathon_sba.git
cd hackathon_sba
pip install -r requirements.txt
vim .env
# Authorize.net API credentials
export AUTH_TRANSACTION_KEY="XXX"
export AUTH_API_LOGIN="XXX"
# Twilio credentials
export TWILIO_SID="XXX"
export TWILIO_TOKEN="XXX"
export TWILIO_NUMBER="+1XXXXXXXXXX"
# Google Maps credentials
export GOOGLE_API_KEY="XXX"
source .env
./ngrok http 5000
and you will see something like this: http://3301c6e7.ngrok.io
Make sure to add the phone number you will be texting with to Verified Numbers on Twilio Console.
flask run
http://localhost:5000/live-feed
http://localhost:5000/transactions-feed
Text charge +18005554444
to your Twilio phone number to charge +18005554444 for a payment.
Text pay $0.01
to your Twilio phone number to accept and complete payment request.
Text lookup 00000000000
(TransactionID) to Twilio phone number to lookup status of transaction.
http://localhost:5000/claims-feed
Text an image to your Twilio phone number to start filing a relief loan claim.
Text power 24141
to your Twilio phone number to get the closest publicly available power sources near you.
Text bbhelp
to your Twilio phone number to learn more about what BizBackup can do.
Mitchell Bregman (https://github.com/mitchbregs)
Jack Carlson (https://github.com/JACflip55)
Walter Carlson (https://github.com/wfcarlson)
Braxton Croley (https://github.com/braxtoncroley)