Skip to main content

Python wrapper for interacting with txts

Project description

:newspaper: txts.py

Python wrapper for interacting with txts

:hammer_and_wrench: 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

:arrow_down: Installing

python3 -m pip install -U txts.py

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

:link: Links

Txts Discord :headphones:
Txts official instance :globe_with_meridians:

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

txts.py-1.0.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

txts.py-1.0-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page