API Interface for api.xgorn.pp.ua
Project description
Noid API
from xgorn_api import NoidAPI
api = NoidAPI()
api.api_key = 'your-api-key'
api.bypass.ouo('https://ouo.io/4ZuwGMc')
Examples
Change endpoint to api feature.
For example: /scrape/instagram
api.scrape.instagram('https://www.instagram.com/reel/CqcUdr-ppgT/?igshid=YmMyMTA2M2Y=')
Change default api url.
For example: api.xgorn.eu.org
api.base_url = 'https://api.xgorn.eu.org'
Making custom request.
For example: /scrape/likee
# GET request
# method & endpoint: default arguments.
method = 'get'
endpoint = '/scrape/likee'
# url: params because it's **kwargs
url = 'https://likee.video/@MEKDede/video/7199606118785777185'
api.make_request(method=method, endpoint=endpoint, url=url)
Installation
pip3 install xgorn-api
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
xgorn-api-1.0.7.tar.gz
(5.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
xgorn_api-1.0.7-py3-none-any.whl
(12.6 kB
view details)
File details
Details for the file xgorn-api-1.0.7.tar.gz.
File metadata
- Download URL: xgorn-api-1.0.7.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3d9943dbb0c0f32a0a752ebcc4dc80827bc286f41b223f2c81940805fbc0ace
|
|
| MD5 |
7e1a8b6a39f04c3a349395e11d84463b
|
|
| BLAKE2b-256 |
d72dececb70452132ec7235b1afa504e9970421fe4fdf8015f218fe93f6ada99
|
File details
Details for the file xgorn_api-1.0.7-py3-none-any.whl.
File metadata
- Download URL: xgorn_api-1.0.7-py3-none-any.whl
- Upload date:
- Size: 12.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd9c07c3e9c0ff1c4b5ba97a5694efd1fc19584b7948d45da8b3f939cf550236
|
|
| MD5 |
b5ceeacc8bacfa721e53ddace69b0b21
|
|
| BLAKE2b-256 |
05a2f8ffb52cf016de01793ccdd053bd6881c27ca64a3f3a188c1d2c72ed47d4
|