Python api wrapper for loading.se
Project description
Python Loading SDK
Install
pip install python-loading-sdk
Usage
Instantiate the client and optionally provide login credentials to be able to use methods that requires the user to be logged in.
from loading_sdk import LoadingApiClient
client = LoadingApiClient(email="your@email.com", password="your_password")
response = client.get_profile()
It can also be used asyncrounously:
from loading_sdk import AsyncLoadingApiClient
client = await AsyncLoadingApiClient(email="your@email.com", password="your_password")
response = await client.get_profile()
Examples
Requires Auth
response = client.get_profile()
response = client.create_post(thread_id="5bbb986af1deda001d33bc4b", message="My message!")
response = client.edit_post(post_id="5bc876dd70a79c001dab7ebe", message="My updated message!")
response = client.create_thread(title="My title", message="The content!", category_name="games")
response = client.edit_thread(post_id="5bbb986af1deda001d33bc4b", message="My updated message!")
Anonymous
response = client.search(query="search query")
response = client.get_post(post_id="5bc876dd70a79c001dab7ebe")
response = client.get_thread(thread_id="5bbb986af1deda001d33bc4b", page=3)
response = client.get_games(page=5)
response = client.get_other(page=7)
response = client.get_editorials(page=2, post_type="review", sort="title")
response = client.get_about()
response = client.get_socials()
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
python-loading-sdk-0.3.0.tar.gz
(45.2 kB
view details)
Built Distribution
File details
Details for the file python-loading-sdk-0.3.0.tar.gz
.
File metadata
- Download URL: python-loading-sdk-0.3.0.tar.gz
- Upload date:
- Size: 45.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.0 CPython/3.10.6 Linux/5.15.0-1017-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a01208c71c4b700257058c76818bf1193e7f9f92ca88d8466517db1e7e0750d6 |
|
MD5 | 7563374ca93d274dc1d6b7e28fb73e71 |
|
BLAKE2b-256 | 8c1c6803f56906b9017196035593d1f275fe5bc762e7785648140ab006383316 |
File details
Details for the file python_loading_sdk-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: python_loading_sdk-0.3.0-py3-none-any.whl
- Upload date:
- Size: 50.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.0 CPython/3.10.6 Linux/5.15.0-1017-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55f41a406cc6e7d9aefb4daa640ecf317f72790030a8edf31420816b7b5604ab |
|
MD5 | cc111db7a86b02c969cd8dc82dfe2483 |
|
BLAKE2b-256 | 91f252076f7f2e5356cb45d84e3e6aacc3296f052c66531e73fe22635f34fd71 |