Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
/ testtext_python Public archive

Unofficial Touchstone API Wrapper. Created by watching requests go in and out of the website.

Notifications You must be signed in to change notification settings

wjziv/testtext_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

testext_python

Unofficial API Wrapper for TestText. Created by watching requests go in and out of the website.

Installation

pip install git+https://[email protected]/wjziv/testtext_python.git@master#egg=testtext

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.

Example Usage
from testtext import TestText

username = 'user'
password = 'pass'

with TestText(username, password) as tt:
    tt.upload('filename.tsv')

About

Unofficial Touchstone API Wrapper. Created by watching requests go in and out of the website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages