slack_simple.py 文件源码

python
阅读 19 收藏 0 点赞 0 评论 0

项目:slack_emoji_bot 作者: linnil1 项目源码 文件源码
def __init__(self):
        self.colorPrint = ColorPrint.setPrint("Root")
        self.colorPrint("Test Unit", wantname)

        modules = InitModule.modulesGet()
        privacy = password_crypt.logIn(InitModule.requiresGet(modules))
        # self.colorPrint("Secret",privacy,color="WARNING")
        modules = [i for i in modules if i['name'] in ["", *wantname]]

        self.modules, base = InitModule.initSet(privacy, modules)
        self.slack = SlackClient(base.get('TOKEN'))
        self.ignoretype = [
            'user_typing',
            'reconnect_url',
            'pref_change',
            'presence_change',
            'emoji_changed',
            'desktop_notification']
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号