Skip to content

🐍 Python wrapper for interacting with txts πŸ“„πŸ–‹οΈ

License

Notifications You must be signed in to change notification settings

txts-team/txts.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“° 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 🌐

About

🐍 Python wrapper for interacting with txts πŸ“„πŸ–‹οΈ

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages