mirror of
https://github.com/InsanusMokrassar/PlaguBot.git
synced 2025-12-17 19:56:06 +00:00
Compare commits
129 Commits
a0f9e31b04
...
v3.2.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 399fcb8466 | |||
| 477d83e31b | |||
| e761f84023 | |||
| caca21fac9 | |||
| 4f2934fbae | |||
| 8c3c52c92b | |||
| 779b56394a | |||
| 3b11cdc2c6 | |||
| 1a823cda6f | |||
| 6a29264caf | |||
| 4d32de8c2f | |||
| f7cce657a8 | |||
| a4ca827a5c | |||
| 224107e35e | |||
| 9efebd027d | |||
| 841156e8b5 | |||
| ab4d06a44c | |||
| 0766bf7d76 | |||
| f7c7e338e2 | |||
| 6a4fed07ee | |||
| 88f5fbfd18 | |||
| f644817c04 | |||
| 8a8eb3c3b7 | |||
| 8cb68495c9 | |||
| 6f2c922edf | |||
| 5895335031 | |||
| 5f25250bcc | |||
| f0d2a6d39d | |||
| 3e4dc1fdb0 | |||
| 55012eacec | |||
| c64314fa11 | |||
| f0b7ae7325 | |||
| 4ade949593 | |||
| 2a9342e4c7 | |||
| 7d57ceafaa | |||
| 823a53d5aa | |||
| c1889ceff0 | |||
| 40c4ae128f | |||
| 0f59009300 | |||
| a273f1117f | |||
| c8bb5e1195 | |||
| fbd98d67a9 | |||
| 2350555fbb | |||
| 4130f98caa | |||
| f8161c34a7 | |||
| 6fe333e437 | |||
| 5806fa1c31 | |||
| 2ff712327f | |||
| 72e8e35e3f | |||
| 030f9546f2 | |||
| 1b3c479766 | |||
| dcfb66ef6c | |||
| 763718716d | |||
| dfbc7be6f2 | |||
| ab0578b312 | |||
| 7b502e073d | |||
| 137a6c1c26 | |||
| 74f1ad496e | |||
| e4a1e1f0be | |||
| 7286cf401b | |||
| cdf94ec2eb | |||
| 5bfabfa284 | |||
| ec2852beb0 | |||
| 6c2cfbf06f | |||
| caa028b799 | |||
| 53667fa8b8 | |||
| 81ca68dc06 | |||
| 6f74e6b4cb | |||
| 7dad3581f1 | |||
| 751e9aa66c | |||
| 08b797bbc2 | |||
| fa00d11a39 | |||
| 1ba3953dfa | |||
| af86a64a48 | |||
| 60fe1b5df9 | |||
| c50b35c66b | |||
| b309d6c946 | |||
| 4f2b0aa40c | |||
| 2d38292b55 | |||
| e177f3e47a | |||
| 2872395045 | |||
| e49302b750 | |||
| 60dac2067a | |||
| fc1888923f | |||
| 703d3b1d64 | |||
| 34383c1f82 | |||
| 9ec5303aed | |||
| 351f6e59e1 | |||
| d4bc89eb2f | |||
| 00b8197b71 | |||
| a090b4f13f | |||
| b377b5ed4f | |||
| dde3317323 | |||
| 40de085f26 | |||
| ce5b98d6c8 | |||
| 058c239690 | |||
| 43d49ac3cd | |||
| b0fbcfd54f | |||
| 8f726cee82 | |||
| 998968a9c1 | |||
| d8d1860c5a | |||
| 7ffd5a1433 | |||
| 05e2ec1c0d | |||
| 819ed7720a | |||
| c99e4ee188 | |||
| a408cc5099 | |||
| f1d3f48a6b | |||
| 2777a260ae | |||
| 155b9865a8 | |||
| ecc17e50b9 | |||
| ffafee3f43 | |||
| b99bb9ee64 | |||
| 0dff596926 | |||
| e0a19bb5e5 | |||
| 5ec1c8c55f | |||
| 37fd9f39d3 | |||
| f9f56f6afb | |||
| 343c26a7f1 | |||
| 1b5361eb28 | |||
| 511ec904e9 | |||
| a3f59087e0 | |||
| 492c04e25f | |||
| 6b017c129f | |||
| 93829d3e0d | |||
| a5e7ac180d | |||
| 77ba1d686c | |||
| dec27b1c34 | |||
| 11c5a38b72 | |||
| 9521217765 |
0
.fleet/settings.json
Normal file
0
.fleet/settings.json
Normal file
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -8,9 +8,9 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up JDK 1.8
|
- name: Set up JDK 11
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 1.8
|
java-version: 11
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./gradlew build
|
run: ./gradlew build
|
||||||
|
|||||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -10,5 +10,7 @@ build/
|
|||||||
out/
|
out/
|
||||||
|
|
||||||
local.properties
|
local.properties
|
||||||
|
local.*
|
||||||
|
local.*/
|
||||||
config.json
|
config.json
|
||||||
secret.gradle
|
secret.gradle
|
||||||
|
|||||||
224
CHANGELOG.md
224
CHANGELOG.md
@@ -1,7 +1,231 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 3.2.0
|
||||||
|
|
||||||
|
* `Versions`:
|
||||||
|
* `kotlin`: `1.7.22`
|
||||||
|
* `tgbotapi`: `4.2.0`
|
||||||
|
* `microutils`: `0.15.0`
|
||||||
|
* `kslog`: `0.5.4`
|
||||||
|
* `sqlite`: `3.40.0.0`
|
||||||
|
|
||||||
|
## 3.1.4
|
||||||
|
|
||||||
|
* `Versions`:
|
||||||
|
* `tgbotapi`: `4.1.3`
|
||||||
|
* `microutils`: `0.14.4`
|
||||||
|
|
||||||
|
## 3.1.3
|
||||||
|
|
||||||
|
* `Versions`:
|
||||||
|
* `tgbotapi`: `4.1.2`
|
||||||
|
|
||||||
|
## 3.1.2
|
||||||
|
|
||||||
|
* `Versions`:
|
||||||
|
* `microutils`: `0.14.2`
|
||||||
|
* `exposed`: `0.41.1`
|
||||||
|
|
||||||
|
## 3.1.1
|
||||||
|
|
||||||
|
* `Versions`:
|
||||||
|
* `tgbotapi`: `4.1.1`
|
||||||
|
|
||||||
|
## 3.1.0
|
||||||
|
|
||||||
|
* `Versions`:
|
||||||
|
* `kotlin`: `1.7.21`
|
||||||
|
* `microutils`: `0.14.1`
|
||||||
|
* `tgbotapi`: `4.1.0`
|
||||||
|
* `klock`: `3.4.0`
|
||||||
|
* `uuid`: `0.6.0`
|
||||||
|
|
||||||
|
## 3.0.0
|
||||||
|
|
||||||
|
* `Versions`:
|
||||||
|
* `microutils`: `0.14.0`
|
||||||
|
* `tgbotapi`: `4.0.0`
|
||||||
|
* `kslog`: `0.5.3`
|
||||||
|
* `exposed`: `0.40.1`
|
||||||
|
* `klock`: `3.3.1`
|
||||||
|
|
||||||
|
## 2.4.1
|
||||||
|
|
||||||
|
* `Versions`:
|
||||||
|
* `microutils`: `0.13.2`
|
||||||
|
* `tgbotapi`: `3.3.1`
|
||||||
|
* `klock`: `3.3.0`
|
||||||
|
* `ktor`: `2.1.3`
|
||||||
|
* `koin`: `3.2.2`
|
||||||
|
|
||||||
|
## 2.4.0
|
||||||
|
|
||||||
|
* `Versions`:
|
||||||
|
* `kotlin`: `1.7.20`
|
||||||
|
* `serialization`: `1.4.1`
|
||||||
|
* `tgbotapi`: `3.3.0`
|
||||||
|
* `microutils`: `0.13.1`
|
||||||
|
* `klock`: `3.2.0`
|
||||||
|
* `ktor`: `2.1.2`
|
||||||
|
|
||||||
|
## 2.3.4
|
||||||
|
|
||||||
|
* `Versions`:
|
||||||
|
* `tgbotapi`: `3.2.7`
|
||||||
|
* `microutils`: `0.12.16`
|
||||||
|
|
||||||
|
## 2.3.3
|
||||||
|
|
||||||
|
* `Versions`:
|
||||||
|
* `tgbotapi`: `3.2.6`
|
||||||
|
* `sqlite`: `3.39.3.0`
|
||||||
|
|
||||||
|
## 2.3.2
|
||||||
|
|
||||||
|
* `Versions`:
|
||||||
|
* `tgbotapi`: `3.2.3`
|
||||||
|
* `microutils`: `0.12.13`
|
||||||
|
* `kslog`: `0.5.2`
|
||||||
|
|
||||||
|
## 2.3.1
|
||||||
|
|
||||||
|
* `Versions`:
|
||||||
|
* `klock`: `3.1.0`
|
||||||
|
* `tgbotapi`: `3.2.1`
|
||||||
|
* `microutils`: `0.12.11`
|
||||||
|
* `ktor`: `2.1.1`
|
||||||
|
|
||||||
|
## 2.3.0
|
||||||
|
|
||||||
|
* `Bot`:
|
||||||
|
* Add option `reconnectOptions` in database config
|
||||||
|
|
||||||
|
## 2.2.0
|
||||||
|
|
||||||
|
* `Versions`:
|
||||||
|
* `serialization`: `1.4.0`
|
||||||
|
* `tgbotapi`: `3.2.0`
|
||||||
|
* `microutils`: `0.12.4`
|
||||||
|
* `kslog`: `0.5.1`
|
||||||
|
|
||||||
|
## 2.1.1
|
||||||
|
|
||||||
|
* `Bot`:
|
||||||
|
* Now it is possible to get bot from `koin`
|
||||||
|
|
||||||
|
## 2.1.0
|
||||||
|
|
||||||
|
* `Versions`:
|
||||||
|
* `tgbotapi`: `3.1.1`
|
||||||
|
* `ktor`: `2.1.0`
|
||||||
|
* `microutils`: `0.12.1`
|
||||||
|
* `Plugins`:
|
||||||
|
* New fum of `Plugin` with `BehaviourContextWithFSM` receiver
|
||||||
|
* `Bot`:
|
||||||
|
* Now bot uses `buildBehaviourWithFSM` to be able to setup bot with FSM
|
||||||
|
|
||||||
|
## 2.0.0
|
||||||
|
|
||||||
|
* `Versions`:
|
||||||
|
* `kotlin`: `1.7.10`
|
||||||
|
* `serialization`: `1.4.0-RC`
|
||||||
|
* `tgbotapi`: `3.0.2`
|
||||||
|
* `kslog`: `0.5.0`
|
||||||
|
* `uuid`: `0.5.0`
|
||||||
|
* `exposed`: `0.39.2`
|
||||||
|
* `microutils`: `0.12.0`
|
||||||
|
|
||||||
|
## 1.4.1
|
||||||
|
|
||||||
|
* `Versions`:
|
||||||
|
* `tgbotapi`: `2.2.2`
|
||||||
|
* `kslog`: `0.4.2`
|
||||||
|
|
||||||
|
## 1.4.0
|
||||||
|
|
||||||
|
* `Versions`:
|
||||||
|
* `kslog`: `0.4.1`
|
||||||
|
|
||||||
|
## 1.3.1
|
||||||
|
|
||||||
|
* `Versions`:
|
||||||
|
* `tgbotapi`: `2.2.1`
|
||||||
|
* `microutils`: `0.11.13`
|
||||||
|
|
||||||
|
## 1.3.0
|
||||||
|
|
||||||
|
* `Versions`
|
||||||
|
* `tgbotapi`: `2.2.0`
|
||||||
|
|
||||||
|
## 1.2.3
|
||||||
|
|
||||||
|
* `Versions`
|
||||||
|
* `tgbotapi`: `2.1.3`
|
||||||
|
|
||||||
|
## 1.2.2
|
||||||
|
|
||||||
|
* `Versions`
|
||||||
|
* `tgbotapi`: `2.1.2`
|
||||||
|
* `microutils`: `0.11.12`
|
||||||
|
* `coroutines`: `1.6.3`
|
||||||
|
* `ktor`: `2.0.3`
|
||||||
|
|
||||||
|
## 1.2.1
|
||||||
|
|
||||||
|
* `Versions`
|
||||||
|
* `tgbotapi`: `2.1.1`
|
||||||
|
* `microutils`: `0.11.6`
|
||||||
|
* `kslog`: `0.3.2`
|
||||||
|
|
||||||
|
## 1.2.0
|
||||||
|
|
||||||
|
* `Versions`
|
||||||
|
* `tgbotapi`: `2.1.0`
|
||||||
|
|
||||||
|
## 1.1.2
|
||||||
|
|
||||||
|
* `Versions`
|
||||||
|
* `tgbotapi`: `2.0.3`
|
||||||
|
* `microutils`: `0.11.3`
|
||||||
|
* `kslog`: `0.3.1`
|
||||||
|
* `Plugin`:
|
||||||
|
* Now it is possible to use `object`s of plugins instead of classes
|
||||||
|
|
||||||
|
## 1.1.1
|
||||||
|
|
||||||
|
* `Versions`
|
||||||
|
* `coroutines`: `1.6.2`
|
||||||
|
* `tgbotapi`: `2.0.2`
|
||||||
|
* `microutils`: `0.11.0`
|
||||||
|
* `ktor`: `2.0.2`
|
||||||
|
* `uuid`: `0.4.1`
|
||||||
|
|
||||||
|
## 1.1.0
|
||||||
|
|
||||||
|
* `Versions`
|
||||||
|
* `tgbotapi`: `2.0.0`
|
||||||
|
* `microutils`: `0.10.5`
|
||||||
|
* `Plugin`:
|
||||||
|
* All plugins will be loaded in parallel
|
||||||
|
|
||||||
## 1.0.0
|
## 1.0.0
|
||||||
|
|
||||||
|
* `Versions`
|
||||||
|
* `kotlin`: `1.6.21`
|
||||||
|
* `coroutines`: `1.6.1`
|
||||||
|
* `serialization`: `1.3.3`
|
||||||
|
* `exposed`: `0.38.2`
|
||||||
|
* `tgbotapi`: `1.1.0`
|
||||||
|
* `microutils`: `0.10.4`
|
||||||
|
* `Common`:
|
||||||
|
* ___ALL THE SDI/KLASSINDEX FUNCTIONALITY HAS BEEN REMOVED___
|
||||||
|
* `Plugin`:
|
||||||
|
* Now plugins must have empty constructor
|
||||||
|
* Now plugins may provide realization of two methods: `setupDI` and `setupBotPlugin`
|
||||||
|
* `PlaguBot`:
|
||||||
|
* `Config` now is simple serializable `data class`
|
||||||
|
* `PlaguBot` now is more simple as a plugin
|
||||||
|
|
||||||
## 0.5.1
|
## 0.5.1
|
||||||
|
|
||||||
* `Versions`
|
* `Versions`
|
||||||
|
|||||||
25
README.md
25
README.md
@@ -16,3 +16,28 @@ You can create your bot using
|
|||||||
|
|
||||||
That is a set of libraries for plagubots. Look at the
|
That is a set of libraries for plagubots. Look at the
|
||||||
[PlaguBot Plugin template](https://insanusmokrassar.github.io/PlaguBotPluginTemplate/) to find how to create your bot.
|
[PlaguBot Plugin template](https://insanusmokrassar.github.io/PlaguBotPluginTemplate/) to find how to create your bot.
|
||||||
|
|
||||||
|
### Technical help
|
||||||
|
|
||||||
|
In this bot has been used variant with FSM. That means that you may use all the [Behaviour Builder with FSM](https://bookstack.inmo.dev/books/telegrambotapi/page/behaviour-builder-with-fsm) functionality. In case you wish to setup states repo, you should use the next code in the `setupDI` of your plugin:
|
||||||
|
|
||||||
|
```kotlin
|
||||||
|
single<StatesManager<State>> {
|
||||||
|
// setup your manager and return here
|
||||||
|
// Default is:
|
||||||
|
DefaultStatesManager(
|
||||||
|
InMemoryDefaultStatesManagerRepo()
|
||||||
|
)
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
Besides, you may setup handling errors lambda in the same function:
|
||||||
|
|
||||||
|
```kotlin
|
||||||
|
single<StateHandlingErrorHandler<State>> {
|
||||||
|
{ state, e ->
|
||||||
|
logger.eS(e) { "Unable to handle state $state" } // logging by default
|
||||||
|
null // you should return new state or null, default callback will return null
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|||||||
@@ -16,7 +16,9 @@ dependencies {
|
|||||||
api libs.jb.exposed.jdbc
|
api libs.jb.exposed.jdbc
|
||||||
|
|
||||||
api libs.tgbotapi
|
api libs.tgbotapi
|
||||||
|
api libs.tgbotapi.behaviourBuilder.fsm
|
||||||
api libs.microutils.repos.exposed
|
api libs.microutils.repos.exposed
|
||||||
|
api libs.kslog
|
||||||
|
|
||||||
api libs.sqlite
|
api libs.sqlite
|
||||||
|
|
||||||
|
|||||||
@@ -49,14 +49,32 @@ publishing {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
|
if (project.hasProperty('GITEA_TOKEN') || System.getenv('GITEA_TOKEN') != null) {
|
||||||
|
maven {
|
||||||
|
name = "Gitea"
|
||||||
|
url = uri("https://git.inmo.dev/api/packages/InsanusMokrassar/maven")
|
||||||
|
|
||||||
|
credentials(HttpHeaderCredentials) {
|
||||||
|
name = "Authorization"
|
||||||
|
value = project.hasProperty('GITEA_TOKEN') ? project.property('GITEA_TOKEN') : System.getenv('GITEA_TOKEN')
|
||||||
|
}
|
||||||
|
|
||||||
|
authentication {
|
||||||
|
header(HttpHeaderAuthentication)
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
if ((project.hasProperty('SONATYPE_USER') || System.getenv('SONATYPE_USER') != null) && (project.hasProperty('SONATYPE_PASSWORD') || System.getenv('SONATYPE_PASSWORD') != null)) {
|
if ((project.hasProperty('SONATYPE_USER') || System.getenv('SONATYPE_USER') != null) && (project.hasProperty('SONATYPE_PASSWORD') || System.getenv('SONATYPE_PASSWORD') != null)) {
|
||||||
maven {
|
maven {
|
||||||
name = "sonatype"
|
name = "sonatype"
|
||||||
url = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2/")
|
url = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2/")
|
||||||
|
|
||||||
credentials {
|
credentials {
|
||||||
username = project.hasProperty('SONATYPE_USER') ? project.property('SONATYPE_USER') : System.getenv('SONATYPE_USER')
|
username = project.hasProperty('SONATYPE_USER') ? project.property('SONATYPE_USER') : System.getenv('SONATYPE_USER')
|
||||||
password = project.hasProperty('SONATYPE_PASSWORD') ? project.property('SONATYPE_PASSWORD') : System.getenv('SONATYPE_PASSWORD')
|
password = project.hasProperty('SONATYPE_PASSWORD') ? project.property('SONATYPE_PASSWORD') : System.getenv('SONATYPE_PASSWORD')
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
{"licenses":[{"id":"Apache-2.0","title":"Apache Software License 2.0","url":"https://github.com/InsanusMokrassar/PlaguBot/LICENSE"}],"mavenConfig":{"name":"PlaguBot Bot","description":"Base PlaguBot project","url":"https://github.com/InsanusMokrassar/PlaguBot","vcsUrl":"ssh://git@github.com/InsanusMokrassar/PlaguBot.git","developers":[{"id":"InsanusMokrassar","name":"Aleksei Ovsiannikov","eMail":"ovsyannikov.alexey95@gmail.com"}],"repositories":[{"name":"sonatype","url":"https://oss.sonatype.org/service/local/staging/deploy/maven2/"}],"gpgSigning":{"type":"dev.inmo.kmppscriptbuilder.core.models.GpgSigning.Optional"}},"type":"JVM"}
|
{"licenses":[{"id":"Apache-2.0","title":"Apache Software License 2.0","url":"https://github.com/InsanusMokrassar/PlaguBot/LICENSE"}],"mavenConfig":{"name":"PlaguBot Bot","description":"Base PlaguBot project","url":"https://github.com/InsanusMokrassar/PlaguBot","vcsUrl":"ssh://git@github.com/InsanusMokrassar/PlaguBot.git","developers":[{"id":"InsanusMokrassar","name":"Aleksei Ovsiannikov","eMail":"ovsyannikov.alexey95@gmail.com"}],"repositories":[{"name":"Gitea","url":"https://git.inmo.dev/api/packages/InsanusMokrassar/maven","credsType":{"type":"dev.inmo.kmppscriptbuilder.core.models.MavenPublishingRepository.CredentialsType.HttpHeaderCredentials","headerName":"Authorization","headerValueProperty":"GITEA_TOKEN"}},{"name":"sonatype","url":"https://oss.sonatype.org/service/local/staging/deploy/maven2/"}],"gpgSigning":{"type":"dev.inmo.kmppscriptbuilder.core.models.GpgSigning.Optional"}},"type":"JVM"}
|
||||||
@@ -1,8 +1,11 @@
|
|||||||
package dev.inmo.plagubot
|
package dev.inmo.plagubot
|
||||||
|
|
||||||
import dev.inmo.plagubot.config.*
|
import dev.inmo.kslog.common.KSLog
|
||||||
import kotlinx.coroutines.*
|
import dev.inmo.kslog.common.i
|
||||||
|
import dev.inmo.plagubot.config.Config
|
||||||
|
import dev.inmo.plagubot.config.defaultJsonFormat
|
||||||
import kotlinx.serialization.InternalSerializationApi
|
import kotlinx.serialization.InternalSerializationApi
|
||||||
|
import kotlinx.serialization.json.jsonObject
|
||||||
import java.io.File
|
import java.io.File
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -10,9 +13,13 @@ import java.io.File
|
|||||||
*/
|
*/
|
||||||
@InternalSerializationApi
|
@InternalSerializationApi
|
||||||
suspend fun main(args: Array<String>) {
|
suspend fun main(args: Array<String>) {
|
||||||
|
KSLog.default = KSLog("PlaguBot")
|
||||||
val (configPath) = args
|
val (configPath) = args
|
||||||
val file = File(configPath)
|
val file = File(configPath)
|
||||||
val config = configAndPluginsConfigJsonFormat.decodeFromString(PluginsConfigurationSerializer, file.readText()) as Config
|
KSLog.i("Start read config from ${file.absolutePath}")
|
||||||
|
val json = defaultJsonFormat.parseToJsonElement(file.readText()).jsonObject
|
||||||
|
val config = defaultJsonFormat.decodeFromJsonElement(Config.serializer(), json)
|
||||||
|
KSLog.i("Config has been read")
|
||||||
|
|
||||||
PlaguBot(config).start().join()
|
PlaguBot(json, config).start().join()
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,16 +1,65 @@
|
|||||||
package dev.inmo.plagubot
|
package dev.inmo.plagubot
|
||||||
|
|
||||||
import dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext
|
import dev.inmo.kslog.common.*
|
||||||
|
import dev.inmo.micro_utils.fsm.common.State
|
||||||
|
import dev.inmo.plagubot.HelloPlugin.setupBotPlugin
|
||||||
|
import dev.inmo.tgbotapi.extensions.api.bot.getMe
|
||||||
|
import dev.inmo.tgbotapi.extensions.api.send.reply
|
||||||
|
import dev.inmo.tgbotapi.extensions.api.send.sendMessage
|
||||||
|
import dev.inmo.tgbotapi.extensions.behaviour_builder.*
|
||||||
|
import dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitText
|
||||||
|
import dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitTextMessage
|
||||||
|
import dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onCommand
|
||||||
|
import dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onUnhandledCommand
|
||||||
|
import dev.inmo.tgbotapi.types.IdChatIdentifier
|
||||||
|
import kotlinx.coroutines.flow.first
|
||||||
import kotlinx.serialization.SerialName
|
import kotlinx.serialization.SerialName
|
||||||
import kotlinx.serialization.Serializable
|
import kotlinx.serialization.Serializable
|
||||||
|
import kotlinx.serialization.json.Json
|
||||||
|
import kotlinx.serialization.json.JsonObject
|
||||||
import org.jetbrains.exposed.sql.Database
|
import org.jetbrains.exposed.sql.Database
|
||||||
|
import org.koin.core.Koin
|
||||||
|
import org.koin.core.module.Module
|
||||||
|
|
||||||
@Serializable
|
@Serializable
|
||||||
@SerialName("Hello")
|
@SerialName("Hello")
|
||||||
data class HelloPlugin(
|
object HelloPlugin : Plugin {
|
||||||
val parameter: String
|
@Serializable
|
||||||
) : Plugin {
|
data class HelloPluginConfig(
|
||||||
override suspend fun BehaviourContext.invoke(database: Database) {
|
val print: String
|
||||||
println(parameter)
|
)
|
||||||
|
|
||||||
|
override fun Module.setupDI(database: Database, params: JsonObject) {
|
||||||
|
single {
|
||||||
|
get<Json>().decodeFromJsonElement(HelloPluginConfig.serializer(), params["helloPlugin"] ?: return@single null)
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private sealed interface InternalFSMState : State {
|
||||||
|
override val context: IdChatIdentifier
|
||||||
|
data class DidntSaidHello(override val context: IdChatIdentifier) : InternalFSMState
|
||||||
|
data class SaidHelloOnce(override val context: IdChatIdentifier) : InternalFSMState
|
||||||
|
}
|
||||||
|
|
||||||
|
override suspend fun BehaviourContextWithFSM<State>.setupBotPlugin(koin: Koin) {
|
||||||
|
val toPrint = koin.getOrNull<HelloPluginConfig>() ?.print ?: "Hello :)"
|
||||||
|
logger.d { toPrint }
|
||||||
|
logger.dS { getMe().toString() }
|
||||||
|
onCommand("hello_world") {
|
||||||
|
startChain(InternalFSMState.DidntSaidHello(it.chat.id))
|
||||||
|
}
|
||||||
|
|
||||||
|
strictlyOn { state: InternalFSMState.DidntSaidHello ->
|
||||||
|
sendMessage(state.context, toPrint)
|
||||||
|
InternalFSMState.SaidHelloOnce(state.context)
|
||||||
|
}
|
||||||
|
|
||||||
|
strictlyOn { state: InternalFSMState.SaidHelloOnce ->
|
||||||
|
val message = waitTextMessage().first()
|
||||||
|
reply(message, "Sorry, I can answer only this: $toPrint")
|
||||||
|
InternalFSMState.SaidHelloOnce(state.context)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,53 +1,123 @@
|
|||||||
package dev.inmo.plagubot
|
package dev.inmo.plagubot
|
||||||
|
|
||||||
import dev.inmo.micro_utils.coroutines.safelyWithoutExceptions
|
import dev.inmo.kslog.common.*
|
||||||
|
import dev.inmo.micro_utils.common.Warning
|
||||||
|
import dev.inmo.micro_utils.coroutines.runCatchingSafely
|
||||||
|
import dev.inmo.micro_utils.fsm.common.State
|
||||||
|
import dev.inmo.micro_utils.fsm.common.StatesManager
|
||||||
|
import dev.inmo.micro_utils.fsm.common.managers.*
|
||||||
import dev.inmo.plagubot.config.*
|
import dev.inmo.plagubot.config.*
|
||||||
import dev.inmo.tgbotapi.bot.ktor.telegramBot
|
import dev.inmo.tgbotapi.bot.ktor.telegramBot
|
||||||
import dev.inmo.tgbotapi.extensions.api.bot.setMyCommands
|
import dev.inmo.tgbotapi.extensions.api.webhook.deleteWebhook
|
||||||
import dev.inmo.tgbotapi.extensions.behaviour_builder.*
|
import dev.inmo.tgbotapi.extensions.behaviour_builder.*
|
||||||
import dev.inmo.tgbotapi.types.BotCommand
|
import dev.inmo.tgbotapi.extensions.utils.updates.retrieving.startGettingOfUpdatesByLongPolling
|
||||||
import dev.inmo.tgbotapi.types.botCommandsLimit
|
|
||||||
import kotlinx.coroutines.*
|
import kotlinx.coroutines.*
|
||||||
import kotlinx.serialization.Serializable
|
import kotlinx.serialization.Serializable
|
||||||
import kotlinx.serialization.Transient
|
import kotlinx.serialization.Transient
|
||||||
|
import kotlinx.serialization.json.JsonObject
|
||||||
import org.jetbrains.exposed.sql.Database
|
import org.jetbrains.exposed.sql.Database
|
||||||
|
import org.koin.core.Koin
|
||||||
|
import org.koin.core.KoinApplication
|
||||||
|
import org.koin.core.context.GlobalContext
|
||||||
|
import org.koin.core.module.Module
|
||||||
|
import org.koin.core.scope.Scope
|
||||||
|
import org.koin.dsl.module
|
||||||
|
|
||||||
const val DefaultPlaguBotParamsKey = "plagubot"
|
val Scope.plagubot: PlaguBot
|
||||||
val Map<String, Any>.plagubot
|
get() = get()
|
||||||
get() = get(DefaultPlaguBotParamsKey) as? PlaguBot
|
|
||||||
|
|
||||||
|
val Koin.plagubot: PlaguBot
|
||||||
|
get() = get()
|
||||||
|
|
||||||
|
@OptIn(Warning::class)
|
||||||
@Serializable
|
@Serializable
|
||||||
data class PlaguBot(
|
data class PlaguBot(
|
||||||
@Serializable(PluginsConfigurationSerializer::class)
|
private val json: JsonObject,
|
||||||
private val config: Config
|
private val config: Config
|
||||||
) : Plugin {
|
) : Plugin {
|
||||||
@Transient
|
@Transient
|
||||||
private val bot = telegramBot(config.botToken)
|
private val bot = telegramBot(config.botToken)
|
||||||
@Transient
|
|
||||||
private val database = config.params ?.database ?: config.database.database
|
|
||||||
|
|
||||||
override suspend fun getCommands(): List<BotCommand> = config.plugins.flatMap {
|
override fun Module.setupDI(database: Database, params: JsonObject) {
|
||||||
it.getCommands()
|
single { config }
|
||||||
|
single { config.plugins }
|
||||||
|
single { config.databaseConfig }
|
||||||
|
single { config.databaseConfig.database }
|
||||||
|
single { defaultJsonFormat }
|
||||||
|
single { this@PlaguBot }
|
||||||
|
single { bot }
|
||||||
|
|
||||||
|
includes(
|
||||||
|
config.plugins.mapNotNull {
|
||||||
|
runCatching {
|
||||||
|
module {
|
||||||
|
with(it) {
|
||||||
|
setupDI(database, params)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}.onFailure { e ->
|
||||||
|
logger.w("Unable to load DI part of $it", e)
|
||||||
|
}.getOrNull()
|
||||||
|
}
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
override suspend fun BehaviourContext.invoke(database: Database, params: Map<String, Any>) {
|
override suspend fun BehaviourContextWithFSM<State>.setupBotPlugin(koin: Koin) {
|
||||||
config.plugins.forEach {
|
config.plugins.map { plugin ->
|
||||||
it.apply { invoke(database, params) }
|
launch {
|
||||||
}
|
runCatchingSafely {
|
||||||
val commands = getCommands()
|
logger.i("Start loading of $plugin")
|
||||||
val futureUnavailable = commands.drop(botCommandsLimit.last)
|
with(plugin) {
|
||||||
if (futureUnavailable.isNotEmpty()) {
|
setupBotPlugin(koin)
|
||||||
println("Next commands are out of range in setting command request and will be unavailable from autocompleting: $futureUnavailable")
|
}
|
||||||
}
|
}.onFailure { e ->
|
||||||
safelyWithoutExceptions { setMyCommands(commands.take(botCommandsLimit.last)) }
|
logger.w("Unable to load bot part of $plugin", e)
|
||||||
|
}.onSuccess {
|
||||||
|
logger.i("Complete loading of $plugin")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}.joinAll()
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This method will create an [Job] which will be the main [Job] of ran instance
|
* This method will create an [Job] which will be the main [Job] of ran instance
|
||||||
*/
|
*/
|
||||||
suspend fun start(
|
suspend fun start(
|
||||||
scope: CoroutineScope = CoroutineScope(Dispatchers.Default)
|
scope: CoroutineScope = CoroutineScope(Dispatchers.IO)
|
||||||
): Job = bot.buildBehaviourWithLongPolling(scope) {
|
): Job {
|
||||||
invoke(database, paramsMap)
|
logger.i("Start initialization")
|
||||||
|
val koinApp = KoinApplication.init()
|
||||||
|
koinApp.modules(
|
||||||
|
module {
|
||||||
|
setupDI(config.databaseConfig.database, json)
|
||||||
|
}
|
||||||
|
)
|
||||||
|
logger.i("Modules loaded")
|
||||||
|
GlobalContext.startKoin(koinApp)
|
||||||
|
logger.i("Koin started")
|
||||||
|
lateinit var behaviourContext: BehaviourContext
|
||||||
|
bot.buildBehaviourWithFSM(
|
||||||
|
scope = scope,
|
||||||
|
defaultExceptionsHandler = {
|
||||||
|
logger.e("Something went wrong", it)
|
||||||
|
},
|
||||||
|
statesManager = koinApp.koin.getOrNull<StatesManager<State>>() ?: DefaultStatesManager(
|
||||||
|
koinApp.koin.getOrNull<DefaultStatesManagerRepo<State>>() ?: InMemoryDefaultStatesManagerRepo<State>(),
|
||||||
|
onStartContextsConflictResolver = { _, _ -> false }
|
||||||
|
),
|
||||||
|
onStateHandlingErrorHandler = koinApp.koin.getOrNull<StateHandlingErrorHandler<State>>() ?: { state, e ->
|
||||||
|
logger.eS(e) { "Unable to handle state $state" }
|
||||||
|
null
|
||||||
|
}
|
||||||
|
) {
|
||||||
|
logger.i("Start setup of bot part")
|
||||||
|
behaviourContext = this
|
||||||
|
setupBotPlugin(koinApp.koin)
|
||||||
|
deleteWebhook()
|
||||||
|
}.start()
|
||||||
|
logger.i("Behaviour builder has been setup")
|
||||||
|
return bot.startGettingOfUpdatesByLongPolling(scope = behaviourContext, updatesFilter = behaviourContext).also {
|
||||||
|
logger.i("Long polling has been started")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,25 +0,0 @@
|
|||||||
package dev.inmo.plagubot
|
|
||||||
|
|
||||||
import dev.inmo.plagubot.config.PluginsConfigurationSerializer
|
|
||||||
import dev.inmo.plagubot.config.SimplePluginsConfiguration
|
|
||||||
import dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext
|
|
||||||
import dev.inmo.tgbotapi.types.BotCommand
|
|
||||||
import kotlinx.serialization.Serializable
|
|
||||||
import org.jetbrains.exposed.sql.Database
|
|
||||||
|
|
||||||
@Serializable
|
|
||||||
data class PluginsHolder(
|
|
||||||
@Serializable(PluginsConfigurationSerializer::class)
|
|
||||||
private val pluginsConfiguration: SimplePluginsConfiguration
|
|
||||||
) : Plugin {
|
|
||||||
override suspend fun getCommands(): List<BotCommand> = pluginsConfiguration.plugins.flatMap {
|
|
||||||
it.getCommands()
|
|
||||||
}
|
|
||||||
|
|
||||||
override suspend fun BehaviourContext.invoke(database: Database, params: Map<String, Any>) {
|
|
||||||
val finalParams = pluginsConfiguration.params ?.plus(params) ?: params
|
|
||||||
pluginsConfiguration.plugins.forEach {
|
|
||||||
it.apply { invoke(database, finalParams) }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,15 +1,15 @@
|
|||||||
package dev.inmo.plagubot.config
|
package dev.inmo.plagubot.config
|
||||||
|
|
||||||
|
import dev.inmo.micro_utils.common.Warning
|
||||||
import dev.inmo.plagubot.Plugin
|
import dev.inmo.plagubot.Plugin
|
||||||
import dev.inmo.sdi.Module
|
import kotlinx.serialization.SerialName
|
||||||
import kotlinx.serialization.Contextual
|
|
||||||
import kotlinx.serialization.Serializable
|
import kotlinx.serialization.Serializable
|
||||||
import kotlinx.serialization.json.JsonObject
|
|
||||||
|
|
||||||
|
@Warning("This API is internal and can be changed without notifications of mentions of changes")
|
||||||
@Serializable
|
@Serializable
|
||||||
data class Config(
|
data class Config(
|
||||||
override val plugins: List<Plugin>,
|
|
||||||
val database: DatabaseConfig = DatabaseConfig(),
|
|
||||||
val botToken: String,
|
val botToken: String,
|
||||||
val rawConfig: JsonObject
|
val plugins: List<Plugin>,
|
||||||
) : PluginsConfiguration
|
@SerialName("database")
|
||||||
|
val databaseConfig: DatabaseConfig = DatabaseConfig(),
|
||||||
|
)
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
package dev.inmo.plagubot.config
|
||||||
|
|
||||||
|
import kotlinx.serialization.Serializable
|
||||||
|
|
||||||
|
@Serializable
|
||||||
|
data class DBConnectOptions(
|
||||||
|
val attempts: Int = 3,
|
||||||
|
val delay: Long = 1000L
|
||||||
|
)
|
||||||
@@ -1,32 +1,43 @@
|
|||||||
package dev.inmo.plagubot.config
|
package dev.inmo.plagubot.config
|
||||||
|
|
||||||
import dev.inmo.sdi.SDIIncluded
|
import dev.inmo.kslog.common.e
|
||||||
|
import dev.inmo.kslog.common.logger
|
||||||
|
import kotlinx.coroutines.delay
|
||||||
import kotlinx.serialization.Serializable
|
import kotlinx.serialization.Serializable
|
||||||
import kotlinx.serialization.Transient
|
import kotlinx.serialization.Transient
|
||||||
import org.jetbrains.exposed.sql.Database
|
import org.jetbrains.exposed.sql.Database
|
||||||
import org.jetbrains.exposed.sql.transactions.transactionManager
|
import org.jetbrains.exposed.sql.transactions.transactionManager
|
||||||
|
import org.koin.core.scope.Scope
|
||||||
import org.sqlite.JDBC
|
import org.sqlite.JDBC
|
||||||
|
import java.lang.Exception
|
||||||
import java.sql.Connection
|
import java.sql.Connection
|
||||||
|
|
||||||
const val defaultDatabaseParamsName = "defaultDatabase"
|
inline val Scope.database: Database?
|
||||||
inline val Map<String, Any>.database: Database?
|
get() = getOrNull<Database>()
|
||||||
get() = (get(defaultDatabaseParamsName) as? DatabaseConfig) ?.database
|
|
||||||
|
|
||||||
@Serializable
|
@Serializable
|
||||||
@SDIIncluded
|
|
||||||
data class DatabaseConfig(
|
data class DatabaseConfig(
|
||||||
val url: String = "jdbc:sqlite:file:test?mode=memory&cache=shared",
|
val url: String = "jdbc:sqlite:file:test?mode=memory&cache=shared",
|
||||||
val driver: String = JDBC::class.qualifiedName!!,
|
val driver: String = JDBC::class.qualifiedName!!,
|
||||||
val username: String = "",
|
val username: String = "",
|
||||||
val password: String = ""
|
val password: String = "",
|
||||||
|
val reconnectOptions: DBConnectOptions? = DBConnectOptions()
|
||||||
) {
|
) {
|
||||||
@Transient
|
@Transient
|
||||||
val database: Database = Database.connect(
|
val database: Database = (0 until (reconnectOptions ?.attempts ?: 1)).firstNotNullOfOrNull {
|
||||||
url,
|
runCatching {
|
||||||
driver,
|
Database.connect(
|
||||||
username,
|
url,
|
||||||
password
|
driver,
|
||||||
).also {
|
username,
|
||||||
it.transactionManager.defaultIsolationLevel = Connection.TRANSACTION_SERIALIZABLE // Or Connection.TRANSACTION_READ_UNCOMMITTED
|
password
|
||||||
}
|
).also {
|
||||||
|
it.transactionManager.defaultIsolationLevel = Connection.TRANSACTION_SERIALIZABLE // Or Connection.TRANSACTION_READ_UNCOMMITTED
|
||||||
|
it.connector().close()
|
||||||
|
}
|
||||||
|
}.onFailure {
|
||||||
|
logger.e(it)
|
||||||
|
Thread.sleep(reconnectOptions ?.delay ?: return@onFailure)
|
||||||
|
}.getOrNull()
|
||||||
|
} ?: error("Unable to create database")
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
package dev.inmo.plagubot.config
|
||||||
|
|
||||||
|
import kotlinx.serialization.json.Json
|
||||||
|
|
||||||
|
val defaultJsonFormat = Json {
|
||||||
|
ignoreUnknownKeys = true
|
||||||
|
}
|
||||||
@@ -1,189 +0,0 @@
|
|||||||
package dev.inmo.plagubot.config
|
|
||||||
|
|
||||||
import com.github.matfax.klassindex.KlassIndex
|
|
||||||
import dev.inmo.plagubot.Plugin
|
|
||||||
import dev.inmo.sdi.Module
|
|
||||||
import dev.inmo.sdi.ModuleSerializer
|
|
||||||
import kotlinx.serialization.*
|
|
||||||
import kotlinx.serialization.descriptors.SerialDescriptor
|
|
||||||
import kotlinx.serialization.encoding.Decoder
|
|
||||||
import kotlinx.serialization.encoding.Encoder
|
|
||||||
import kotlinx.serialization.json.*
|
|
||||||
import kotlinx.serialization.modules.*
|
|
||||||
import kotlin.reflect.KClass
|
|
||||||
|
|
||||||
@InternalSerializationApi
|
|
||||||
internal inline fun <T : Plugin> KClass<T>.includeIn(builder: PolymorphicModuleBuilder<Plugin>) = builder.subclass(this, serializer())
|
|
||||||
|
|
||||||
@InternalSerializationApi
|
|
||||||
internal val configAndPluginsConfigJsonFormat: Json
|
|
||||||
get() = Json {
|
|
||||||
ignoreUnknownKeys = true
|
|
||||||
serializersModule = SerializersModule {
|
|
||||||
polymorphic(Plugin::class) {
|
|
||||||
KlassIndex.getSubclasses(Plugin::class).flatMap { kclass ->
|
|
||||||
kclass.includeIn(this)
|
|
||||||
kclass.annotations.mapNotNull { it as? SerialName }.map {
|
|
||||||
it.value to kclass.serializer()
|
|
||||||
} + listOfNotNull(
|
|
||||||
kclass.simpleName ?.let {
|
|
||||||
it to kclass.serializer()
|
|
||||||
}
|
|
||||||
)
|
|
||||||
}.toMap().let {
|
|
||||||
default { requiredType ->
|
|
||||||
it[requiredType]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
internal interface PluginsConfiguration {
|
|
||||||
val plugins: List<Plugin>
|
|
||||||
val params: Module?
|
|
||||||
}
|
|
||||||
|
|
||||||
@Serializable
|
|
||||||
data class SimplePluginsConfiguration(
|
|
||||||
override val plugins: List<@Contextual Plugin>,
|
|
||||||
@Contextual
|
|
||||||
override val params: Module? = null
|
|
||||||
) : PluginsConfiguration
|
|
||||||
|
|
||||||
|
|
||||||
internal val DefaultModuleSerializer = ModuleSerializer(emptyList()) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@Serializer(Plugin::class)
|
|
||||||
internal class InternalPluginSerializer(
|
|
||||||
private val params: Module
|
|
||||||
) : KSerializer<Plugin> {
|
|
||||||
override val descriptor: SerialDescriptor = PluginSerializer.descriptor
|
|
||||||
|
|
||||||
@OptIn(InternalSerializationApi::class)
|
|
||||||
override fun deserialize(decoder: Decoder): Plugin {
|
|
||||||
val asJson = JsonElement.serializer().deserialize(decoder)
|
|
||||||
|
|
||||||
return if (asJson is JsonPrimitive) {
|
|
||||||
params[asJson.jsonPrimitive.content] as Plugin
|
|
||||||
} else {
|
|
||||||
val jsonFormat = ((decoder as? JsonDecoder)?.json ?: configAndPluginsConfigJsonFormat)
|
|
||||||
jsonFormat.decodeFromJsonElement(PluginSerializer, asJson)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@OptIn(InternalSerializationApi::class)
|
|
||||||
override fun serialize(encoder: Encoder, value: Plugin) {
|
|
||||||
params.keys.firstOrNull { params[it] === value } ?.also {
|
|
||||||
encoder.encodeString(it)
|
|
||||||
} ?: PluginSerializer.serialize(encoder, value)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@Serializer(Module::class)
|
|
||||||
internal class InternalModuleSerializer(
|
|
||||||
private val original: JsonElement?,
|
|
||||||
private val params: Module
|
|
||||||
) : KSerializer<Module> {
|
|
||||||
override val descriptor: SerialDescriptor = PluginSerializer.descriptor
|
|
||||||
|
|
||||||
@OptIn(InternalSerializationApi::class)
|
|
||||||
override fun deserialize(decoder: Decoder): Module {
|
|
||||||
val asJson = JsonElement.serializer().deserialize(decoder)
|
|
||||||
|
|
||||||
return if (asJson == original) {
|
|
||||||
params
|
|
||||||
} else {
|
|
||||||
configAndPluginsConfigJsonFormat.decodeFromJsonElement(DefaultModuleSerializer, asJson)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@OptIn(InternalSerializationApi::class)
|
|
||||||
override fun serialize(encoder: Encoder, value: Module) = DefaultModuleSerializer.serialize(encoder, value)
|
|
||||||
}
|
|
||||||
|
|
||||||
internal fun internalPluginSerializerSerializersModule(
|
|
||||||
internalPluginSerializer: InternalPluginSerializer,
|
|
||||||
internalModuleSerializer: InternalModuleSerializer?
|
|
||||||
) = SerializersModule {
|
|
||||||
contextual(internalPluginSerializer)
|
|
||||||
contextual(internalModuleSerializer ?: return@SerializersModule)
|
|
||||||
}
|
|
||||||
|
|
||||||
@Serializer(PluginsConfiguration::class)
|
|
||||||
internal object PluginsConfigurationSerializer : KSerializer<PluginsConfiguration> {
|
|
||||||
private val jsonSerializer = JsonObject.serializer()
|
|
||||||
private val moduleSerializer = ModuleSerializer()
|
|
||||||
override val descriptor: SerialDescriptor = jsonSerializer.descriptor
|
|
||||||
|
|
||||||
@OptIn(InternalSerializationApi::class)
|
|
||||||
override fun deserialize(decoder: Decoder): PluginsConfiguration {
|
|
||||||
val json = jsonSerializer.deserialize(decoder)
|
|
||||||
val jsonFormat = (decoder as? JsonDecoder) ?.json ?: configAndPluginsConfigJsonFormat
|
|
||||||
val paramsRow = json["params"]
|
|
||||||
|
|
||||||
val resultJsonFormat = if (paramsRow != null && paramsRow != JsonNull) {
|
|
||||||
val params = jsonFormat.decodeFromJsonElement(
|
|
||||||
moduleSerializer,
|
|
||||||
paramsRow
|
|
||||||
)
|
|
||||||
|
|
||||||
val pluginsSerializer = InternalPluginSerializer(params)
|
|
||||||
val moduleSerializer = InternalModuleSerializer(paramsRow, params)
|
|
||||||
Json(jsonFormat) {
|
|
||||||
serializersModule = decoder.serializersModule.overwriteWith(
|
|
||||||
internalPluginSerializerSerializersModule(pluginsSerializer, moduleSerializer)
|
|
||||||
)
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
jsonFormat
|
|
||||||
}
|
|
||||||
return try {
|
|
||||||
resultJsonFormat.decodeFromJsonElement(
|
|
||||||
Config.serializer(),
|
|
||||||
json
|
|
||||||
)
|
|
||||||
} catch (e: SerializationException) {
|
|
||||||
resultJsonFormat.decodeFromJsonElement(
|
|
||||||
SimplePluginsConfiguration.serializer(),
|
|
||||||
json
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@OptIn(InternalSerializationApi::class)
|
|
||||||
override fun serialize(encoder: Encoder, value: PluginsConfiguration) {
|
|
||||||
val params = value.params
|
|
||||||
val serializer = when (value) {
|
|
||||||
is Config -> Config.serializer()
|
|
||||||
is SimplePluginsConfiguration -> SimplePluginsConfiguration.serializer()
|
|
||||||
else -> return
|
|
||||||
}
|
|
||||||
if (params != null) {
|
|
||||||
val pluginsSerializer = InternalPluginSerializer(params)
|
|
||||||
|
|
||||||
val jsonFormat = Json(configAndPluginsConfigJsonFormat) {
|
|
||||||
serializersModule = encoder.serializersModule.overwriteWith(
|
|
||||||
internalPluginSerializerSerializersModule(pluginsSerializer, null)
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
jsonSerializer.serialize(
|
|
||||||
encoder,
|
|
||||||
when (value) {
|
|
||||||
is Config -> jsonFormat.encodeToJsonElement(Config.serializer(), value)
|
|
||||||
is SimplePluginsConfiguration -> jsonFormat.encodeToJsonElement(SimplePluginsConfiguration.serializer(), value)
|
|
||||||
else -> return
|
|
||||||
} as JsonObject
|
|
||||||
)
|
|
||||||
} else {
|
|
||||||
when (value) {
|
|
||||||
is Config -> Config.serializer().serialize(encoder, value)
|
|
||||||
is SimplePluginsConfiguration -> SimplePluginsConfiguration.serializer().serialize(encoder, value)
|
|
||||||
else -> return
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
package dev.inmo.plagubot.config
|
||||||
|
|
||||||
|
typealias StateHandlingErrorHandler<T> = suspend (T, Throwable) -> T?
|
||||||
@@ -1,40 +0,0 @@
|
|||||||
package dev.inmo.plagubot.config
|
|
||||||
|
|
||||||
import dev.inmo.plagubot.HelloPlugin
|
|
||||||
import kotlinx.serialization.InternalSerializationApi
|
|
||||||
import org.junit.Test
|
|
||||||
import kotlin.test.assertEquals
|
|
||||||
|
|
||||||
class ConfigTest {
|
|
||||||
@InternalSerializationApi
|
|
||||||
@Test
|
|
||||||
fun testThatPluginPassedToParamsWillBeCorrectlyUsedInPlugins() {
|
|
||||||
val rawConfig = """
|
|
||||||
{
|
|
||||||
"database": {
|
|
||||||
},
|
|
||||||
"botToken": "",
|
|
||||||
"plugins": [
|
|
||||||
"helloPlugin"
|
|
||||||
],
|
|
||||||
"params": {
|
|
||||||
"helloPlugin": {"type": "dev.inmo.plagubot.HelloPlugin", "parameter": "Example"}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
""".trimIndent()
|
|
||||||
val config = configAndPluginsConfigJsonFormat.decodeFromString(PluginsConfigurationSerializer, rawConfig) as Config
|
|
||||||
|
|
||||||
assert(config.plugins.size == 1)
|
|
||||||
assert(config.plugins.first() is HelloPlugin)
|
|
||||||
assert((config.plugins.first() as HelloPlugin).parameter == "Example")
|
|
||||||
|
|
||||||
val redecoded = configAndPluginsConfigJsonFormat.decodeFromString(
|
|
||||||
PluginsConfigurationSerializer,
|
|
||||||
configAndPluginsConfigJsonFormat.encodeToString(PluginsConfigurationSerializer, config)
|
|
||||||
) as Config
|
|
||||||
assertEquals(config.database, redecoded.database)
|
|
||||||
assertEquals(config.plugins, redecoded.plugins)
|
|
||||||
assertEquals(config.botToken, redecoded.botToken)
|
|
||||||
assertEquals(config.params ?.toMap(), redecoded.params ?.toMap())
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -16,6 +16,7 @@ allprojects {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
maven { url 'https://jitpack.io' }
|
maven { url 'https://jitpack.io' }
|
||||||
|
maven { url "https://git.inmo.dev/api/packages/InsanusMokrassar/maven" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ if (new File(projectDir, "secret.gradle").exists()) {
|
|||||||
owner "InsanusMokrassar"
|
owner "InsanusMokrassar"
|
||||||
repo "PlaguBot"
|
repo "PlaguBot"
|
||||||
|
|
||||||
tagName "${project.version}"
|
tagName "v${project.version}"
|
||||||
releaseName "${project.version}"
|
releaseName "${project.version}"
|
||||||
targetCommitish "${project.version}"
|
targetCommitish "${project.version}"
|
||||||
|
|
||||||
|
|||||||
@@ -5,4 +5,4 @@ kotlin.js.generate.externals=true
|
|||||||
kotlin.incremental=true
|
kotlin.incremental=true
|
||||||
|
|
||||||
group=dev.inmo
|
group=dev.inmo
|
||||||
version=1.0.0
|
version=3.2.0
|
||||||
|
|||||||
@@ -1,27 +1,26 @@
|
|||||||
[versions]
|
[versions]
|
||||||
|
|
||||||
kt = "1.6.21"
|
kt = "1.7.22"
|
||||||
kt-serialization = "1.3.3"
|
kt-serialization = "1.4.1"
|
||||||
kt-coroutines = "1.6.1"
|
kt-coroutines = "1.6.4"
|
||||||
|
|
||||||
microutils = "0.10.4"
|
microutils = "0.15.0"
|
||||||
tgbotapi = "1.0.1"
|
tgbotapi = "4.2.0"
|
||||||
|
kslog = "0.5.4"
|
||||||
|
|
||||||
jb-exposed = "0.38.2"
|
jb-exposed = "0.41.1"
|
||||||
jb-dokka = "1.6.21"
|
jb-dokka = "1.7.20"
|
||||||
|
|
||||||
sqlite = "3.36.0.3"
|
sqlite = "3.40.0.0"
|
||||||
|
|
||||||
klock = "2.7.0"
|
klock = "3.4.0"
|
||||||
uuid = "0.4.0"
|
uuid = "0.6.0"
|
||||||
|
|
||||||
ktor = "2.0.1"
|
ktor = "2.1.3"
|
||||||
|
|
||||||
gh-release = "2.3.7"
|
gh-release = "2.4.1"
|
||||||
|
|
||||||
android-gradle = "7.0.4"
|
koin = "3.2.2"
|
||||||
dexcount = "3.0.1"
|
|
||||||
koin = "3.2.0"
|
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
|
|
||||||
@@ -31,7 +30,9 @@ kt-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", vers
|
|||||||
kt-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kt-serialization" }
|
kt-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kt-serialization" }
|
||||||
|
|
||||||
tgbotapi = { module = "dev.inmo:tgbotapi", version.ref = "tgbotapi" }
|
tgbotapi = { module = "dev.inmo:tgbotapi", version.ref = "tgbotapi" }
|
||||||
|
tgbotapi-behaviourBuilder-fsm = { module = "dev.inmo:tgbotapi.behaviour_builder.fsm", version.ref = "tgbotapi" }
|
||||||
microutils-repos-exposed = { module = "dev.inmo:micro_utils.repos.exposed", version.ref = "microutils" }
|
microutils-repos-exposed = { module = "dev.inmo:micro_utils.repos.exposed", version.ref = "microutils" }
|
||||||
|
kslog = { module = "dev.inmo:kslog", version.ref = "kslog" }
|
||||||
|
|
||||||
koin = { module = "io.insert-koin:koin-core", version.ref = "koin" }
|
koin = { module = "io.insert-koin:koin-core", version.ref = "koin" }
|
||||||
|
|
||||||
|
|||||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,5 +1,5 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|||||||
@@ -49,14 +49,32 @@ publishing {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
|
if (project.hasProperty('GITEA_TOKEN') || System.getenv('GITEA_TOKEN') != null) {
|
||||||
|
maven {
|
||||||
|
name = "Gitea"
|
||||||
|
url = uri("https://git.inmo.dev/api/packages/InsanusMokrassar/maven")
|
||||||
|
|
||||||
|
credentials(HttpHeaderCredentials) {
|
||||||
|
name = "Authorization"
|
||||||
|
value = project.hasProperty('GITEA_TOKEN') ? project.property('GITEA_TOKEN') : System.getenv('GITEA_TOKEN')
|
||||||
|
}
|
||||||
|
|
||||||
|
authentication {
|
||||||
|
header(HttpHeaderAuthentication)
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
if ((project.hasProperty('SONATYPE_USER') || System.getenv('SONATYPE_USER') != null) && (project.hasProperty('SONATYPE_PASSWORD') || System.getenv('SONATYPE_PASSWORD') != null)) {
|
if ((project.hasProperty('SONATYPE_USER') || System.getenv('SONATYPE_USER') != null) && (project.hasProperty('SONATYPE_PASSWORD') || System.getenv('SONATYPE_PASSWORD') != null)) {
|
||||||
maven {
|
maven {
|
||||||
name = "sonatype"
|
name = "sonatype"
|
||||||
url = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2/")
|
url = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2/")
|
||||||
|
|
||||||
credentials {
|
credentials {
|
||||||
username = project.hasProperty('SONATYPE_USER') ? project.property('SONATYPE_USER') : System.getenv('SONATYPE_USER')
|
username = project.hasProperty('SONATYPE_USER') ? project.property('SONATYPE_USER') : System.getenv('SONATYPE_USER')
|
||||||
password = project.hasProperty('SONATYPE_PASSWORD') ? project.property('SONATYPE_PASSWORD') : System.getenv('SONATYPE_PASSWORD')
|
password = project.hasProperty('SONATYPE_PASSWORD') ? project.property('SONATYPE_PASSWORD') : System.getenv('SONATYPE_PASSWORD')
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
{"licenses":[{"id":"Apache-2.0","title":"Apache Software License 2.0","url":"https://github.com/InsanusMokrassar/PlaguBot/LICENSE"}],"mavenConfig":{"name":"PlaguBot Plugin","description":"Base dependency for whole PlaguBot project","url":"https://github.com/InsanusMokrassar/PlaguBot","vcsUrl":"ssh://git@github.com/InsanusMokrassar/PlaguBot.git","developers":[{"id":"InsanusMokrassar","name":"Aleksei Ovsiannikov","eMail":"ovsyannikov.alexey95@gmail.com"}],"repositories":[{"name":"sonatype","url":"https://oss.sonatype.org/service/local/staging/deploy/maven2/"}],"gpgSigning":{"type":"dev.inmo.kmppscriptbuilder.core.models.GpgSigning.Optional"}},"type":"JVM"}
|
{"licenses":[{"id":"Apache-2.0","title":"Apache Software License 2.0","url":"https://github.com/InsanusMokrassar/PlaguBot/LICENSE"}],"mavenConfig":{"name":"PlaguBot Plugin","description":"Base dependency for whole PlaguBot project","url":"https://github.com/InsanusMokrassar/PlaguBot","vcsUrl":"ssh://git@github.com/InsanusMokrassar/PlaguBot.git","developers":[{"id":"InsanusMokrassar","name":"Aleksei Ovsiannikov","eMail":"ovsyannikov.alexey95@gmail.com"}],"repositories":[{"name":"Gitea","url":"https://git.inmo.dev/api/packages/InsanusMokrassar/maven","credsType":{"type":"dev.inmo.kmppscriptbuilder.core.models.MavenPublishingRepository.CredentialsType.HttpHeaderCredentials","headerName":"Authorization","headerValueProperty":"GITEA_TOKEN"}},{"name":"sonatype","url":"https://oss.sonatype.org/service/local/staging/deploy/maven2/"}],"gpgSigning":{"type":"dev.inmo.kmppscriptbuilder.core.models.GpgSigning.Optional"}},"type":"JVM"}
|
||||||
@@ -1,14 +1,13 @@
|
|||||||
package dev.inmo.plagubot
|
package dev.inmo.plagubot
|
||||||
|
|
||||||
import dev.inmo.tgbotapi.bot.TelegramBot
|
import dev.inmo.micro_utils.fsm.common.State
|
||||||
import dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext
|
import dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext
|
||||||
import dev.inmo.tgbotapi.types.BotCommand
|
import dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextWithFSM
|
||||||
import dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter
|
|
||||||
import kotlinx.coroutines.CoroutineScope
|
|
||||||
import kotlinx.serialization.Serializable
|
import kotlinx.serialization.Serializable
|
||||||
import kotlinx.serialization.json.JsonObject
|
import kotlinx.serialization.json.JsonObject
|
||||||
import org.jetbrains.exposed.sql.Database
|
import org.jetbrains.exposed.sql.Database
|
||||||
import org.koin.core.KoinApplication
|
import org.koin.core.Koin
|
||||||
|
import org.koin.core.module.Module
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* **ANY REALIZATION OF [Plugin] MUST HAVE CONSTRUCTOR WITH ABSENCE OF INCOMING PARAMETERS**
|
* **ANY REALIZATION OF [Plugin] MUST HAVE CONSTRUCTOR WITH ABSENCE OF INCOMING PARAMETERS**
|
||||||
@@ -20,26 +19,26 @@ import org.koin.core.KoinApplication
|
|||||||
@Serializable(PluginSerializer::class)
|
@Serializable(PluginSerializer::class)
|
||||||
interface Plugin {
|
interface Plugin {
|
||||||
/**
|
/**
|
||||||
* In case you want to publish some processed by your plugin commands, you can provide it via this method
|
* This method will be called when this plugin should configure di module based on the incoming params
|
||||||
*
|
|
||||||
* @see BotCommand
|
|
||||||
*/
|
*/
|
||||||
suspend fun getCommands(): List<BotCommand> = emptyList()
|
fun Module.setupDI(
|
||||||
|
|
||||||
/**
|
|
||||||
* This method (usually) will be invoked just one time in the whole application.
|
|
||||||
*/
|
|
||||||
suspend operator fun BehaviourContext.invoke(
|
|
||||||
database: Database,
|
database: Database,
|
||||||
koinApplication: KoinApplication,
|
params: JsonObject
|
||||||
) {}
|
) {}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This method (usually) will be invoked just one time in the whole application.
|
* Override this method in cases when you want to declare common bot behaviour. In case you wish to use FSM, you
|
||||||
|
* should override the method with receiver [BehaviourContextWithFSM]
|
||||||
*/
|
*/
|
||||||
suspend operator fun BehaviourContext.invoke(
|
suspend fun BehaviourContext.setupBotPlugin(
|
||||||
database: Database,
|
koin: Koin
|
||||||
koinApplication: KoinApplication,
|
) {}
|
||||||
params: JsonObject
|
/**
|
||||||
) = invoke(database, koinApplication)
|
* Override this method in cases when you want to declare full behaviour of the plugin. It is recommended to declare
|
||||||
|
* common logic of plugin in the [setupBotPlugin] with [BehaviourContext] receiver and use override this one
|
||||||
|
* for the FSM configuration
|
||||||
|
*/
|
||||||
|
suspend fun BehaviourContextWithFSM<State>.setupBotPlugin(koin: Koin) {
|
||||||
|
(this as BehaviourContext).setupBotPlugin(koin)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,7 +13,8 @@ class PluginSerializer : KSerializer<Plugin> {
|
|||||||
get() = String.serializer().descriptor
|
get() = String.serializer().descriptor
|
||||||
|
|
||||||
override fun deserialize(decoder: Decoder): Plugin {
|
override fun deserialize(decoder: Decoder): Plugin {
|
||||||
return Class.forName(decoder.decodeString()).getDeclaredConstructor().newInstance() as Plugin
|
val kclass = Class.forName(decoder.decodeString()).kotlin
|
||||||
|
return (kclass.objectInstance ?: kclass.constructors.first { it.parameters.isEmpty() }.call()) as Plugin
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun serialize(encoder: Encoder, value: Plugin) {
|
override fun serialize(encoder: Encoder, value: Plugin) {
|
||||||
|
|||||||
@@ -2,7 +2,12 @@ String[] toInclude = [":bot", ":plugin"]
|
|||||||
|
|
||||||
rootProject.name = 'plagubot'
|
rootProject.name = 'plagubot'
|
||||||
|
|
||||||
toInclude.each {
|
toInclude.each { originalName ->
|
||||||
include (it)
|
String projectDirectory = "${rootProject.projectDir.getAbsolutePath()}${originalName.replace(":", File.separator)}"
|
||||||
project(it).name = "${rootProject.name}${it.replace(":", ".")}"
|
String projectName = "${rootProject.name}${originalName.replace(":", ".")}"
|
||||||
|
String projectIdentifier = ":${projectName}"
|
||||||
|
include projectIdentifier
|
||||||
|
ProjectDescriptor project = project(projectIdentifier)
|
||||||
|
project.name = projectName
|
||||||
|
project.projectDir = new File(projectDirectory)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,13 +4,16 @@
|
|||||||
"driver": "org.sqlite.JDBC",
|
"driver": "org.sqlite.JDBC",
|
||||||
"username": "OPTIONAL username",
|
"username": "OPTIONAL username",
|
||||||
"password": "OPTIONAL password",
|
"password": "OPTIONAL password",
|
||||||
"initAutomatically": false
|
"reconnectOptions": {
|
||||||
|
"attempts": 3,
|
||||||
|
"delay": 1000
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"botToken": "1234567890:ABCDEFGHIJKLMNOP_qrstuvwxyz12345678",
|
"botToken": "1234567890:ABCDEFGHIJKLMNOP_qrstuvwxyz12345678",
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
"dev.inmo.plagubot.HelloPlugin"
|
||||||
"type": "Hello",
|
],
|
||||||
"parameter": "Example"
|
"helloPlugin": {
|
||||||
}
|
"print": "Hello World"
|
||||||
]
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user