pyobjc-framework-Social
Wrappers for the framework Social on macOS
What it is and what it does
pyobjc-framework-Social is a thin Python wrapper around macOS's native Social framework, part of the larger PyObjC project that bridges Python and Objective-C. It lets you call Social framework APIs directly from Python code running on macOS, primarily for integrating social media functionality like sharing or authentication into desktop applications.
The package is a framework-specific wrapper, meaning it's one of many PyObjC framework packages that expose different parts of macOS's system libraries. It requires Python 3.10 or later and depends on pyobjc-core (the bridge itself) and pyobjc-framework-Cocoa (the base GUI framework). It's useful only on macOS and only for applications that need direct access to the native Social framework rather than using modern web-based social APIs.
Use it for:
- Build a macOS desktop app that integrates native Twitter or Facebook sharing without external dependencies.
- Access social media account credentials stored in macOS's system keychain for authentication.
- Create a native macOS application that uses the system's built-in social media integration.
- Automate social media interactions on macOS using Python scripts that call the native framework.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to macOS's Social framework, enabling access to social media integration APIs like Twitter and Facebook from Python code running on macOS.
Yes, if you are building a macOS-specific desktop application in Python that needs to use the native Social framework. No, if you are building cross-platform applications, targeting modern social media APIs, or working on non-macOS systems. The package is actively maintained and has no known vulnerabilities, but its utility is narrowly scoped to macOS and legacy social framework usage.
Install
pyobjc-framework-social on PyPI
pip
pip install pyobjc-framework-socialuv
uv add pyobjc-framework-socialpoetry
poetry add pyobjc-framework-socialInstalling pyobjc-framework-Social
Before you install
Installation is straightforward with low friction; the package is actively maintained with a recent release and depends only on pyobjc-core and pyobjc-framework-Cocoa, both core PyObjC components.
License in practice
Licensed under MIT (permissive), so you can use this package in commercial and proprietary projects without restriction.
Quickstart
pip install pyobjc-framework-Social
import Social
# Access Social framework classes and methods
# Example: SLComposeViewController for composing social posts
Requires macOS and Python 3.10 or later; will not work on Windows, Linux, or older Python versions.
Verify before relying
- Whether the macOS Social framework itself is still actively used or has been superseded by newer APIs in recent macOS versions.
- Specific social media platforms and features actually exposed through this wrapper beyond Twitter and Facebook.
- Whether this package works with modern versions of those social platforms' authentication and API requirements.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — pyobjc-core, pyobjc-framework-Cocoa |
| Maintenance | actively maintained — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 650,609/month — #5,558 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_social-12.2.2-py2.py3-none-any.whl
Keywords: PyObjC, Social
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
pyobjc-framework-PhotosProvides Python bindings to macOS's Photos…
permissive · top 15,000 on PyPI
pyobjc-framework-MediaLibraryProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-LaunchServicesProvides Python bindings to the macOS…
permissive · top 15,000 on PyPI
pyobjc-framework-DictionaryServicesProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-ClassKitProvides Python bindings to Apple's ClassKit…
permissive · top 15,000 on PyPI
pyobjc-framework-SharedWithYouCoreProvides Python bindings for Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-PhotosUIProvides Python bindings to macOS's PhotosUI…
permissive · top 15,000 on PyPI
pyobjc-framework-SafetyKitProvides Python bindings to macOS's SafetyKit…
permissive · top 15,000 on PyPI
late-sdkOfficial Python SDK for publishing social media…
permissive · top 15,000 on PyPI
zernio-sdkUnified Python client for publishing social…
permissive · top 15,000 on PyPI