Socket
Socket
Sign inDemoInstall

xgorn-api

Package Overview
Dependencies
Maintainers
1
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


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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc