写的一些golang库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RealXLFD 3c30580395 emm 2 months ago
cli add a lot 2 months ago
cliapps fix ffmpeg.go 2 months ago
net emm 2 months ago
proc add 2 months ago
test add 2 months ago
utils add a lot 2 months ago
.gitignore big change 3 months ago
README.MD add a lot 2 months ago
go.mod add a lot 2 months ago
go.sum add a lot 2 months ago

README.MD

RealXLFD 的 Go 工具库(自用)

优势

  • 没有

说明

  • cli 命令行工具

    • git.realxlfd.cc/RealXLFD/cli/ui 一些通用配置
    • git.realxlfd.cc/RealXLFD/cli/spinner spinner,兼容 cui
    • git.realxlfd.cc/RealXLFD/cli/logger 日志
  • cliapps 命令行应用的 Go 绑定

    • git.realxlfd.cc/RealXLFD/ffmpeg ffmpeg cli 的 Go 绑定
    • git.realxlfd.cc/RealXLFD/vips vips cli 的 Go 绑定
  • net 网络工具

    • apis 一些网络应用程序 API 的 Go 绑定
      • git.realxlfd.cc/RealXLFD/net/apis/tmdb The Movie Database API 的 Go 绑定,内置了 Web 爬虫
        • git.realxlfd.cc/RealXLFD/net/apis/openai OpenAI API 的 Go 绑定
        • git.realxlfd.cc/RealXLFD/net/apis/skysnow 天雪站爬虫 (开发中)
    • utils 网络通用工具
      • git.realxlfd.cc/RealXLFD/net/utils/cookie 用于反序列化 Set-Cookie 标头或者序列化 Cookie
      • git.realxlfd.cc/RealXLFD/net/utils/crawler 基于 ChromeWebDriver 和 Selenium 的自动化工具
      • git.realxlfd.cc/RealXLFD/net/utils/urlbuilder URL 构建器
    • apps
      • git.realxlfd.cc/RealXLFD/net/apps/multithread_downloader 多线程下载器
      • git.realxlfd.cc/RealXLFD/net/apps/reverse_proxy 反向代理
  • utils 一般通用工具

    • git.realxlfd.cc/RealXLFD/utils/file/str 高级字符串序列处理
    • file 文件操作
      • git.realxlfd.cc/RealXLFD/utils/file/dcom 多密码解压缩工具
      • git.realxlfd.cc/RealXLFD/utils/file/gozip zip 压缩
      • git.realxlfd.cc/RealXLFD/utils/file/fscan 文件扫描器
      • git.realxlfd.cc/RealXLFD/utils/file/fos 文件操作 (移动、拷贝、删除空文件夹...)
  • proc 处理流

    • git.realxlfd.cc/RealXLFD/utils/threadpool 线程池