Unofficial API Wrapper for TestText. Created by watching requests go in and out of the website.
pip install git+https://[email protected]/wjziv/testtext_python.git@master#egg=testtext
The primary usage of this module at the time of deployment is to provide a method for automated data uploads to TestText as a means of keeping the Subject Line and SMS data up-to-date.
TestText only accepts valid TSV file formats at the moment.
from testtext import TestText
username = 'user'
password = 'pass'
with TestText(username, password) as tt:
tt.upload('filename.tsv')