Wegroupchatbot

Latest version: v0.0.7

Safety actively analyzes 625645 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.0.7

bot = GroupChatBot('http://qyapi.weixin.test.com.local/cgi-bin/webhook/send?key=8a6b7936-06b1-4ada-ab66-f6389d78f053')

send text

bot.send_text('hello world!')

0.0.5

**Bot groups**

python
from WeGroupChatBot import GroupChatBots
bots= GroupChatBots('a73c9432-24f6-419b-a643-70baae301d17', 'a73c9432-24f1-418b-a643-70baae301d17')

send text

bots.send_text('hello world!')

0.0.4

python

from WeGroupChatBot import GroupChatBot

def test_send_file():
bot= GroupChatBot('a73c9432-24f6-419b-a643-70baae301d17')
assert bot.send_file(os.path.join(os.path.abspath(os.path.dirname(__file__)), '2019.png'))

0.0.3

support send file

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.