simpler-robot
                                
                                
                                
                                    simpler-robot copied to clipboard
                            
                            
                            
                        Simple Robot,一个bot风格的Kotlin多平台事件调度框架,异步高效、Java友好!/ A Bot-style Kotlin Multiplatform event scheduling framework, asynchronous and high-performance, java-friendly! 🐱😼😻😸
Bumps `ktor` from 2.3.11 to 2.3.12. Updates `io.ktor:ktor-io` from 2.3.11 to 2.3.12 Commits See full diff in compare view Updates `io.ktor:ktor-http` from 2.3.11 to 2.3.12 Commits See full diff in...
Bumps `ksp` from 2.0.20-1.0.25 to 2.0.21-1.0.26. Updates `com.google.devtools.ksp:symbol-processing-api` from 2.0.20-1.0.25 to 2.0.21-1.0.26 Release notes Sourced from com.google.devtools.ksp:symbol-processing-api's releases. 2.0.21-1.0.26 Bugs Fixed A failure occurred while executing com.google.devtools.ksp.gradle.KspAAWorkerAction #1968 [KSP2] default...
Bumps [com.squareup:kotlinpoet-ksp](https://github.com/square/kotlinpoet) from 1.18.1 to 2.0.0. Release notes Sourced from com.squareup:kotlinpoet-ksp's releases. 2.0.0 Thanks to @brokenhappy, @tajobe, @niyajali, @ForteScarlet for contributing to this release. This release is source- and binary-compatible...
v5.0
等待: - [x] ktor 3.0 (对组件影响较大,核心库实际上没太大影响(只影响 `simbot-common-ktor-inputfile` )) - [ ] [kotlinx-io](https://github.com/Kotlin/kotlinx-io/) 稳定 ( [Stabilize the kotlinx-io library](https://youtrack.jetbrains.com/issue/KT-71300) ) - [ ] 籍此更新所有跟文件、IO相关的API - [x] 其实已经在 4.7.0 里开始用了 - [...
### 是否会提供贡献? 不确定 ### 建议描述 TG的BOT API的请求格式是[https://api.telegram.org/bot(token)/METHOD_NAME](url), 在token的前面需要加上bot标识,否则会出现请求失败的问题.  所以后端请求的API应该在token的前面加上bot标识,或者在文档中引导用户在token配置前添加bot标识 如下 (显然这不是一个好办法  添加后启动正常无报错可以成功监听到信息 
统一的文件接口
### 建议描述 我想给机器人开发一个下载、处理文件并上传的功能。但是似乎框架没有提供统一文件处理的接口,而且各个平台对文件的实现也比较独立,对每个平台分别处理也比较费劲。希望能够有一个统一的文件接口,可以用来下载和上传文件。