Automate Your Workspace templates

Website Stats App

The Website Stats App is a bot that provides detailed statistics about a given website. It visits the website, determines its load time, status, and security level. The app also handles errors for incorrect URLs, notifies the user if the website processing is taking some time, and alerts the user if the website is down or not reachable. Additionally, the app automatically posts updates on a Discord channel every 7 hours. If Discord credentials and channel ID for Discord are present, it will use that. The environment variables required for this app are: DISCORD_WEBHOOK_URL, and WEBSITE_URL.

Icon 1 Icon 1
739
Stripe Webhook FastAPI Test Sender

By leveraging FastAPI, this template will send and test the mock webhook received from the Stripe API. Stripe Webhook test will print the data on the console.

Icon 1 Icon 1
231
Weekly Jira Issue Count to Slack

This app fetches Jira issues that had status change in the last week, calculates the count of issues in different issue types, further breaks down each issue type by issue status, prepares a summary for it in form of a table using tabulate, posts the summary in a Slack channel, and schedules the app to run every time the server is started and then every week afterwards. The app requires the following environment variables to be set: - `JIRA_SERVER`: The URL of your Jira server. - `JIRA_USERNAME`: Your Jira username. - `JIRA_API_TOKEN`: Your Jira API token. - `JIRA_PROJECT_NAME`: The name of your Jira project. - `SLACK_TOKEN`: Your Slack token. - `CHANNEL_ID`: The ID of the Slack channel where the summary will be posted.

Icon 1 Icon 1
103
Gmail Email Sender App

This app securely connects to GMAIL via SMPT app and sends a test email. It can be used as a basic building block to build more complicated email sending apps.

Icon 1
187
Extract contact information from CV's (from pdf or word + multiple files) to Excel spreadsheet

<p id="">This template is designed to help you extract contact information from CV's that are in PDF or Word documents, and output that information into an Excel spreadsheet format with ease.</p><p id="">‍</p>

91
Stripe Cancellation Reasons Report

A web interface that allows users to authenticate with their Stripe account and download cancellation survey reasons into a CSV file. You can modify this template if you want to see additional information about your subscriptions data in Stripe.

Icon 1 Icon 1
49
Selenium AI Scraper with Google Gemini Flash

Web application to help scraping specific webpages. This selenium app sends the code of the page to Gemini flash 1.5 and asks it to retrieve the answer and points out the element on the page to do so.

Icon 1 Icon 1 Icon 1 Icon 1 Icon 1
76
Slack Thread Summarizer App

This app listens for mentions in a Slack thread, excluding messages sent by bots and messages where the bot is mentioned. It then summarizes the thread using an LLM, providing a concise summary of 3 to 5 sentences. The summary is sent back to the same thread where the bot was mentioned. The app also improves the prompt given to the LLM, ensuring that the response consists of key takeaways in bullet points, is concise, and avoids repetition. It also handles errors when the app is mentioned directly without any thread.

Icon 1
86
Survey/Form that stores responses to Google Sheets

Survey/Form that stores responses to Google Sheets

Icon 1 Icon 1
241

Automate Your Workspace