📅  最后修改于: 2023-12-03 14:47:42.275000             🧑  作者: Mango
'sss' 是一个开源的短链接服务,提供短网址的生成、管理、分享等功能。它由Python语言编写,使用Flask Web框架,支持MySQL、SQLite、PostgreSQL等多种数据库。
pip install sss
在Python代码中使用:
from sss import create_app
app = create_app()
# your code here
通过命令行使用:
$ sss --help
Usage: sss [OPTIONS]
Options:
-c, --config TEXT Config file path.
--version Show the version and exit.
--help Show this message and exit.
更多文档请参考官方文档:https://sss.rtfd.io
欢迎提出ISSUE或PR,我们会尽快处理。
MIT License (c) 2021 sss developers.