Create event-driven sales alert system with Python Faust and Aiohttp [tutorial]

In this post I’ll write a simple python app that will post message to Slack when your users purchase a subscription. The web app will be a aiohttp server tha… Read more

Similar