Skip to content

fordnox/heroku-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku Proxy

Deploy

A free HTTP proxy that runs on Heroku.

How to Use

To use this project, follow these steps:

  1. Clone this project
  2. heroku create
  3. heroku config:set PORT=80
  4. git push heroku master

Then visit {{your_heroku_url}}/https/wikipedia.com

Development

python3 -m venv hp-venv
source hp-venv/bin/activate
pip3 install -r requirements.txt
python3 app.py

About

Python Proxy on Heroku

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published