GithubHelp home page GithubHelp logo

mr_summarize_bot's Introduction

Description

This is a simple Slack bot that listens to messages in a channel, and when it finds a (single) message linking to a Gitlab MR or a diff between tags, it will send the contents to OpenAI and post back a summary of changes as a reply to the original message.

Requirements

  1. Python 3.11 or higher
  2. Poetry
  3. A previously set-up and installed Slack app
  4. Make sure to subscribe to the message.channels event in the Slack app settings.
  5. Access to a Gitlab repo and a personal access token with the api scope.

Steps to run locally

  1. Make a copy of .env.sample and rename it to .env.
  2. Fill in the required environment variables in the .env file.
  3. Install dependencies in whatever env you like with poetry install.
  4. Run the app with python main.py
  5. Expose through ngrok: ngrok http 3000 (or whatever port you are using)
  6. Get the ngrok URL and paste it in the Request URL field in the Slack app settings. (make sure to add /slack/events at the end of the URL)

mr_summarize_bot's People

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.