python library for tripleuni
Project description
tripleuni
A python library for tripleuni.
Installation
pip install tripleuni
Usage
Login
you need to login to use the library
login in terminal
from tripleuni import TripleClient
client = TripleClient()
client.sendVerification("your email address")
client.verifyCode("your verification code")
login by token
from tripleuni import TripleClient
client = TripleClient("your token")
Some examples
# get post list
postList = client.getPostList(page=1)
# comment a post
client.commentMsg(1234, "hello", real_name='false')
# send chat message to post owner
client.sendChatMsgToPost(1234, "hello", real_name='false')
For Maintainers
Build
py -m pip install --upgrade build
py -m build
py -m pip install --upgrade twine
twine upload dist/*
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tripleuni-0.2.0.tar.gz
(7.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tripleuni-0.2.0.tar.gz.
File metadata
- Download URL: tripleuni-0.2.0.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64b9df8d1a8908861a2b0fef32a86d27c89773a80effc7fbcbc1d160825b3bd5
|
|
| MD5 |
f433a5f2946b51ccdd336641ed3bc58f
|
|
| BLAKE2b-256 |
98db577349c84aec9bb1239a43346ed2cbd32fde1a555c7c9e32ab344cd93bb5
|
File details
Details for the file tripleuni-0.2.0-py3-none-any.whl.
File metadata
- Download URL: tripleuni-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5cd883621b71db0d64263d58e3ebd97c531bb2b1c75bf934024c84c6ef42595f
|
|
| MD5 |
599f0d3f007d24ecb3ca94f702a5b6ff
|
|
| BLAKE2b-256 |
c6699559300e2f257a4b2773d088a3422892598a6e16dc4c6db38f796fe20191
|