Today I'd like to introduce you to a great messaging push serviceServer Sauce
Introduction to Server Sauce
Server, what's the sauce?
"Server Sauce", or "ServerChan" in English, is a communication software between cell phones, servers, and smart devices.
Speak human? It's the tool that pushes messages from servers, routers, and other devices to cell phones.
It only takes a minute to open and use it:
WeChat Login
Setting the Message Channel
To send a message, there are generally two ways:
Fill in the SendKey in the interface or configuration file of the software that supports Server Sauce.
You can also make your own way to the/
Specific methods of use
1. OpenServer Sauce Address,then WeChat sweep code login.
2. Make message channel settings, select a message channel, and then save.
I'm testing here by selecting the default channel
3. Click Key&API to send the message.
3.1 Send a message with the online sending tool, filling in the title and content of the message to be sent, as shown below.
Click the Send button to send the message, and then view the message on the Sugar Release Service as shown below
3.2 Sending messages via api calls
import requests
resp=('/?title=test&desp=this is a test message')
# Message Response Content:
'{"code":0,"message":"","data":{"pushid":"173616581","readkey":"******","error":"SUCCESS","errno":0}}'
For detailed instructions, please see the website api instructions.
4. Push log page
This page only shows the 15 most recent messages from the last 24 hours.
5. Subscription
Choose your subscription according to your situation
that's all...Server SauceYou can test and use it by yourself.