Skip to content

dnorhoj/FlaskSMSSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask SMS system

Codacy Badge

What is this

This is a project I made for fun to send text messages through the Messagebird. It's a webserver made in Python Flask.

I did not make this app for other people to use. This is just for some code examples or whatever you want it to be. You're welcome to contribute but I don't ask for it, or expect it.

Setup

To set this script up you need python3, pip and pipenv. To install the requirements with pipenv, run pipenv install

You also need install redis server.

Then you need to create a .env which contains the secret information like API keys and the redis url.

MESSAGEBIRD="API_Key" # Messagebird API key
ADMIN_PASS="Password for admin user" # Basic Auth pass for /admin/*
REDIS_URL="redis://redis123" # Redis url for data storage

About

Send text messages through messagebird with python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published