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

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

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.2.zip (125.0 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for zopyx.pysiriproxy-0.2.2.zip
Algorithm Hash digest
SHA256 b2866d8e4ca91f23b70260442fce24490617a83966599087a8a24d34132fac45
MD5 14c271bd4b9ae79163c4a52f0b6d4a86
BLAKE2b-256 5092ea1b7d2ce07f8042435aea499b7a55602100e0254a76459ab47f48716188

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