Skip to main content

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

Project description

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-......")
      

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ssr_url_parser-0.1.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

ssr_url_parser-0.1-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page