bsky.social client library
Project description
gokyuzu - bluesky python client
Gökyüzü - "sky" in Turkish - is a python client for the bluesky social network.
Install
pip install gokyuzu
Sample Usage
from gokyuzu import Bluesky
bsky = Bluesky("handle.bsky.social", "PASSWORD")
response = bsky.resolveHandle("handle.bsky.social")
print(response.json())
Development
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Running tests
python -m unittest
Publishing to PyPI
# Build for PyPI
python -m build
# Test PyPI
python -m twine upload --repository testpypi dist/*
pip install --index-url https://test.pypi.org/simple/ --no-deps gokyuzu
# PyPI
python -m twine upload dist/*
pip install gokyuzu
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
gokyuzu-0.0.3.tar.gz
(3.8 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 gokyuzu-0.0.3.tar.gz.
File metadata
- Download URL: gokyuzu-0.0.3.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec5cac5d94f53c59409305a5c8621148014e2b61f3a8c5ebc0351968da227837
|
|
| MD5 |
5eb834ce8ce4400e24e4279061a4624e
|
|
| BLAKE2b-256 |
210ac037deeb00b8a68559a04ee2055d9561c1bb81f6fec8661d0544b7884727
|
File details
Details for the file gokyuzu-0.0.3-py3-none-any.whl.
File metadata
- Download URL: gokyuzu-0.0.3-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.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cec02cec46226558ad803be5c95681c9c347d3d2b74535db53eef7ffea694069
|
|
| MD5 |
e87f30f26b858f86737b219c2ad8868a
|
|
| BLAKE2b-256 |
8c655e7c1dee1ff39e5beb1aa26bac51ac98056fc32534770e58a84bbe79ed5f
|