Commit Graph

136 Commits

Author SHA1 Message Date
dymik739 69cb179d87 auto-schedule-pro: update schedule for 3 semester 2023-08-08 18:18:46 +03:00
dymik739 1bd7fc2ef1 auto-schedule-pro-v2: improve holiday exclusive easter egg (triggered at !пара) 2023-08-07 23:32:45 +03:00
dymik739 535087fae1 auto-schedule-pro-v2: temporary change responce to !пара (holidays exclusive) 2023-08-07 22:58:32 +03:00
dymik739 e8a61a9e36 auto-schedule-pro: commit last additions.json edit as of 2 semester 2023-08-07 22:33:37 +03:00
dymik739 5d7f89cff0 auto-schedule-pro: fix issues related to reading links from containers 2023-08-07 22:32:10 +03:00
dymik739 763cc4d131 add new module: translator 2023-08-01 12:09:35 +03:00
dymik739 bd22e8e9b6 hotfix: make bot core API v1 respect recent change from self.RESPONCE to self.RESPONSE 2023-06-29 13:46:44 +03:00
dymik739 44628a3021 qna-basic: fix broken database file after code refactoring 2023-06-27 16:01:42 +03:00
Rhinemann 72c5b0b4a9 Minor changes. 2023-05-08 12:45:02 +03:00
Rhinemann efac73776f Minor changes. 2023-05-08 12:27:39 +03:00
Rhinemann d1f7019f89 Typos and cosmetics. 2023-05-08 10:28:26 +03:00
Rhinemann 8debb0b3d5 Typos. 2023-05-08 10:23:06 +03:00
Rhinemann 2206bf6319 Typos. 2023-05-08 10:22:23 +03:00
Rhinemann 38d8674bbd Typos. 2023-05-08 10:14:28 +03:00
Rhinemann 7bca26e07c Edited according to PEP8 and added f-strings. 2023-05-08 09:59:07 +03:00
Rhinemann 1f9212c033 Понедулок. 2023-05-06 20:09:20 +03:00
dymik739 d0cd483b73 auto-schedule-pro-v2: fix negative day shifts being interpreted as positive ones 2023-05-06 18:25:00 +03:00
dymik739 edfcc6e1be auto-schedule-pro-v2, auto-schedule-pro: switch to calling new module by default 2023-05-06 18:14:53 +03:00
dymik739 56e57c4d7f auto-schedule-pro-v2: add new module as a successor of auto-schedule-pro rewritten to utilize ModuleV2 API 2023-05-06 18:03:01 +03:00
dymik739 ae1225ceee Merge pull request 'Added lesson type.' (#6) from Rhinemann/modular-bot-framework-for-telegram:master
Reviewed-on: dymik739/modular-bot-framework-for-telegram#6
2023-05-04 21:48:07 +03:00
Rhinemann bf79f3903d Slight naming tweaks. 2023-05-04 21:42:13 +03:00
Rhinemann 59b547d9fa Added lesson type. 2023-05-04 21:20:03 +03:00
dymik739 e4f0e88a58 main.py: replace deprecated imp module with importlib 2023-05-04 18:13:08 +03:00
dymik739 a6284539ac module-v2-example: fix the testing typo to enable the module 2023-05-03 21:47:33 +03:00
dymik739 7e0a47e498 main.py: fix v2 modules reloading 2023-05-03 21:44:46 +03:00
dymik739 3e80a6effb module-v2-example: add an example module to show off the new capabilities 2023-05-03 21:08:01 +03:00
dymik739 e12532338d add support for modules of version 2 2023-05-03 21:06:05 +03:00
dymik739 6e0830362c add GPLv3 license 2023-05-03 14:04:56 +03:00
dymik739 181e89b107 merging pull request #4 2023-05-02 10:41:03 +03:00
Rhinemann 7bf5d957a1 Removed comment. 2023-04-30 00:23:48 +03:00
Rhinemann 520baa7dc1 Took out the spaces. 2023-04-30 00:14:08 +03:00
Rhinemann 68244a2e7c Made workable. 2023-04-30 00:13:44 +03:00
Rhinemann f1d04954f0 Merge branch 'master' of http://10.1.1.1:3000/dymik739/modular-bot-framework-for-telegram 2023-04-29 23:59:03 +03:00
dymik739 28d88d0a6d module-testing.py: fix the bug that was crashing the script, clean some code and improve message simulation 2023-04-29 23:27:16 +03:00
Rhinemann 36793e9946 Cleaning up in auto-schedule 2023-04-27 11:22:25 +03:00
dymik739 20be4be346 Merge pull request 'Little tweaks to variables.' (#3) from Rhinemann/modular-bot-framework-for-telegram-fork:master into master
Reviewed-on: dymik739/modular-bot-framework-for-telegram#3
2023-04-26 14:08:25 +03:00
Rhinemann 493a29b9fa Little tweaks to variables. 2023-04-26 13:34:48 +03:00
dymik739 45b0a5973c transliteration-decoder: add !dc command trigger, allow cz-ua model to be default and make code more readable 2023-04-26 13:12:15 +03:00
dymik739 c4f6e952bc auto-schedule-pro: replace loops with remainder operation to increase performance when looking up large amounts of days 2023-04-26 12:44:39 +03:00
dymik739 759b7517ef transliteration-decoder: hotfix - add missing letters to en-ua-direct model 2023-04-19 18:41:27 +03:00
dymik739 2e0a0b863d transliteration-decoder: add en-ua-direct model (casts english keyboard layout directly to ukrainian) 2023-04-19 18:15:29 +03:00
Rhinemann c1372316d3 Test 2023-04-18 11:29:55 +03:00
dymik739 d0f2827d66 transliteration-decoder: improve case-awareness to produce more precise translations 2023-04-17 22:11:49 +03:00
dymik739 0def45c6ce transliteration-decoder: add the ability to read the reply_to message text as decoding argument 2023-04-10 17:50:20 +03:00
dymik739 dc656e2156 auto-schedule-pro: update additions.json 2023-04-10 17:40:35 +03:00
dymik739 b3a44bcc0c auto-schedule-pro: add the ability to read dynamic links from containers [experimental feature] 2023-04-10 17:30:50 +03:00
dymik739 2f004fec7d auto-schedule-pro: fix redirection fail when more than one link provided by the schedule 2023-04-10 15:26:50 +03:00
dymik739 29a86f7320 transliteration-decoder: add new module 2023-04-07 00:19:39 +03:00
dymik739 c9271963b2 main.py: [community suggestion] disable link previews when sending messages 2023-04-06 08:20:18 +03:00
dymik739 f213710601 add testing code for web service 2023-04-06 08:11:02 +03:00