8000 GitHub - crownaintanoob/heroku-proxy: Python Proxy on Heroku
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

crownaintanoob/heroku-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.1%
  • Procfile 0.9%
0