Python wrapper for interacting with txts
This project is very much work in progress, any contributions would be appreciated
If you make a pull request please use proper labels and follow the contributor Code Of Conduct
python3 -m pip install -U txts.py
import txts
instance = txts.TxtInstance('instance_url')
print(instance.Status())
try:
instance.EditPage('username','secret','content')
print('Sucessfully updated page!')
except:
print('Failed to update page!')
Txts Discord π§
Txts official instance π