Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frostyfeet909/tell-me-done
A python package that can be used by other programs to keep persistent user lists and notify them when something in the program has finished, admins can be set by entering a password and they can input variables from their phone and the program can use these to run again instead of the developer having to go back to their PC.
https://github.com/frostyfeet909/tell-me-done
ngrok python twilio
Last synced: 18 days ago
JSON representation
A python package that can be used by other programs to keep persistent user lists and notify them when something in the program has finished, admins can be set by entering a password and they can input variables from their phone and the program can use these to run again instead of the developer having to go back to their PC.
- Host: GitHub
- URL: https://github.com/frostyfeet909/tell-me-done
- Owner: frostyfeet909
- Created: 2020-11-28T12:00:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-23T18:53:23.000Z (almost 4 years ago)
- Last Synced: 2024-11-10T23:39:11.700Z (3 months ago)
- Topics: ngrok, python, twilio
- Language: Python
- Homepage: https://devpost.com/software/tell-me-done
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tell Me Done - https://devpost.com/software/tell-me-done
My submission for HackNotts2020
How to run (CL windows):
1. Set twilio information in keys.json
2. ngrok http 3000
3. python example_usage.py# Team
1. Algernon Sampson : WG6B-1 : First time hacker
# Awards
1. [GitHub] Best Beginner Hack 1st. Place
2. [Twilio] Best Use of Twilio# Main applications
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
# Additional files
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
# Requirements
1. python ~= 3.9
1. twilio
2. passlib
2. ngrok