upaste-rs: 一个 Ubuntu Pastebin 的命令行程序

简介

UPaste-Rs 是一个命令行应用程序,允许您更快速的、直接在终端上创建 Paste

用法

upaste-rs [选项] [文本]

参数:
  [文本]  将要提交的文本

Options:
  -s, --syntax <SYNTAX>          语法高亮类型 [默认: text]
  -e, --expiration <EXPIRATION>  过期时间 [默认: ]
  -p, --poster <POSTER>          Ubuntu Pastebin 用户名
  -h, --help                     查看帮助
  -V, --version                  查看版本
不指定文本时,将从系统默认编辑器输入

许可证

upaste-rs - A CLI Application for Ubuntu PasteBin
Copyright (C) 2024  XiaoDeng3386, Shirasawa-CN

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

OneDisc: Discord 平台的 OneBot 实现

简介

OneDisc 是一个 Discord 平台的开源 OneBot 实现

在 Discord 上实现了 OneBot V11 / V12 标准,并做了一些拓展

理论支持连接 NoneBot2、koishi 等所有支持 OneBot V11 / V12 标准的框架

使用

快速开始

性能

内存占用约 70MB1,稳定运行无报错


  1. 启用了心跳事件、合并转发转图片等功能,所以内存占用偏大

IT Craft QCli

属性
仓库名This-is-XiaoDeng/qcli
简介能运行在 Linux TTY 中的第三方 QQ
许可证GPL-3.0 license

README.md

一款能正常运行在 Linux TTY 中的第三方 QQ

搭建步骤

  1. 克隆仓库
  2. 安装 Python3
  3. 安装依赖库
  4. 修改程序配置
  5. 启动程序

提示:如果您不是Linux x86_64系统,需要您自行前往go-cqhttp官网下载对应系统的go-cqhttp并放入go-cqhttp/中!

许可证

IT Craft QCLI
Copyright (C) 2022 This is XiaoDeng

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

View on GitHub

XDChat Release 1.2.0

属性
项目名XDChat
版本Release 1.2.0
仓库GitHub

简介

一个简单的跨平台聊天软件

依赖

  1. Python3
  2. rich

运行

git clone https://github.com/This-is-XiaoDeng/XDChat.git
cd XDChat
python3 -m pip install rich
python3 ./main.py

免责声明

禁止将 XDChat 用于违法违规用途,否则本人不会承担因此产生的任何责任

This-is-XiaoDeng/XDChat

PyPiSearch

项目名PyPiSearch
版本v1.0
GitHubThis-is-XiaoDeng/PyPiSearch

简介

这是一个 PyPi 搜索程序,一定程度上解决了 pip 不支持搜包的问题

依赖

  1. Python3
  2. rich
  3. requests

使用方法

git clone https://github.com/This-is-XiaoDeng/PyPiSearch.git
pip install rich requests
python3 main.py

温馨提示

  1. 程序启动后根据提示输入关键词并回车即可搜索
  2. 搜索速度由包数量和网速决定
  3. GitHub 上还提供了 Linux x86_64 的二进制可执行程序