Commit graph

141 commits

Author SHA1 Message Date
ae695d6f48 chore: optimization code 2025-05-17 12:34:10 +03:00
f92e24816d chore: wrap lines to 79 chars for PEP8 compliance and improved readability, no logic changes 2025-05-17 12:29:50 +03:00
6f415c2378 fix: fixed a bug with the message not changing 2025-05-17 12:26:29 +03:00
ff8d23330b chore: added localization files 2025-05-17 11:50:26 +03:00
8569a0a924 feat: bot customization 2025-05-17 11:50:08 +03:00
01b8d01285 chore: made localization in the inline command to get the course of the command 2025-05-17 11:49:57 +03:00
5fe0a5ae3a chore: added a new field for period customization 2025-05-17 00:35:27 +03:00
722b79b523 chore: Added translation for the start command, code link made as a button 2025-05-17 00:34:56 +03:00
6bf8b4c049 chore: a class is written to get and work with localization 2025-05-17 00:34:28 +03:00
fd6f0b699e chore: charts are now as a picture natively, not a link 2025-05-17 00:34:05 +03:00
9b3ed607b0 chore: fix import 2025-05-15 15:06:53 +03:00
1ae3ec9aec chore: the link in the post has been replaced with a button 2025-05-15 15:06:40 +03:00
210c60552f chore: fix import 2025-05-15 15:03:21 +03:00
757c74f779 chore: the database is now not deleted when the container is stopped 2025-05-15 14:55:08 +03:00
b671981bb3 chore: added new updates and moved the database instance to another file 2025-05-15 14:54:39 +03:00
b5d8edcc38 chore: added a new field to customize the schedule period 2025-05-15 14:53:52 +03:00
b4eba633b9 chore: the commands have been organized into files 2025-05-15 10:53:55 +03:00
4aa4742cd2 feat: add sqlite database 2025-05-15 01:06:03 +03:00
e170b5bff2 chore: set return type is none for start command 2025-05-15 00:34:37 +03:00
86085e2feb chore: made line breaks 2025-04-26 14:04:27 +03:00
65236eeec8 chore: Changed the key to get the schedule
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled
2025-04-21 21:12:00 +03:00
d47a1afb84 chore: change path for config 2025-03-27 13:15:35 +03:00
ecdb072773 fix: Fixed an error with conversion, now the correct format in the string is returned at once 2025-03-27 13:15:27 +03:00
f57dfd4762 fix: fix path for config 2025-03-27 12:09:12 +03:00
cc916c172a chore: dockerfile is now used for docker compose, not image. 2025-03-27 11:40:13 +03:00
655cb35260 chore: Rewrote the date retrieval function if there is no data 2025-03-27 11:39:48 +03:00
c0680d38d5 fix: Fixed a bug, at midnight, when there is no currency rate, it did not give anything, now the date will be in the same timezone as kekkai 2025-03-26 17:57:14 +03:00
87ef0b2daf fix: corrected the name of the encoding 2025-03-26 17:55:59 +03:00
ae039e2310 refactor: Fixed the code, removed the problematic characters, and made indents 2025-03-26 14:13:20 +03:00
7a246c8b92 chore: Changed the word from Russian to English. 2025-02-17 21:40:04 +03:00
661e11c8d7 fix: Fixed formatting of numbers. Emphasized zeros at the end 2025-02-04 14:39:02 +03:00
7c3f289bd6 chore(readme): Updated the readme, removed unnecessary stuff and wrote a new description 2025-01-11 22:14:27 +03:00
7972e16b28
Merge pull request #2 from Redume/refactor/use-webhooks
Refactor/use webhooks
2025-01-10 20:46:38 +03:00
b5f75ef0bc feat: add support for grouping separators and precise handling of small numbers in format_number 2025-01-10 00:54:59 +03:00
ef980f1ef6 fix: fixed the condition with getting currency from_currency 2025-01-10 00:18:15 +03:00
db79e74268 chore: Made a check if the currency rate was not found 2025-01-10 00:12:00 +03:00
c9eb773f10 fix: Error with Decimal if the number was too large 2025-01-09 23:03:38 +03:00
0eafaba090 feat: commands are now in mono-wide format 2025-01-09 20:47:35 +03:00
caac4f9a1f feat: Made a command to start 2025-01-09 20:41:29 +03:00
ad8dc2da35 chore: deleted special symbol 2025-01-09 15:44:04 +03:00
39ea50f0d7 chore: updated the aiogram version 2025-01-09 13:37:08 +03:00
7ed98e5b88 chore: the schedule period has been changed from a week to a month 2025-01-09 13:26:57 +03:00
6a2291c6bf chore: new example config 2025-01-09 13:26:33 +03:00
169166af3b chore: delete requests in requirements.txt 2025-01-09 13:16:13 +03:00
0537bfe3cf fix: Fixed conditions with negative numbers and if text is written instead of number 2025-01-09 00:55:50 +03:00
0ca150eec8 fix: did a check for negative numbers 2025-01-09 00:29:34 +03:00
a1ad2d1694 refactor: Bot rewritten to webhooks, duplicate code removed 2025-01-09 00:19:00 +03:00
234e8bf244 fix: handle exponential notation and large numbers in format_number function 2025-01-09 00:18:24 +03:00
d8d6635987 refactor: Rewrote the creation of graphs on aiohttp 2025-01-09 00:04:31 +03:00
f122614b9f chore: Made a regular expression to remove the graph reference from the previews 2025-01-09 00:03:19 +03:00