A simple and optimized library for sending HTTP requests to closed or filtered sites (:
Project description
____ _ _ _
| _ \ ___ __ _ | |__ | |_ | |_ _ __ __ __ _ __ _ __
| |_) | / _ \ / ` | | ' \ | _|| || ' \ \ \ / /| ' \ | ' \
| _ < | __/| (| | | | | || | | |_ | |) | \ V / | |) || | | |
|| _\ ___| _, | _____ || || _| _|| ./ _____ _/ | ./ || ||
|||_____| || |_____| |_|
""" Req_http_vpn Library
Req_http_vpn Library is an HTTP library, written in Python, for human beings.
Basic GET usage:
>>> from Req_http_vpn import *
>>> app = Requests_filter('Url')
>>> data = app.filter_req_GET()[2]
>>> print(data.status_code) # Print status_code
:Library used in the code: Requests
:Copyright: (c) 2023 Amin Rngbr.
:license: MIT
## Requests_filter Class
The Req_http_vpn library is a simple library for sending **http** requests to websites that are **filtered and blocked** by governments.
### How to create an object from this class:
```python
from Req_http_vpn import *
Req = Requests_filter('https://google.com')
```
And this class has **three functions** >>>
```python
filter_req_GET() #To send http request with GET method
filter_req_POST() #To send http request with POST method
filter_req_HEAD() #To send an http request to get website headers
```
```python
from Req_http_vpn import *
import os
os.environ['print_access_request_library_Req_http_vpn'] = '0' #1
app = Requests_filter(Url=f'https://youtube.com')
app = app.filter_req_GET()
print(app.get('content'))
```
`The author and developer of this light and simple library:` ÙŽ**Amin Rngbr**
**and over (:**
**GitHub address**: [aminrngbr1122](https://github.com/aminrngbr1122)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Req_http_vpn-2.0.0.tar.gz
(3.8 kB
view details)
Built Distribution
File details
Details for the file Req_http_vpn-2.0.0.tar.gz
.
File metadata
- Download URL: Req_http_vpn-2.0.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
6fa6409aa3da638f43f23ad7a71224ba34f9267cb75649632c21a557da45526b
|
|
MD5 |
c1dc76e7011820dc6e3696b825acc0a2
|
|
BLAKE2b-256 |
db8b4a190d4ac14cd815b1c55c58327b7a7142c9b636e0346f6d196f35e58dc7
|
File details
Details for the file Req_http_vpn-2.0.0-py3-none-any.whl
.
File metadata
- Download URL: Req_http_vpn-2.0.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d28da21ee51d3dc47694c787019f2fd366a9ddd83158dda94be39a69f97dbdfc
|
|
MD5 |
4de988b2d9edd4f9105b72f00285db76
|
|
BLAKE2b-256 |
ddd806a0402aa782190acb3183963a8193382ee18019ef65e9c22e85c9226856
|