1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-10-16 17:47:29 +00:00
Commit graph

280 commits

Author SHA1 Message Date
44bc5f1f9d
Remove dependencies from docker workflow 2022-08-09 03:26:53 +02:00
e9a0c787ee
Bump version to 0.4.1 2022-08-09 03:25:51 +02:00
c05899b1f2
Add automated release actions workflow 2022-08-09 03:24:51 +02:00
b390280c23
Create basic Dockerfile 2022-08-09 03:09:49 +02:00
c8c4b7284b
Add docs.rs metadata 2022-08-09 02:24:35 +02:00
172271025a
Bump version to 0.4.0 2022-08-08 23:48:18 +02:00
4939949bde
Remove excess text from README 2022-08-08 23:47:29 +02:00
674f2eda71
Strikethrough unfinished features 2022-08-08 23:40:49 +02:00
ad813dfd6c
Remove unused imports 2022-08-08 23:34:55 +02:00
8cc200b6f4
Boost code and name fields, while lowering slightly flavor 2022-08-08 23:23:26 +02:00
e59856c656
Add basic "unavailable" notices to the unimplemented bots 2022-08-08 23:20:23 +02:00
1eeef94eb3
Add doc logos to binary targets 2022-08-08 23:16:00 +02:00
bc05fc9afa
Improve significantly docs 2022-08-08 21:06:52 +02:00
d2f922b97f
Use AND conjunction by default in the QueryParser 2022-08-08 19:58:57 +02:00
bd335b4712
Documentation and structure improvements 2022-08-08 19:55:59 +02:00
86684d6840
"Rename" crate to patched_porobot 2022-08-08 19:01:53 +02:00
821aaa875b
Create empty discord module 2022-08-08 18:53:17 +02:00
366a4675d8
Fix Telegram link in README 2022-08-08 18:35:34 +02:00
4ee3576e4b
Use links instead of images due to GFM not supporting size attributes 2022-08-08 18:35:11 +02:00
e45801345c
Appearently Android screenshots are jpgs? 2022-08-08 18:32:29 +02:00
e2ab11a360
Add screenshots to the readme 2022-08-08 18:31:32 +02:00
4c1a23e09e
Disable spellchecker 2022-08-08 18:20:54 +02:00
8c34409ba1
Change err-no-query message 2022-08-08 18:20:44 +02:00
db50c2780d
Add telegram screenshot 2022-08-08 18:19:20 +02:00
1d280ea16c
Begin writing readme 2022-08-08 18:19:13 +02:00
53186dd959
Use explicit format syntax so IntelliJ Rust does not complain about unused vars 2022-08-08 16:22:03 +02:00
6300623886
Fix newlines in displaying telegram cards 2022-08-08 16:21:16 +02:00
67ed228958
Move engine inside the inline query handler
Is there a better way to do this?
2022-08-08 16:18:55 +02:00
ca82930279
Move handlers to telegram::handler 2022-08-08 16:10:53 +02:00
d8328cbd22
It is (mostly) done! 2022-08-08 04:55:07 +02:00
25df599586
Complete most of the telegram bot 2022-08-08 04:10:59 +02:00
b2a2535b93
Add a way to convert Card into InlineQueryResult 2022-08-07 17:50:35 +02:00
c945f7e6c5
Add branch for telegrambot binary without the required feature 2022-08-07 17:50:09 +02:00
12d5517c46
Use new png icon in README 2022-08-07 17:33:21 +02:00
e59c085bec
Delete "wrong" jpg icon 2022-08-07 17:33:10 +02:00
b7403c6e0e
Use reference in String::from::<&CardType> call 2022-08-07 17:32:50 +02:00
dfedc23bab
Fully create the cargo project layout 2022-08-07 17:30:56 +02:00
56df5bdd86
Don't take ownership of CardType when converting to String 2022-08-07 17:27:54 +02:00
fb34162fef
Fix some issues in the telegram module 2022-08-07 17:24:03 +02:00
c6e95322ce
Revert Debug and Clone derivations on CardSearchEngine 2022-08-07 17:23:46 +02:00
3853b9f006
Create the telegrambot binary 2022-08-07 17:23:12 +02:00
64d5b8ef70
Uncomment the telegram module 2022-08-07 17:23:05 +02:00
0795ee3add
Use implicit targets in Cargo.toml 2022-08-07 17:22:56 +02:00
96fb1c4bc6
Make the telegram::display module public 2022-08-07 16:47:50 +02:00
c2146f662a
Improve the telegram::display module 2022-08-07 16:47:29 +02:00
08388c59b3
Use the in-game term of "Illustration by" 2022-08-07 16:12:18 +02:00
838b88e741
Update some docstrings 2022-08-07 16:04:42 +02:00
f09c366900
Also derive Clone for CardSchemaFields 2022-08-07 05:42:21 +02:00
6edc2965a9
Derive Debug for more things 2022-08-07 05:42:04 +02:00
8ed792bda9
Fix some doc warnings 2022-08-07 05:41:33 +02:00