Skip to main content

Python implementation of SiriProxy.

Project description

About

pysiriproxy is a port of [SiriProxy](https://github.com/plamoni/SiriProxy) (by @plamoni) from Ruby to Python developed.

Installing pysiriproxy

The following page contains step by step instructions for installing pysiriproxy on an Ubuntu system. These instructions have been tested on the following Ubuntu versions: 10.04, 11.10, and 12.04.

Installing and configuring dnsmasq

In order to intercept the commands being sent from the iPhone to Apple’s server you must install a program called dnsmasq onto a machine that will be connected to the same network as the iPhone. The following provides instructions on properly installing dnsmasq.

Run the following commands:

$ sudo apt-get install dnsmasq

Now, open the file /etc/dnsmasq.conf with the editor of your choice.

Search for #address=/double-click.net/127.0.0.1 (this should be roughly the 62nd line). Once the line is found, replace that line with the following two lines:

address=/guzzoni.apple.com/(your_machine's_ip_address).
address=/kryten.apple.com/(your_machine's_ip_address).

Be sure to replace your machine’s IP address and then save the file. This will allow the pysiriproxy server accept connections from devices using either iOS 5 or iOS 6.

Finally, restart dnsmasq for the new IP address to take effect:

$ sudo /etc/init.d/dnsmasq restart

Note

The above installation sequence was taken from How to install Siri Proxy.

Note

Once pysiriproxy has been installed and configured you can follow the instructions on *changing the dnsmasq IP address* to easily change the IP address used by dnsmasq.

Current maintainer

Andreas Jung <andreas@andreas-jung.com>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zopyx.pysiriproxy-0.2.1.zip (125.0 kB view details)

Uploaded Source

File details

Details for the file zopyx.pysiriproxy-0.2.1.zip.

File metadata

File hashes

Hashes for zopyx.pysiriproxy-0.2.1.zip
Algorithm Hash digest
SHA256 5f9023c9aaa4481dd59e32e3a6ac72caf2d895b8af8bf9a36a673197c8b17c97
MD5 7e7364773159d7fac3d84062168ee7d2
BLAKE2b-256 8c8b3faeee75480d252d9ca25c7244a873fcccc3b3ad5825397fd531149fea9b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page