Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JJTech0130/pypush
[being rewritten] Cross-platform iMessage POC
https://github.com/JJTech0130/pypush
imessage proof-of-concept reverse-engineering
Last synced: 3 months ago
JSON representation
[being rewritten] Cross-platform iMessage POC
- Host: GitHub
- URL: https://github.com/JJTech0130/pypush
- Owner: JJTech0130
- License: other
- Created: 2023-04-05T23:52:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T17:25:48.000Z (8 months ago)
- Last Synced: 2024-10-16T11:02:20.535Z (3 months ago)
- Topics: imessage, proof-of-concept, reverse-engineering
- Language: Python
- Homepage: https://discord.gg/BVvNukmfTC
- Size: 563 KB
- Stars: 3,562
- Watchers: 48
- Forks: 396
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - JJTech0130/pypush - \[being rewritten] Cross-platform iMessage POC (Python)
- Awesome - Pypush - Cross-platform iMessage POC (Communication and Collaboration Tools)
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:
```bash
pip install pypush[cli]
```
Editable installation (for development):
```bash
git clone https://github.com/JJTech0130/pypush
cd pypush
pip install -e .
```## Licensing
This project is licensed under the terms of the [SSPL](https://www.mongodb.com/licensing/server-side-public-license)This project has been purchased by [Beeper](https://github.com/beeper), please contact them with any questions about licensing.