Socket
Book a DemoInstallSign in
Socket

xgorn-api

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xgorn-api

API Interface for api.xgorn.pp.ua

pipPyPI
Version
1.0.8
Maintainers
1

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

Keywords

api scraper bypasser translator client library python

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts