Discord has great support for bots, who can be invited to servers and channels and then post there.
type=discord;code=<SHORTCODE>;guild_id=<GUILD_ID>;channel_id=<CHANNEL_ID>;token=<ACCESS_TOKEN>
SHORTCODE
- a unique code to refer to the social network instance, this will appear in logsGUILD_ID
- id of the Discord server to post toCHANNEL_ID
- channel of the Discord server to post toTOKEN
- Access token for the Discord bot belonging to the Discord app (see below)To build a bot that can post into a server, you’ll need to:
Bot
Send Messages
Attach Files
Add Reactions
Read Message History
Use Slash Commands
NB. There are also some interesting thread-based permissions. They are out of scope for this application for now.