Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

tgbot

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tgbot - npm Package Compare versions

Comparing version
1.0.dev25
to
1.0.dev26
+1
-1
PKG-INFO
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/

@@ -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