Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/potykion/simple-proxy
Service for bypassing denied resources
https://github.com/potykion/simple-proxy
Last synced: about 2 months ago
JSON representation
Service for bypassing denied resources
- Host: GitHub
- URL: https://github.com/potykion/simple-proxy
- Owner: potykion
- Created: 2020-05-13T17:38:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-14T21:49:09.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T16:40:52.505Z (almost 2 years ago)
- Language: Python
- Homepage: https://potyk-simple-proxy.herokuapp.com/
- Size: 94.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-proxy
Service for bypassing denied resources like this
![err](./err.png)
## Usage
```
https://potyk-simple-proxy.herokuapp.com/?url={URL}&key={KEY}
```- **url** param should be urlencoded
#### Html page with relative urls replaced
```
https://potyk-simple-proxy.herokuapp.com/html?url={URL}&key={KEY}
```## Dev
### Install
```
poetry install
```### Create .env
```
KEY=1488
```### Run
```
uvicorn main:app --reload
```### Use
```
http://127.0.0.1:8000/?url=http://bugs.python.org/&key=1488
```### In case of new dependencies
```
poetry export -f requirements.txt > requirements.txt --without-hashes
```