From Stock Automation to Daily Discord Updates with BitSwan

This post demonstrates how easy it is to turn a BitSwan Jupyter automation—originally triggered manually by a WebFormSource—into a fully automatic process that runs on a schedule and sends the result elsewhere. In this example, we’ll show how to transform the stock calculator automation into a daily job that sends a stock performance plot to a Discord channel using a webhook. You can find the original stock automation here: StocksCalculator. If you haven’t created it yet, follow this introductory blog post. ...