GithubHelp home page GithubHelp logo

vincederprince / growthexperimentideasslackbot Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 10 KB

A short little Slack Bot, with which we internally capture Growth Experiment Ideas and evaluate them. Based on the book "Hacking Growth" by Sean Ellis.

Home Page: https://growth-experiment-ideas-slack-bot.vercel.app

Python 100.00%

growthexperimentideasslackbot's Introduction

Growth Experiment Idea Submission Bot for Slack

Overview

The Growth Experiment Idea Submission Bot is a Slack application designed to facilitate the submission and discussion of growth experiment ideas within organizations. Inspired by the principles outlined in "Hacking Growth" by Sean Ellis, this bot provides a structured way for teams to propose, review, and collaborate on growth experiments directly within Slack.

Features

  • Modal Submission Form: Users can submit their experiment ideas through a custom Slack modal, which includes fields for the experiment's name, hypothesis, expected impact, method of measurement, and additional details.

  • Automated Idea Posting: Once a form is submitted, the bot automatically posts the idea to a specified Slack channel, encouraging team-wide discussion and collaboration.

  • User Mentioning: The submission includes an @mention of the user who submitted the idea, facilitating easy recognition and direct feedback.

  • Interactive Voting: The bot's post encourages team members to vote on the idea using emoji reactions and to discuss the idea further in a dedicated thread.

Setup

Prerequisites

  • A Slack account with permissions to create apps.
  • Python 3.x and pip installed on your server.

Installation

  1. Clone the Repository

    git clone https://github.com/VinceDerPrince/growthExperimentIdeasSlackBot.git
    cd growthExperimentIdeasSlackBot
  2. Install Dependencies

pip install -r requirements.txt
  1. Configure Environment Variables Create a .env file in the root directory of the project and add your Slack Bot Token and Signing Secret:
SLACK_TOKEN=your_slack_bot_token_here
SIGNING_SECRET=your_slack_signing_secret_here
  1. Start the Flask Application
python src/bot.py

Slack App Configuration

  1. Create a New Slack App in your workspace via the Slack API website.
  2. Add OAuth Scopes for commands, chat:write, and chat:write.public.
  3. Enable Interactivity & Shortcuts and set the request URL to your server where the Flask app is running.
  4. Create a Slash Command (e.g., /submit-idea) and set the request URL accordingly.
  5. Install the App to your workspace.

Usage

  • Type /submit-idea in any channel or direct message to open the idea submission modal.
  • Fill in the form with your experiment idea and submit.
  • The bot will post the submission to the configured channel for team review and discussion.

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue for any bugs, feature requests, or improvements.

growthexperimentideasslackbot's People

Contributors

vincederprince avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.