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.5.tar.gz
(4.4 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.5.tar.gz.
File metadata
- Download URL: gokyuzu-0.0.5.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2ff06920de5252fb1aac24af30f0bfd5a2f10570b21f7fcfdd56b10d9c5b9bb
|
|
| MD5 |
6abbe829b3f7f5a70e855c6bd442fc2d
|
|
| BLAKE2b-256 |
cca4c420e463d4d5900593a06764c33de0a3f0708caf699a1832c1a9324c502d
|
File details
Details for the file gokyuzu-0.0.5-py3-none-any.whl.
File metadata
- Download URL: gokyuzu-0.0.5-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f90fac37a75a74a66885db3eaa8216a677a8de25c1561e4bb37343503d4d855b
|
|
| MD5 |
cfcf2e1ebcea85778536f75a0dd3cf71
|
|
| BLAKE2b-256 |
e69d006f94f4b1dfe163c785b350533ec1d73e83ae449dc172bd6a0796e10955
|