Socket
Socket
Sign inDemoInstall

ssr-url-parser

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ssr-url-parser

A tiny CLI tool for parsing SSR url to plain text.


Maintainers
1

Readme

ssr_url_parser

A tiny CLI tool for parsing SSR url to plain text.

  1. Installation:

    • Use pip
      pip install ssr-url-parser
      
  2. Usage:

    • If you want to use it in terminal.
      ssr-parse "ssr://a-valid-ssr-url-......"
      
    • If you want to parse the ssr url in your own application.
      from ssr_url_parser import parse_ssr_url
      
      parsed = parse_ssr_url("ssr://a-valid-ssr-url-......")
      

FAQs


Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc