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 = '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.2.tar.gz
(3.6 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
File details
Details for the file xgorn-api-1.0.2.tar.gz.
File metadata
- Download URL: xgorn-api-1.0.2.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f664ee431ee7b08e24387f497758d0a04a553e4a5c71c804282914cba41ea107
|
|
| MD5 |
40acf5510bdf48e29408dac93f6ac68a
|
|
| BLAKE2b-256 |
358e88195921527c72dcd5646a0d246f339869732e8674b9ed3f3b0e114e5230
|
File details
Details for the file xgorn_api-1.0.2-py3-none-any.whl.
File metadata
- Download URL: xgorn_api-1.0.2-py3-none-any.whl
- Upload date:
- Size: 5.0 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 |
0bef171c9fcbf08ef06d618a48d60268d8091ed1b9e93a3b390f5f38b86022cc
|
|
| MD5 |
d227cd74a3338078b2fa11c4c76d21fa
|
|
| BLAKE2b-256 |
045c486a0b6342e3407c2132c1d553047e861ec13e50f15200a24548c0d6f35c
|