sends a text message for every successful login to my servers
- python3
- virtualenv
- twilio
git clone https://github.com/brianhoppus/informant
cd informant
pip3 install virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
account_sid = "your_account_sid_here"
auth_token = "your_auth_token_here"
admin_phone_number = "your_admin_phone_number_here"
twilio_phone_number = "your_twilio_phone_number_here"
phone numbers are formatted like this:
+17075551234
python informant.py