Giter Site home page Giter Site logo

iam-mhaseeb / standupmonkey Goto Github PK

View Code? Open in Web Editor NEW
71.0 3.0 12.0 50 KB

A self hosted slack bot to conduct standups & generate reports.

Home Page: https://standup-monkey.herokuapp.com/slack/install

License: GNU General Public License v3.0

Python 100.00%
python python3 python-3 slack slack-bot slackbot standup standup-meetings standup-report standup-slackbot

standupmonkey's Introduction

Standup Monkey

StandupMonkey

A self hosted slack bot to conduct standups & generate reports.

Report Bug ยท Request Feature

StandupMonkey - A self hosted slack bot to conduct standups. | Product Hunt

Contributors Issues License: GPL v3 Forks Stars

Installation

  1. Install already hosted bot (Use this for only testing purpose)

Add to Slack

  1. Deploy on your own server (Recommended)
    1. Clone this repoistory and deploy on server of your choice
    2. Go to https://api.slack.com/apps
    3. Select Create New App
    4. Choose From an app manifest
    5. Select your workspace
    6. Copy yaml from here paste it in a code editor
    7. Replace https://standup-monkey.herokuapp.com with your server base url (example: https://yourwebsite.com)
    8. Paste it in opened modal and click next
    9. Click create and app will be created in your workspace
    10. Go to manage your app screen & select Basic Information
    11. Setup your postgres database on your desired service
    12. Navigate to App Credentials section
    13. Set the following enviornment variables:
      • Client ID as SLACK_CLIENT_ID
      • Client Secret as SLACK_CLIENT_SECRET
      • Signing Secret as SIGNING_SECRET
      • Slack bot token as SLACK_BOT_TOKEN Yes, we need it really :( files upload doesn't work without it.
      • Database host as HOST
      • Database user as USER
      • Database password as PASSWORD
    14. Add your newly added bot to your required channel
    15. You standup bot is now ready to use ๐ŸŽ‰

Quick start

  1. Go to StandupMonkey messages
  2. Type /standup image
  3. Fill details in the input boxes and press enter to submit each input image Note: Make sure StandupMonkey is added to the channel in which you are trying to post your standup status
  4. StanupMonkey will post submitted standup status to selected channel automatically image
  5. Type /generate-report @user start_date end_date to generate CSV report of standup statuses of a user image Note: Start date & date should be in the format: YYYY-MM-DD
  6. Your generated report will be something like this image

Authors

Licensing

The project is GPL-3.0 License.

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.