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
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 details)
Built Distribution
txts.py-1.0-py3-none-any.whl
(4.2 kB
view details)
File details
Details for the file txts.py-1.0.tar.gz
.
File metadata
- Download URL: txts.py-1.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a8ea02d9a3f33308d14cb4a5e9ff128bde518a59e3da6607d0fcc13a0eea2ee |
|
MD5 | 8980fce802f6afdc2cc7d7778d3f3abc |
|
BLAKE2b-256 | 2fa7ad1199c6b6bda42ac5adcf0d5bf592a14a84bbd395c3c5f4ef79e0887568 |
File details
Details for the file txts.py-1.0-py3-none-any.whl
.
File metadata
- Download URL: txts.py-1.0-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd6a3959585fde599136534e8eb92c97d7cbf88090f515e8339486a9a92aed36 |
|
MD5 | 8753a258300c7bf1e3572bebaadeb8a3 |
|
BLAKE2b-256 | d756677d34e21383151d4b14b7a7f402f9635d47f70285a65c7ec635e2e87975 |