Skip to content

Commit

Permalink
added carriers, updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
orangethirty committed Feb 25, 2013
1 parent 72a2bde commit 52d5df8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ 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.
service. This allows you to run your own texting API with no extra cost.


##Requirements
Expand All @@ -21,3 +21,6 @@ sqlite3
GNU GPL

Copyright orangethirty@gmail.com



11 changes: 10 additions & 1 deletion carriers.json
@@ -1 +1,10 @@
{"tmobile" : "@tmomail.com"}
{"tmobile" : "@tmomail.com",
"verizon" : "@vtext.com",
"att" : "@txt.att.net",
"att_enterprise_paging" : "@page.att.net",
"claro_puerto_rico" : "@vtexto.com",
"google_voice" : "@txt.voice.google.com",
"sprint" : "@messaging.sprintpcs.com",
"tracfone" : "@mmst5.tracfone.com",
"virgin_mobile" : "@vmobl.com"
}
2 changes: 2 additions & 0 deletions web2txt.py
Expand Up @@ -11,6 +11,8 @@
request in json and POST it with Requests.
list of sms gateways from wikipedia: https://en.wikipedia.org/wiki/List_of_SMS_gateways
"""
import smtplib
Expand Down

0 comments on commit 52d5df8

Please sign in to comment.