Tell Me Done - https://devpost.com/software/tell-me-done
My submission for HackNotts2020
How to run (CL windows):
- Set twilio information in keys.json
- ngrok http 3000
- python example_usage.py
- Algernon Sampson : WG6B-1 : First time hacker
- [GitHub] Best Beginner Hack 1st. Place
- [Twilio] Best Use of Twilio
example_usage.py - An example of what the package does and how it works
data_interface.py - Functions for editing data stored sepratly in json and shelves
phone_numbers.py - Holds a template for how the user information is stored
receiver.py - All things receving from twilio
sender.py - All things being sent using twilio
keys.json - All important twilio info: SID, auth_key, twilio phone number as well as a password for admins.
users - All user data in persistant storage
- python ~= 3.9
- twilio
- passlib
- ngrok