Skip to content

This is a system to send SMSes and make calls through a website, using flask.

License

Notifications You must be signed in to change notification settings

Super02/Flask-SMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-SMS


This is a system to send SMSes and make calls through a website, using flask.


Setup & Installation

  • You need to buy a service named Nexmo for this to work you can buy it here.
  • To install and setup this project clone this project down locallay using GitHub clone button. Clone
  • When you've done that you need to create some environment variables. Create the following variables:
admin_pass="Admin Password for Admin Site"
key="Nexmo key"
secret"Nexmo secret
logkey="LogDNA key"
mbird_testkey="MessageBird testkey" #Not required
messagebirdkey="MessageBird key"
redis_url="Redis URI"

Usage

Index Run index.py, and watch your website running at localhost:5000. You can then fill out the fields and press submit to see the action!

Customisation

Customize Edit these variables as you please.

Credits to:

  • @ViggoGaming - for helping designing this project, and helping a little bit with the code.
  • @dnorhoj - for coming up with the idea to make this project.

About

This is a system to send SMSes and make calls through a website, using flask.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •