The traditional way or introduce:

1. First create an enterprise wechat group robot, and select a group to add

Enterprise wechat robot production process


2. Use Webhook to call the address to send messages (see the detailed description of the specific use method) so as to achieve the purpose of sending messages with this enterprise wechat robot.

Here is a simple Python example of an enterprise wechat robot sending a message:

import requests
data = {
 "msgtype": "text"."text": {
 "content": "Enterprise wechat Robot Test Message",
 }
}
r = requests.post(url='https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=XXXXX', json=data)
print(r.text)
Copy the code

Tips:

1. Send data to the specified enterprise wechat robot interface using the Post function of Requests. The data must be a JSON string in the specified format.

2. Message content format: Enterprise wechat robot supports two different formats, ordinary text and Markdown text.


Now what are we making enterprise wechat robot? (0 code, small white can also use!)



Now using RPABOT, you can quickly make your own enterprise wechat group robot through easy drag and drop Settings!

Click here to download and install!

RPABOT also supports the following operations: Web page crawl, save to Excel, quick start software, save to clipboard, save to TXT, etc. For example, you can:

  1. We can make wechat robots that send shenzhen weather at nine o ‘clock every day
  2. You can open word, Excel, PPT software or files with one click
  3. Crawl a webpage information (such as douban rental information) and save it in Excel or TXT

You can also freely combine ~ according to your own needs

So what exactly is RPABOT?

“RPABOT” is the first version of the RPA robot process automation concept, which can create complex process automation robot tools by simple drag and drop and content Settings.

At present, it is still early version, if you have any comments or needs during the experience process, you can talk to me privately and give feedback!