Skip to content

orangethirty/web2txt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docs are in the Wiki.

web2txt

Send txt messages from a website using an email account.

The project is being developed to help people message others without having to incur in paying for txt as an API service. This allows you to run your own texting API with no extra cost.

##How the API works

This uses the option carriers give to send text messages through email. You set it up on your server and have it listen at a given port. Then you make a POST request to /text with the text data as JSON (example in docs (Wiki)). The API takes care of the rest. If the message is sent succesfully you receieve a code 200 from the API.

##Requirements

Flask smtplib

##License

GNU GPL

Copyright orangethirty@gmail.com


List of sms gateways from Wikipidea.

About

Allows you to send txt messages from a website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages