MCPcopy Index your code
hub / github.com/JJTech0130/pypush

github.com/JJTech0130/pypush @v2.0.2 sqlite

repository ↗ · DeepWiki ↗ · release v2.0.2 ↗
106 symbols 325 edges 12 files 5 documented · 5%
README

[!WARNING] pypush is undergoing a major rewrite. The current version is not stable and may not work as expected. Many features have been temporarily removed.

Versioning starts at 2.0.0 due to conflicts with the original package to have the pypush name. Do not expect stability until 3.0.0.

pypush

pypush was originally a POC demo of my recent iMessage reverse-engineering. It is now being developed into a community library aiming to cover all of Apple's internal API surface.

Currently, the rewritten version supports using the client side of Apple's internal APNs API, meaning it can activate as an Apple device and receive push notifications. Stay tuned for future updates as we bring back the iMessage API and more!

pypush is completely platform-independent, though it may require device identifiers to use some APIs.

Installation

Simple installation:

pip install pypush[cli]

Editable installation (for development):

git clone https://github.com/JJTech0130/pypush
cd pypush
pip install -e .

Licensing

This project is licensed under the terms of the SSPL

This project has been purchased by Beeper, please contact them with any questions about licensing.

Core symbols most depended-on inside this repo

fid
called by 70
pypush/apns/_protocol.py
send
called by 5
pypush/apns/transport.py
_lookup_hashes
called by 5
pypush/apns/protocol.py
_send
called by 4
pypush/apns/lifecycle.py
aclose
called by 3
pypush/apns/lifecycle.py
_receive
called by 3
pypush/apns/lifecycle.py
_update_filter
called by 3
pypush/apns/lifecycle.py
receive_exact
called by 3
pypush/apns/transport.py

Shape

Method 48
Function 37
Class 21

Languages

Python100%

Modules by API surface

pypush/apns/protocol.py33 symbols
pypush/apns/lifecycle.py17 symbols
pypush/apns/transport.py16 symbols
pypush/apns/_util.py10 symbols
pypush/cli/proxy.py8 symbols
pypush/apns/filters.py5 symbols
tests/test_apns.py4 symbols
pypush/cli/__init__.py4 symbols
pypush/apns/_protocol.py4 symbols
pypush/cli/_frida.py3 symbols
pypush/apns/albert.py2 symbols

Dependencies from manifests, versioned

anyio

For agents

$ claude mcp add pypush \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact