A free HTTP proxy that runs on Heroku.
To use this project, follow these steps:
- Clone this project
heroku create
heroku config:set PORT=80
git push heroku master
Then visit {{your_heroku_url}}/https/wikipedia.com
python3 -m venv hp-venv
source hp-venv/bin/activate
pip3 install -r requirements.txt
python3 app.py