- Arkhangelsk, Russia
- https://skobk.in
- Joined on
2022-03-02
882b4df5e1
#7 Notifier is now able to process real FeedItem objects.
54cded15e5
#7 Code style changes recommended by pylint.
93610e4084
#7 Database integration. All basic commands implemented in CommandProcessor. Two telegram update middlewares implemented (UserAuthMiddleware, ExceptionHandlerMiddleware).
dbdb256359
#6 #7 Adding feed operation methods to the Database class. Creating custom DisplayableException for future usage in CommandProcessor. Some PEP-8 code style changes.
305f1afa3c
#7 Moving from package to module.
dc314b4599
#7 Code style changes.
c0148c2c91
#7 Making more detailed logic of notification. Slight refactoring.
5509053bb0
#7 Implementing Telegram bot run script.
8f359847bf
#11 pylama. Hiding pylama installation in Drone CI logs.
74bd517238
#7 Moving from package to module.
7327f2c893
telegram. Code style changes.
b91f6d1edf
telegram. Making more detailed logic of notification. Slight refactoring.
3b3438eab2
telegram. Implementing Telegram bot run script.
7ecd2df49f
pylama. Hiding pylama installation in Drone CI logs.
database_module
By the way as you're selecting not the subscriptions themselves but the feeds users subscribed to it could be better to call this something like get_user_feeds()
.
database_module
By the way as you're selecting not the subscriptions themselves but the feeds users subscribed to it could be better to call this something like get_user_feeds()
.
database_module
There is a semantic convention about database interaction method naming and behavior.