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.4.tar.gz
(3.9 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.4.tar.gz.
File metadata
- Download URL: gokyuzu-0.0.4.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0901dad5cb270459c55fd59e4f5bbd38ac41fab8a0ba590000a6a660928779c4
|
|
| MD5 |
3dc2ebee366895ff283f61b168aee692
|
|
| BLAKE2b-256 |
8a1e3b900a8a2f7625573c29375bf76d618f580f99ea9ed86aca33788a05488f
|
File details
Details for the file gokyuzu-0.0.4-py3-none-any.whl.
File metadata
- Download URL: gokyuzu-0.0.4-py3-none-any.whl
- Upload date:
- Size: 5.0 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 |
b9319a54e906903843dd5a2a07d428eddf6ddb1bb619d47808236152e6b3ff04
|
|
| MD5 |
e7abc4377f92d35a66fd4e1cd90ef246
|
|
| BLAKE2b-256 |
25fa24a2d58dd50265595c264eb7d82d5853cbb94c0067eaa27a4e731e0c449d
|