This is a MITM proxy that fixes the iReddit app. Tested on iOS 6.1.3 & iReddit 2.1.5.
Everything works except login (that includes commenting, upvoting, etc).
- Python 3
- Mitmproxy API
- Requests
- BeautifulSoup
- Make a venv inside the proxy folder:
python3 -m venv .venv - Activate it:
source .venv/bin/activate(.venv/Scripts/activateon Windows) - Install libraries:
pip install -r requirements.txt - Start the proxy:
python3 main.py
Go to Settings -> Wi-Fi -> The button next to the selected network -> Go to the bottom -> HTTP Proxy:
- Set it to
Manual - Server: Your PC's IP address
- Port:
8080 - Authentication: OFF
That's it! Open iReddit and it should work now.