Tigitaal's Official Python Package to connect with TigitaalAPI
Project description
TigitaalConnect
The official Python Library to connect with the TigitaalAPI! This library helps easily send requests
to the API, so you dont have to do the hard work of manually setting up requests.
Use a range of easy-to-use functions and explore the endless posibilities of the TigitaalAPI with
TigitalConnect!
INSTALLATION:
pip install tigitaalconnect
SETUP:
UserConnect:
from tigitaalconnect import login
user = login(username, password)
# Enter your username and password in the parantheses
REQUESTS:
Reload Request:
user.reload()
ReloadAdvanced Request:
user.reloadadvanced()
PFP Request:
user.pfp(fileid)
Nickname Request:
user.nickname(new_nickname)
Mail Request:
user.mail(new_email)
FORUM:
Setup
from tigitaalconnect import forum
Messages Request
forum.messages(forumid)
Threads Request
forum.threads(forumid)
Post Request
forum.post(user, text, forumid)
# user is the variable you created earlier to login
Edit Request
forum.edit(user, text, forumid, messageid)
All Request
forum.all()
Change Log
0.0.1 (09/29/2022)
- First Release
- 5 easy to use Requests to manipulate the TigitaalAPI
0.0.2 (09/30/2022)
- Second Release
- Commands now return info as JSON
- README.txt Updated
0.0.3 (09/30/2022)
- Third Release (Mini release)
- Bug Fixes
0.0.4 (09/30/2022)
- Fourth Release (Mini release)
- More Bug Fixes
- Fixed Formatting Errors
0.0.5 (10/05/2022)
- Fifth Release
- Added Login Class
- Easier setup
- Bug Fixes
- README now a Markdown File
0.0.6 (10/08/2022)
- Sixth Release
- Added Forum Class
- Bug Fixes
- README updated
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
tigitaalconnect-0.0.6.tar.gz
(3.7 kB
view details)
File details
Details for the file tigitaalconnect-0.0.6.tar.gz.
File metadata
- Download URL: tigitaalconnect-0.0.6.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca6cdd0213b11c28230016f8a9a90b006ed1fb4269a700f6eacda8189da1f6ad
|
|
| MD5 |
ddbbad532fed366011965a4af17da615
|
|
| BLAKE2b-256 |
be83e7089dbb1ebb34fccd01dfa45b152c8ee0c462ae50f0ded84528068f5e1c
|