Hi folks!
We recently collaborated with Crul, a really cool tool for creating data pipelines that make data from the web and APIs structured and easily usable for bots.
This example bot scrapes product data from a Shopify store and writes it into an Excel file, but you can essentially do tons of other things with the same logic.
The bot also demonstrates how to make a tiny Python wrapper that deals with an external API like Crul, and helps you keep the bot code super neat and readable.