Skip to content

antonfdiaz/ireddit_proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iReddit Proxy

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).

Requirements

  • Python 3
  • Mitmproxy API
  • Requests
  • BeautifulSoup

How to run

  • Make a venv inside the proxy folder: python3 -m venv .venv
  • Activate it: source .venv/bin/activate (.venv/Scripts/activate on Windows)
  • Install libraries: pip install -r requirements.txt
  • Start the proxy: python3 main.py

Configure Device

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.

About

MITM proxy that fixes the iReddit app

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages