tgbot
Advanced tools
+1
-1
| Metadata-Version: 1.1 | ||
| Name: tgbot | ||
| Version: 1.0.dev25 | ||
| Version: 1.0.dev26 | ||
| Summary: Framework to build a Telegram Bot based on a UWSGI Server | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/T-Eberle/tgbot/ |
+1
-1
@@ -8,5 +8,5 @@ [metadata] | ||
| [egg_info] | ||
| tag_build = .dev25 | ||
| tag_build = .dev26 | ||
| tag_date = 0 | ||
| tag_svn_revision = 0 | ||
| Metadata-Version: 1.1 | ||
| Name: tgbot | ||
| Version: 1.0.dev25 | ||
| Version: 1.0.dev26 | ||
| Summary: Framework to build a Telegram Bot based on a UWSGI Server | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/T-Eberle/tgbot/ |
@@ -36,3 +36,3 @@ # -*- coding: utf-8 -*- | ||
| elif conversation.getconversation(user.getchatid()): | ||
| commandparser.parseconversation(message, conversationmethods, conversation) | ||
| commandparser.parseconversation(message, conversation.getconversationcommand(user.getchatid()),conversationmethods) | ||
| elif TGRedis.getconvcommand(message): | ||
@@ -39,0 +39,0 @@ commandparser.parsecommand(message, botcommands) |
@@ -14,4 +14,10 @@ # -*- coding: utf-8 -*- | ||
| @staticmethod | ||
| @abstractmethod | ||
| def getconversationcommand(user_id): | ||
| pass | ||
| @staticmethod | ||
| @abstractmethod | ||
| def deleteconversation(user_id): | ||
@@ -18,0 +24,0 @@ pass |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
62786
0.22%1029
0.39%