Skip to content

Latest commit

Β 

History

History
31 lines (23 loc) Β· 897 Bytes

README.md

File metadata and controls

31 lines (23 loc) Β· 897 Bytes

πŸ“° txts.py

Python wrapper for interacting with txts

πŸ› οΈ Contributing

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

⬇️ Installing

python3 -m pip install -U txts.py

πŸ’‘ Simple Example

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!')

πŸ”— Links

Txts Discord 🎧
Txts official instance 🌐