skillfed

pyobjc-framework-Social

Wrappers for the framework Social on macOS

pyobjc-framework-social v12.2.2 650.6K downloads/30d#5,558 on PyPI803
Permissive license MIT Active released

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-social

uv

uv add pyobjc-framework-social

poetry

poetry add pyobjc-framework-social

Installing 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: MacOS X :: CocoaIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: MacOS :: MacOS XProgramming Language :: Objective CProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.15Programming Language :: Python :: Free Threading :: 3 - StableProgramming Language :: Python :: Implementation :: CPythonTopic :: Software Development :: Libraries :: Python ModulesTopic :: Software Development :: User Interfaces

Tags

macos social framework pythontwitter facebook integration macospyobjc social media bindingsobjective-c social framework wrappermacos cocoa social api python
macos-onlyobjective-c-bridgesocial-media

More Python Modules packages

idna

Converts domain names between Unicode and…

permissive · top 100 on PyPI

setuptools

Setuptools is a Python build backend and…

permissive · top 100 on PyPI

PyYAML

PyYAML parses and emits YAML 1.1 data format,…

permissive · top 100 on PyPI

pydantic

Pydantic validates Python data structures…

permissive · top 100 on PyPI

annotated-types

Provides reusable metadata objects for use with…

permissive · top 100 on PyPI

typing-inspection

Provides runtime tools to inspect and…

permissive · top 100 on PyPI

pyobjc-framework-Photos

Provides Python bindings to macOS's Photos…

permissive · top 15,000 on PyPI

pyobjc-framework-MediaLibrary

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-LaunchServices

Provides Python bindings to the macOS…

permissive · top 15,000 on PyPI

pyobjc-framework-DictionaryServices

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-ClassKit

Provides Python bindings to Apple's ClassKit…

permissive · top 15,000 on PyPI

pyobjc-framework-SharedWithYouCore

Provides Python bindings for Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-PhotosUI

Provides Python bindings to macOS's PhotosUI…

permissive · top 15,000 on PyPI

pyobjc-framework-SafetyKit

Provides Python bindings to macOS's SafetyKit…

permissive · top 15,000 on PyPI

late-sdk

Official Python SDK for publishing social media…

permissive · top 15,000 on PyPI

zernio-sdk

Unified Python client for publishing social…

permissive · top 15,000 on PyPI