Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fordnox/heroku-proxy
Python Proxy on Heroku
https://github.com/fordnox/heroku-proxy
heroku proxy
Last synced: 20 days ago
JSON representation
Python Proxy on Heroku
- Host: GitHub
- URL: https://github.com/fordnox/heroku-proxy
- Owner: fordnox
- Created: 2019-11-07T17:54:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-12T09:14:44.000Z (over 2 years ago)
- Last Synced: 2023-05-01T08:51:28.207Z (over 1 year ago)
- Topics: heroku, proxy
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 8
- Watchers: 2
- Forks: 38
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Heroku Proxy
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/fordnox/heroku-proxy/tree/master)
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