Joke Collection Website - Blessing messages - python: message push - enterprise WeChat robot push

python: message push - enterprise WeChat robot push

Processing steps to implement push:

Create robot:

1. Log in to the company - pull and create a group of 3 people or more - right-click the group Settings - Add robot, as shown in the figure:

Create a new robot:

Name the robot:

Creation completed:

Get the robot webhook : Copy webhook

/cgi-bin/webhook/send?key=XXXXXXXXXXX

Install Python third-party library: requests.

pip install requests

Follow the corresponding robot documentation instructions to make interface requests for the packaged push content:

After running, you will get results similar to the following :