Skip to content

tyong920/ssr_url_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:https://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:https://a-valid-ssr-url-......")

About

A tiny cli tool for parsing SSR url to plain text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages