slack_cleaner2:Python3模块,用于使用Slack REST API删除Slack消息和文件

时间:2021-05-14 02:02:51
【文件属性】:
文件名称:slack_cleaner2:Python3模块,用于使用Slack REST API删除Slack消息和文件
文件大小:57KB
文件格式:ZIP
更新时间:2021-05-14 02:02:51
python slack pypi python3 slackapi slack_cleaner2 在Slack上批量删除消息和文件。 安装 从PyPi安装: pip install slack-cleaner2 最新版本 pip install -e git+https://github.com/sgratzl/slack_cleaner2.git#egg=slack_cleaner2 用法 与原始版本( )相比,此版本侧重于纯python软件包,该软件包可轻松编写脚本,而无需使用大量不同的命令行参数。 基本用法 from slack_cleaner2 import * s = SlackCleaner ( 'SECRET TOKEN' ) # list of users s . users # list of all kind of channels s . conversations # delete all messages in -bot
【文件预览】:
slack_cleaner2-main
----MANIFEST.in(228B)
----example()
--------example.py(613B)
--------archive.py(996B)
----pyproject.toml(85B)
----docs()
--------api.rst(452B)
--------conf.py(6KB)
--------installing.rst(136B)
--------develop-install.rst(289B)
--------requirements.txt(69B)
--------introduction.rst(109B)
--------index.rst(458B)
----.pylintrc(16KB)
----Pipfile(517B)
----.github()
--------FUNDING.yml(65B)
--------ISSUE_TEMPLATE()
--------workflows()
----slack_cleaner2()
--------predicates.py(5KB)
--------cli.py(7KB)
--------logger.py(3KB)
--------util.py(596B)
--------__main__.py(119B)
--------__init__.py(643B)
--------model.py(34KB)
--------_info.py(160B)
----Dockerfile(380B)
----tests()
--------__init__.py(15B)
--------test_slack_cleaner2.py(700B)
----tox.ini(450B)
----LICENSE(1KB)
----Pipfile.lock(44KB)
----setup.cfg(262B)
----docker()
--------Dockerfile(176B)
--------info.py(255B)
----requirements.txt(73B)
----docker-compose.yml(357B)
----setup.py(1KB)
----.gitignore(1KB)
----tasks.py(3KB)
----README.md(5KB)
----.editorconfig(255B)
----.gitattributes(2KB)

网友评论