Skip to content

Latest commit

 

History

History
27 lines (27 loc) · 1.25 KB

README.md

File metadata and controls

27 lines (27 loc) · 1.25 KB

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.