Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 859 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 859 Bytes

smms-cli

PyPI PyPI - License

A command line HTTP client of https://sm.ms

Usage

$ smms -h
usage: smms [-h] [-f FILENAME] [-o OUTPUT] method

A simple command line HTTP client of https://sm.ms

positional arguments:
  method                API method: [upload | delete | getprofile | gethistory]

optional arguments:
  -h, --help            show this help message and exit
  -f FILENAME, --filename FILENAME
                        used with [upload | delete], select image to be uploaded or deleted
  -o OUTPUT, --output OUTPUT
                        used with upload, specify the output format: [json | md | url], default is json

Links