
A Flask inspired, decorator based API wrapper for Python-Slack.
Tangerine is a sleek and efficient framework designed for building Slackbots using Python. Drawing inspiration from Flask, this decorator-based API wrapper simplifies the bot development process by reducing boilerplate code, allowing developers to focus on functionality instead. It's accessible for both seasoned developers and newcomers, making it an ideal choice for those looking to create interactive bots for their Slack workspace.
With Tangerine, you can quickly set up a bot by configuring it to listen for specific commands or phrases. It also includes a built-in scheduling feature that enables sending periodic messages, enhancing its utility in various scenarios. Whether you want a bot to respond instantly to certain keywords or send reminders at set intervals, Tangerine offers a versatile solution.
listen_for decorator.