A wrapper for interacting with the AT Protocol API.
Project description
AT Protocol Python Library
A wrapper for interacting with the AT Protocol API.
Getting Started
To install the library, run:
pip install pyatproto
Quickstart
import pyatproto
import os
ENDPOINT = os.environ.get("ATPROTO_ENDPOINT")
USERNAME = os.environ.get("ATPROTO_USERNAME")
PASSWORD = os.environ.get("ATPROTO_PASSWORD")
ap = pyatproto.AtProtoConfiguration(ENDPOINT, USERNAME, PASSWORD)
create_post = ap.create_post("My First Post")
print(create_post)
Contributing
Contributions are welcome, especially those that add more methods to the library. Please open an issue or pull request to contribute to the library.
License
This project is licensed under an MIT 0 License.
Contributors
- capjamesg
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
pyatproto-0.0.1.tar.gz
(2.3 kB
view details)
Built Distribution
File details
Details for the file pyatproto-0.0.1.tar.gz
.
File metadata
- Download URL: pyatproto-0.0.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab02fece3c82eb874e977b2027adcc7ad6edd9a840a43c62984c2e1e0f7ede75 |
|
MD5 | 171372f177661260685be2d12dacea08 |
|
BLAKE2b-256 | 39f875ee7b385b9e89f81202fb0e3a44af24604da79f776e9559f63846d29bb0 |
Provenance
File details
Details for the file pyatproto-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: pyatproto-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b89dcaf83fcd1aa41840f5fb7b53f258a6f24265072a05374e18ea4e9c4c727d |
|
MD5 | 7505790e2f2a543f90e51609055a99d6 |
|
BLAKE2b-256 | 7ad1c4c1f63e02aabf08da1a8dd6e86669ce35cb6558792f279fc4839561f66d |