├── .gitignore
├── .gradle
├── 6.1
│ ├── executionHistory
│ │ ├── executionHistory.bin
│ │ └── executionHistory.lock
│ ├── fileChanges
│ │ └── last-build.bin
│ ├── fileContent
│ │ └── fileContent.lock
│ ├── fileHashes
│ │ ├── fileHashes.bin
│ │ ├── fileHashes.lock
│ │ └── resourceHashesCache.bin
│ ├── gc.properties
│ └── javaCompile
│ │ ├── classAnalysis.bin
│ │ ├── jarAnalysis.bin
│ │ ├── javaCompile.lock
│ │ └── taskHistory.bin
├── buildOutputCleanup
│ ├── buildOutputCleanup.lock
│ ├── cache.properties
│ └── outputFiles.bin
├── checksums
│ ├── checksums.lock
│ ├── md5-checksums.bin
│ └── sha1-checksums.bin
└── vcs-1
│ └── gc.properties
├── .idea
├── .gitignore
├── codeStyles
│ ├── Project.xml
│ └── codeStyleConfig.xml
├── compiler.xml
├── gradle.xml
├── jarRepositories.xml
├── misc.xml
├── uiDesigner.xml
└── vcs.xml
├── README.md
├── build.gradle
├── build
├── classes
│ └── kotlin
│ │ └── main
│ │ ├── FriendReplyKt$friendReply$1.class
│ │ ├── FriendReplyKt.class
│ │ ├── GroupReplyKt$bullshit$1.class
│ │ ├── GroupReplyKt$checkQA$1.class
│ │ ├── GroupReplyKt$groupReply$1.class
│ │ ├── GroupReplyKt$help$1.class
│ │ ├── GroupReplyKt$pic$1.class
│ │ ├── GroupReplyKt$repeatThird$1.class
│ │ ├── GroupReplyKt$replyAt$1.class
│ │ ├── GroupReplyKt$replySecond$1.class
│ │ ├── GroupReplyKt.class
│ │ ├── LoginKt$$$main.class
│ │ ├── LoginKt$main$1.class
│ │ ├── LoginKt$main$2.class
│ │ ├── LoginKt$main$3.class
│ │ ├── LoginKt.class
│ │ ├── META-INF
│ │ └── NeoBot.kotlin_module
│ │ ├── RandomPicKt$getPicSrc$1.class
│ │ ├── RandomPicKt$recallPics$1.class
│ │ ├── RandomPicKt$sendPic$1.class
│ │ ├── RandomPicKt$sendPic$2.class
│ │ ├── RandomPicKt.class
│ │ ├── config
│ │ └── SourceConfig.class
│ │ ├── modules
│ │ ├── SaucenaoModule$Companion.class
│ │ ├── SaucenaoModule$bestMatch$1.class
│ │ ├── SaucenaoModule.class
│ │ ├── YandereModule$Rating.class
│ │ └── YandereModule.class
│ │ └── utils
│ │ ├── HttpUtils.class
│ │ ├── JsonUtilsKt.class
│ │ └── RandomUtils.class
├── kotlin
│ └── compileKotlin
│ │ ├── build-history.bin
│ │ ├── caches-jvm
│ │ ├── inputs
│ │ │ ├── source-to-output.tab
│ │ │ ├── source-to-output.tab.keystream
│ │ │ ├── source-to-output.tab.keystream.len
│ │ │ ├── source-to-output.tab.len
│ │ │ ├── source-to-output.tab.values.at
│ │ │ ├── source-to-output.tab_i
│ │ │ └── source-to-output.tab_i.len
│ │ ├── jvm
│ │ │ └── kotlin
│ │ │ │ ├── class-fq-name-to-source.tab
│ │ │ │ ├── class-fq-name-to-source.tab.keystream
│ │ │ │ ├── class-fq-name-to-source.tab.keystream.len
│ │ │ │ ├── class-fq-name-to-source.tab.len
│ │ │ │ ├── class-fq-name-to-source.tab.values.at
│ │ │ │ ├── class-fq-name-to-source.tab_i
│ │ │ │ ├── class-fq-name-to-source.tab_i.len
│ │ │ │ ├── constants.tab
│ │ │ │ ├── constants.tab.keystream
│ │ │ │ ├── constants.tab.keystream.len
│ │ │ │ ├── constants.tab.len
│ │ │ │ ├── constants.tab.values.at
│ │ │ │ ├── constants.tab_i
│ │ │ │ ├── constants.tab_i.len
│ │ │ │ ├── internal-name-to-source.tab
│ │ │ │ ├── internal-name-to-source.tab.keystream
│ │ │ │ ├── internal-name-to-source.tab.keystream.len
│ │ │ │ ├── internal-name-to-source.tab.len
│ │ │ │ ├── internal-name-to-source.tab.values.at
│ │ │ │ ├── internal-name-to-source.tab_i
│ │ │ │ ├── internal-name-to-source.tab_i.len
│ │ │ │ ├── package-parts.tab
│ │ │ │ ├── package-parts.tab.keystream
│ │ │ │ ├── package-parts.tab.keystream.len
│ │ │ │ ├── package-parts.tab.len
│ │ │ │ ├── package-parts.tab.values.at
│ │ │ │ ├── package-parts.tab_i
│ │ │ │ ├── package-parts.tab_i.len
│ │ │ │ ├── proto.tab
│ │ │ │ ├── proto.tab.keystream
│ │ │ │ ├── proto.tab.keystream.len
│ │ │ │ ├── proto.tab.len
│ │ │ │ ├── proto.tab.values.at
│ │ │ │ ├── proto.tab_i
│ │ │ │ ├── proto.tab_i.len
│ │ │ │ ├── source-to-classes.tab
│ │ │ │ ├── source-to-classes.tab.keystream
│ │ │ │ ├── source-to-classes.tab.keystream.len
│ │ │ │ ├── source-to-classes.tab.len
│ │ │ │ ├── source-to-classes.tab.values.at
│ │ │ │ ├── source-to-classes.tab_i
│ │ │ │ ├── source-to-classes.tab_i.len
│ │ │ │ ├── subtypes.tab
│ │ │ │ ├── subtypes.tab.keystream
│ │ │ │ ├── subtypes.tab.keystream.len
│ │ │ │ ├── subtypes.tab.len
│ │ │ │ ├── subtypes.tab.values.at
│ │ │ │ ├── subtypes.tab_i
│ │ │ │ ├── subtypes.tab_i.len
│ │ │ │ ├── supertypes.tab
│ │ │ │ ├── supertypes.tab.keystream
│ │ │ │ ├── supertypes.tab.keystream.len
│ │ │ │ ├── supertypes.tab.len
│ │ │ │ ├── supertypes.tab.values.at
│ │ │ │ ├── supertypes.tab_i
│ │ │ │ └── supertypes.tab_i.len
│ │ └── lookups
│ │ │ ├── counters.tab
│ │ │ ├── file-to-id.tab
│ │ │ ├── file-to-id.tab.keystream
│ │ │ ├── file-to-id.tab.keystream.len
│ │ │ ├── file-to-id.tab.len
│ │ │ ├── file-to-id.tab.values.at
│ │ │ ├── file-to-id.tab_i
│ │ │ ├── file-to-id.tab_i.len
│ │ │ ├── id-to-file.tab
│ │ │ ├── id-to-file.tab.keystream
│ │ │ ├── id-to-file.tab.keystream.len
│ │ │ ├── id-to-file.tab.len
│ │ │ ├── id-to-file.tab.values.at
│ │ │ ├── id-to-file.tab_i
│ │ │ ├── id-to-file.tab_i.len
│ │ │ ├── lookups.tab
│ │ │ ├── lookups.tab.keystream
│ │ │ ├── lookups.tab.keystream.len
│ │ │ ├── lookups.tab.len
│ │ │ ├── lookups.tab.values.at
│ │ │ ├── lookups.tab_i
│ │ │ └── lookups.tab_i.len
│ │ └── last-build.bin
└── resources
│ └── main
│ ├── example.json
│ └── params.json
├── device.json
├── example.json
├── gradle.properties
├── gradle
└── wrapper
│ ├── gradle-wrapper.jar
│ └── gradle-wrapper.properties
├── gradlew
├── gradlew.bat
├── settings.gradle
├── src
└── main
│ ├── kotlin
│ ├── FriendReply.kt
│ ├── GroupReply.kt
│ ├── Login.kt
│ ├── RandomPic.kt
│ ├── config
│ │ └── SourceConfig.kt
│ ├── modules
│ │ ├── SaucenaoModule.kt
│ │ └── YandereModule.kt
│ └── utils
│ │ ├── HttpUtils.kt
│ │ ├── JsonUtils.kt
│ │ └── RandomUtils.kt
│ └── resources
│ └── example.json
└── temp.jpg
/.gitignore:
--------------------------------------------------------------------------------
1 | # Created by .ignore support plugin (hsz.mobi)
2 | ### Example user template template
3 | ### Example user template
4 |
5 | # IntelliJ project files
6 | .idea
7 | *.iml
8 | out
9 | .gitignore
10 | .gradle/6.1/vcsMetadata-1/
11 | build/classes/java/
12 | build/generated/
13 | build/kotlin/sessions/
14 | build/tmp/
15 | src/test/
16 | src/main/resources/params.json
17 |
--------------------------------------------------------------------------------
/.gradle/6.1/executionHistory/executionHistory.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/.gradle/6.1/executionHistory/executionHistory.bin
--------------------------------------------------------------------------------
/.gradle/6.1/executionHistory/executionHistory.lock:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/.gradle/6.1/executionHistory/executionHistory.lock
--------------------------------------------------------------------------------
/.gradle/6.1/fileChanges/last-build.bin:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.gradle/6.1/fileContent/fileContent.lock:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/.gradle/6.1/fileContent/fileContent.lock
--------------------------------------------------------------------------------
/.gradle/6.1/fileHashes/fileHashes.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/.gradle/6.1/fileHashes/fileHashes.bin
--------------------------------------------------------------------------------
/.gradle/6.1/fileHashes/fileHashes.lock:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/.gradle/6.1/fileHashes/fileHashes.lock
--------------------------------------------------------------------------------
/.gradle/6.1/fileHashes/resourceHashesCache.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/.gradle/6.1/fileHashes/resourceHashesCache.bin
--------------------------------------------------------------------------------
/.gradle/6.1/gc.properties:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/.gradle/6.1/gc.properties
--------------------------------------------------------------------------------
/.gradle/6.1/javaCompile/classAnalysis.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/.gradle/6.1/javaCompile/classAnalysis.bin
--------------------------------------------------------------------------------
/.gradle/6.1/javaCompile/jarAnalysis.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/.gradle/6.1/javaCompile/jarAnalysis.bin
--------------------------------------------------------------------------------
/.gradle/6.1/javaCompile/javaCompile.lock:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/.gradle/6.1/javaCompile/javaCompile.lock
--------------------------------------------------------------------------------
/.gradle/6.1/javaCompile/taskHistory.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/.gradle/6.1/javaCompile/taskHistory.bin
--------------------------------------------------------------------------------
/.gradle/buildOutputCleanup/buildOutputCleanup.lock:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/.gradle/buildOutputCleanup/buildOutputCleanup.lock
--------------------------------------------------------------------------------
/.gradle/buildOutputCleanup/cache.properties:
--------------------------------------------------------------------------------
1 | #Thu Jul 09 15:32:11 CST 2020
2 | gradle.version=6.1
3 |
--------------------------------------------------------------------------------
/.gradle/buildOutputCleanup/outputFiles.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/.gradle/buildOutputCleanup/outputFiles.bin
--------------------------------------------------------------------------------
/.gradle/checksums/checksums.lock:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/.gradle/checksums/checksums.lock
--------------------------------------------------------------------------------
/.gradle/checksums/md5-checksums.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/.gradle/checksums/md5-checksums.bin
--------------------------------------------------------------------------------
/.gradle/checksums/sha1-checksums.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/.gradle/checksums/sha1-checksums.bin
--------------------------------------------------------------------------------
/.gradle/vcs-1/gc.properties:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/.gradle/vcs-1/gc.properties
--------------------------------------------------------------------------------
/.idea/.gitignore:
--------------------------------------------------------------------------------
1 | # Default ignored files
2 | /shelf/
3 | /workspace.xml
4 |
--------------------------------------------------------------------------------
/.idea/codeStyles/Project.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/.idea/codeStyles/codeStyleConfig.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/.idea/compiler.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/.idea/gradle.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
20 |
21 |
--------------------------------------------------------------------------------
/.idea/jarRepositories.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
--------------------------------------------------------------------------------
/.idea/misc.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/.idea/uiDesigner.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | -
6 |
7 |
8 | -
9 |
10 |
11 | -
12 |
13 |
14 | -
15 |
16 |
17 | -
18 |
19 |
20 |
21 |
22 |
23 | -
24 |
25 |
26 |
27 |
28 |
29 | -
30 |
31 |
32 |
33 |
34 |
35 | -
36 |
37 |
38 |
39 |
40 |
41 | -
42 |
43 |
44 |
45 |
46 | -
47 |
48 |
49 |
50 |
51 | -
52 |
53 |
54 |
55 |
56 | -
57 |
58 |
59 |
60 |
61 | -
62 |
63 |
64 |
65 |
66 | -
67 |
68 |
69 |
70 |
71 | -
72 |
73 |
74 | -
75 |
76 |
77 |
78 |
79 | -
80 |
81 |
82 |
83 |
84 | -
85 |
86 |
87 |
88 |
89 | -
90 |
91 |
92 |
93 |
94 | -
95 |
96 |
97 |
98 |
99 | -
100 |
101 |
102 | -
103 |
104 |
105 | -
106 |
107 |
108 | -
109 |
110 |
111 | -
112 |
113 |
114 |
115 |
116 | -
117 |
118 |
119 | -
120 |
121 |
122 |
123 |
124 |
--------------------------------------------------------------------------------
/.idea/vcs.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # NeoBot
2 | 基于[Mirai](https://github.com/mamoe/mirai) 的QQ机器人,主要功能为发色图(笑)。
3 |
4 | # 功能介绍
5 | 所有功能都在json文件中设置开关与参数
6 | ## 复读
7 | 若群里有两句重复,以一定概率复读。
8 |
9 | ## 回复At
10 | 若群成员@机器人,自动回复
11 |
12 | ## 色图
13 | 匹配如下正则表达式:\\s*[Hh]\\s*([sSqQ])?\\s*(\\d+)?\\s*(aqua)?\\s*(o)?(\\s*([a-zA-Z_!\\?\\(\\)]+))?
14 |
15 | h开头,s/q选择尺度(不填默认s),数字(图片数量),o(是否原图),空格后tag(如final_fantasy)
16 |
17 | e.g. h3, hq10o, hq3 minato_aqua
18 |
19 | 如果怕炸号可以在json文件中选择开启撤回与延迟的时间,每张图片将在发出后指定时间后撤回
20 |
21 | 参考[hentaibot](https://github.com/lywbh/hentai-bot)
22 |
23 | ## 寻找图源
24 | src+[图片]
25 |
26 | 机器人会自动回复图源
27 |
28 | ## QA
29 | 输入 Q问题 A答案 下次输入问题时机器人会自动回复答案
30 |
31 | ## bullshit
32 | 输入 小作文 主题 字数 可以让机器人写一段[生成器](https://github.com/menzi11/BullshitGenerator)生成的狗屁不通的小作文
33 |
34 | # 安装
35 | 1. 安装JDK8+, git clone
36 | 2. 在[example.json](./example.json)中设置QQ号与密码 在[Login.kt](./src/main/kotlin/Login.kt)中设置json地址
37 | 3. 运行[Login.kt](./src/main/kotlin/Login.kt)
38 |
--------------------------------------------------------------------------------
/build.gradle:
--------------------------------------------------------------------------------
1 | plugins {
2 | id 'org.jetbrains.kotlin.jvm' version '1.3.72'
3 | }
4 |
5 | group 'org.example'
6 | version '1.0-SNAPSHOT'
7 | allprojects {
8 | repositories {
9 | maven { url 'http://maven.aliyun.com/nexus/content/groups/public/'}
10 | maven { url 'https://maven.aliyun.com/repository/jcenter/'}
11 | }
12 | }
13 | //repositories {
14 | // mavenCentral()
15 | // maven { url 'http://maven.aliyun.com/nexus/content/groups/public/'}
16 | // maven { url 'https://maven.aliyun.com/repository/jcenter/'}
17 | //}
18 |
19 | dependencies {
20 | implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
21 | implementation "net.mamoe:mirai-core-qqandroid:1.1.1"
22 | implementation 'com.alibaba:fastjson:1.2.70'
23 | implementation 'org.apache.httpcomponents:httpclient:4.5.12'
24 | implementation 'org.jsoup:jsoup:1.13.1'
25 | // https://mvnrepository.com/artifact/commons-io/commons-io
26 | compile group: 'commons-io', name: 'commons-io', version: '2.6'
27 |
28 | }
29 |
30 | compileKotlin {
31 | kotlinOptions.jvmTarget = "1.8"
32 | }
33 | compileTestKotlin {
34 | kotlinOptions.jvmTarget = "1.8"
35 | }
--------------------------------------------------------------------------------
/build/classes/kotlin/main/FriendReplyKt$friendReply$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/classes/kotlin/main/FriendReplyKt$friendReply$1.class
--------------------------------------------------------------------------------
/build/classes/kotlin/main/FriendReplyKt.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/classes/kotlin/main/FriendReplyKt.class
--------------------------------------------------------------------------------
/build/classes/kotlin/main/GroupReplyKt$bullshit$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/classes/kotlin/main/GroupReplyKt$bullshit$1.class
--------------------------------------------------------------------------------
/build/classes/kotlin/main/GroupReplyKt$checkQA$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/classes/kotlin/main/GroupReplyKt$checkQA$1.class
--------------------------------------------------------------------------------
/build/classes/kotlin/main/GroupReplyKt$groupReply$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/classes/kotlin/main/GroupReplyKt$groupReply$1.class
--------------------------------------------------------------------------------
/build/classes/kotlin/main/GroupReplyKt$help$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/classes/kotlin/main/GroupReplyKt$help$1.class
--------------------------------------------------------------------------------
/build/classes/kotlin/main/GroupReplyKt$pic$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/classes/kotlin/main/GroupReplyKt$pic$1.class
--------------------------------------------------------------------------------
/build/classes/kotlin/main/GroupReplyKt$repeatThird$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/classes/kotlin/main/GroupReplyKt$repeatThird$1.class
--------------------------------------------------------------------------------
/build/classes/kotlin/main/GroupReplyKt$replyAt$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/classes/kotlin/main/GroupReplyKt$replyAt$1.class
--------------------------------------------------------------------------------
/build/classes/kotlin/main/GroupReplyKt$replySecond$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/classes/kotlin/main/GroupReplyKt$replySecond$1.class
--------------------------------------------------------------------------------
/build/classes/kotlin/main/GroupReplyKt.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/classes/kotlin/main/GroupReplyKt.class
--------------------------------------------------------------------------------
/build/classes/kotlin/main/LoginKt$$$main.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/classes/kotlin/main/LoginKt$$$main.class
--------------------------------------------------------------------------------
/build/classes/kotlin/main/LoginKt$main$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/classes/kotlin/main/LoginKt$main$1.class
--------------------------------------------------------------------------------
/build/classes/kotlin/main/LoginKt$main$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/classes/kotlin/main/LoginKt$main$2.class
--------------------------------------------------------------------------------
/build/classes/kotlin/main/LoginKt$main$3.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/classes/kotlin/main/LoginKt$main$3.class
--------------------------------------------------------------------------------
/build/classes/kotlin/main/LoginKt.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/classes/kotlin/main/LoginKt.class
--------------------------------------------------------------------------------
/build/classes/kotlin/main/META-INF/NeoBot.kotlin_module:
--------------------------------------------------------------------------------
1 |
2 | 5
3 |
FriendReplyKtGroupReplyKtLoginKtRandomPicKt
4 |
5 | utilsJsonUtilsKt
--------------------------------------------------------------------------------
/build/classes/kotlin/main/RandomPicKt$getPicSrc$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/classes/kotlin/main/RandomPicKt$getPicSrc$1.class
--------------------------------------------------------------------------------
/build/classes/kotlin/main/RandomPicKt$recallPics$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/classes/kotlin/main/RandomPicKt$recallPics$1.class
--------------------------------------------------------------------------------
/build/classes/kotlin/main/RandomPicKt$sendPic$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/classes/kotlin/main/RandomPicKt$sendPic$1.class
--------------------------------------------------------------------------------
/build/classes/kotlin/main/RandomPicKt$sendPic$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/classes/kotlin/main/RandomPicKt$sendPic$2.class
--------------------------------------------------------------------------------
/build/classes/kotlin/main/RandomPicKt.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/classes/kotlin/main/RandomPicKt.class
--------------------------------------------------------------------------------
/build/classes/kotlin/main/config/SourceConfig.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/classes/kotlin/main/config/SourceConfig.class
--------------------------------------------------------------------------------
/build/classes/kotlin/main/modules/SaucenaoModule$Companion.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/classes/kotlin/main/modules/SaucenaoModule$Companion.class
--------------------------------------------------------------------------------
/build/classes/kotlin/main/modules/SaucenaoModule$bestMatch$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/classes/kotlin/main/modules/SaucenaoModule$bestMatch$1.class
--------------------------------------------------------------------------------
/build/classes/kotlin/main/modules/SaucenaoModule.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/classes/kotlin/main/modules/SaucenaoModule.class
--------------------------------------------------------------------------------
/build/classes/kotlin/main/modules/YandereModule$Rating.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/classes/kotlin/main/modules/YandereModule$Rating.class
--------------------------------------------------------------------------------
/build/classes/kotlin/main/modules/YandereModule.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/classes/kotlin/main/modules/YandereModule.class
--------------------------------------------------------------------------------
/build/classes/kotlin/main/utils/HttpUtils.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/classes/kotlin/main/utils/HttpUtils.class
--------------------------------------------------------------------------------
/build/classes/kotlin/main/utils/JsonUtilsKt.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/classes/kotlin/main/utils/JsonUtilsKt.class
--------------------------------------------------------------------------------
/build/classes/kotlin/main/utils/RandomUtils.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/classes/kotlin/main/utils/RandomUtils.class
--------------------------------------------------------------------------------
/build/kotlin/compileKotlin/build-history.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/kotlin/compileKotlin/build-history.bin
--------------------------------------------------------------------------------
/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab
--------------------------------------------------------------------------------
/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab.keystream:
--------------------------------------------------------------------------------
1 | EC:\Users\shiro\IdeaProjects\NeoBot\src\main\kotlin\utils\HttpUtils.kt;C:\Users\shiro\IdeaProjects\NeoBot\src\main\kotlin\Login.kt?C:\Users\shiro\IdeaProjects\NeoBot\src\main\kotlin\RandomPic.ktIC:\Users\shiro\IdeaProjects\NeoBot\src\main\kotlin\config\SourceConfig.ktLC:\Users\shiro\IdeaProjects\NeoBot\src\main\kotlin\modules\SaucenaoModule.ktEC:\Users\shiro\IdeaProjects\NeoBot\src\main\kotlin\utils\JsonUtils.ktGC:\Users\shiro\IdeaProjects\NeoBot\src\main\kotlin\utils\RandomUtils.kt@C:\Users\shiro\IdeaProjects\NeoBot\src\main\kotlin\GroupReply.ktAC:\Users\shiro\IdeaProjects\NeoBot\src\main\kotlin\FriendReply.ktKC:\Users\shiro\IdeaProjects\NeoBot\src\main\kotlin\modules\YandereModule.kt
--------------------------------------------------------------------------------
/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab.keystream.len:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab.keystream.len
--------------------------------------------------------------------------------
/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab.len:
--------------------------------------------------------------------------------
1 | �
--------------------------------------------------------------------------------
/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab.values.at:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab.values.at
--------------------------------------------------------------------------------
/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab_i:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab_i
--------------------------------------------------------------------------------
/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab_i.len:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/kotlin/compileKotlin/caches-jvm/inputs/source-to-output.tab_i.len
--------------------------------------------------------------------------------
/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab
--------------------------------------------------------------------------------
/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream:
--------------------------------------------------------------------------------
1 | utils.HttpUtilsutils.RandomUtilsconfig.SourceConfigmodules.SaucenaoModule modules.SaucenaoModule.Companionmodules.YandereModulemodules.YandereModule.Rating
--------------------------------------------------------------------------------
/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len
--------------------------------------------------------------------------------
/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len
--------------------------------------------------------------------------------
/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at:
--------------------------------------------------------------------------------
1 | / Header Record For PersistentHashMapValueStorageF EC:\Users\shiro\IdeaProjects\NeoBot\src\main\kotlin\utils\HttpUtils.ktH GC:\Users\shiro\IdeaProjects\NeoBot\src\main\kotlin\utils\RandomUtils.ktJ IC:\Users\shiro\IdeaProjects\NeoBot\src\main\kotlin\config\SourceConfig.ktM LC:\Users\shiro\IdeaProjects\NeoBot\src\main\kotlin\modules\SaucenaoModule.ktM LC:\Users\shiro\IdeaProjects\NeoBot\src\main\kotlin\modules\SaucenaoModule.ktL KC:\Users\shiro\IdeaProjects\NeoBot\src\main\kotlin\modules\YandereModule.ktL KC:\Users\shiro\IdeaProjects\NeoBot\src\main\kotlin\modules\YandereModule.kt
--------------------------------------------------------------------------------
/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i
--------------------------------------------------------------------------------
/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len
--------------------------------------------------------------------------------
/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/constants.tab:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/constants.tab
--------------------------------------------------------------------------------
/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/constants.tab.keystream:
--------------------------------------------------------------------------------
1 | LoginKtconfig/SourceConfig
--------------------------------------------------------------------------------
/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/constants.tab.keystream.len:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/constants.tab.len:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/constants.tab.len
--------------------------------------------------------------------------------
/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/constants.tab.values.at:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/constants.tab.values.at
--------------------------------------------------------------------------------
/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/constants.tab_i:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/constants.tab_i
--------------------------------------------------------------------------------
/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/constants.tab_i.len:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/constants.tab_i.len
--------------------------------------------------------------------------------
/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Cyberneurotics/NeoBot/725f3eabb0078a4ecd292cac6f247ecca59982ec/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab
--------------------------------------------------------------------------------
/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream:
--------------------------------------------------------------------------------
1 |
FriendReplyKtFriendReplyKt$friendReply$1GroupReplyKtGroupReplyKt$groupReply$1GroupReplyKt$pic$1GroupReplyKt$replyAt$1GroupReplyKt$replySecond$1GroupReplyKt$repeatThird$1GroupReplyKt$help$1GroupReplyKt$checkQA$1GroupReplyKt$bullshit$1LoginKtLoginKt$$$mainLoginKt$main$2LoginKt$main$3LoginKt$main$1RandomPicKtRandomPicKt$getPicSrc$1RandomPicKt$sendPic$2RandomPicKt$sendPic$1RandomPicKt$recallPics$1utils/HttpUtilsutils/JsonUtilsKtutils/RandomUtilsconfig/SourceConfigmodules/SaucenaoModule"modules/SaucenaoModule$bestMatch$1 modules/SaucenaoModule$Companionmodules/YandereModulemodules/YandereModule$Rating
--------------------------------------------------------------------------------
/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len:
--------------------------------------------------------------------------------
1 | w
--------------------------------------------------------------------------------
/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len:
--------------------------------------------------------------------------------
1 | p
--------------------------------------------------------------------------------
/build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at:
--------------------------------------------------------------------------------
1 | / Header Record For PersistentHashMapValueStorageB AC:\Users\shiro\IdeaProjects\NeoBot\src\main\kotlin\FriendReply.ktB AC:\Users\shiro\IdeaProjects\NeoBot\src\main\kotlin\FriendReply.ktA @C:\Users\shiro\IdeaProjects\NeoBot\src\main\kotlin\GroupReply.ktA @C:\Users\shiro\IdeaProjects\NeoBot\src\main\kotlin\GroupReply.ktA @C:\Users\shiro\IdeaProjects\NeoBot\src\main\kotlin\GroupReply.ktA @C:\Users\shiro\IdeaProjects\NeoBot\src\main\kotlin\GroupReply.ktA @C:\Users\shiro\IdeaProjects\NeoBot\src\main\kotlin\GroupReply.ktA @C:\Users\shiro\IdeaProjects\NeoBot\src\main\kotlin\GroupReply.ktA @C:\Users\shiro\IdeaProjects\NeoBot\src\main\kotlin\GroupReply.ktA @C:\Users\shiro\IdeaProjects\NeoBot\src\main\kotlin\GroupReply.ktA @C:\Users\shiro\IdeaProjects\NeoBot\src\main\kotlin\GroupReply.kt<