Using data provided by my ServiceNow Web Scraper app, I created an integration with Discord, a slack-like web application that provides text, voice, and video chat servers for gaming communities.

The data is parsed and creates a daily record of participants progress. Every morning, after the progress is recorded, ServiceNow contacts the Discord API and a bot informs the server of the players’ progress.

Screenshot of Discord Bot displaying video game stats

The admittedly “written very much for our specific use-case” code can be found my GitHub Repository, but you will at least be able to see how I did it.