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.3.tar.gz
(4.5 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.3.tar.gz.
File metadata
- Download URL: xgorn-api-1.0.3.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25a7a186c4b8d944db3be43c6c55c56e426311e52fa7d5eef40ee3b409859259
|
|
| MD5 |
20c154d6a8d91643f04aada0a3381297
|
|
| BLAKE2b-256 |
26f78bd87435003398da392f8d0ea90ac47078a3c58a7c3da639c939695b2b6c
|
File details
Details for the file xgorn_api-1.0.3-py3-none-any.whl.
File metadata
- Download URL: xgorn_api-1.0.3-py3-none-any.whl
- Upload date:
- Size: 9.5 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 |
a957c3abf182359007240844d73e3f47ebb451aaa4bbcf3bab3b58ebdccd97fa
|
|
| MD5 |
02b1698513e0be2d5d26b46c3c1fa7b6
|
|
| BLAKE2b-256 |
5d97a10a44b3992188431576e8d9f6cf5ba3cab85f3516f9e929ec120fe2ca33
|