Skip to content

Send text messages through plivo with python.

License

Notifications You must be signed in to change notification settings

Super02/FlaskSMSSystem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask SMS system

NOTE: This is for educational purposes only!

What is this

This is a project I made for fun to send text messages through the plivo. It's a webserver made in flask which is a python library.

It is currently set up to automatically convert the inserted phone number to a danish one.

Setup

To set this script up you need python3 and pip. To install the requirements via pip, run pip install -r requirements.txt

You also need install redis server.

Then you need to create src/.env which contains the secret information like API keys and the redis url. You can find these on your plivo dashboard. Example:

AUTH_ID="id123"
AUTH_TOKEN="token123"
ADMIN_PASS="pass123"
REDIS_URL="redis://redis123"

About

Send text messages through plivo with python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.6%
  • HTML 44.4%