Giter Site home page Giter Site logo

iam-mhaseeb / standupmonkey Goto Github PK

View Code? Open in Web Editor NEW
71.0 3.0 11.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.

standupmonkey's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

standupmonkey's Issues

Introduce more resilient database

I'm suggesting we should introduce a more resilient database as we are using SQLite right now which is not scalable. Maybe we can introduce PostgreSQL or MySQL but the issue with these relational databases is that we would be moving away from easy deployment of the bot.
Another solution is we can introduce a centralized database as well on our end.

P.S: I'm seeing we are moving towards open-source (code only) but infrastructure can't remain open source we would need to make it close source and leave the choice of deployment to the teams if they want to deploy it on their servers, for the teams who want to use our hosted bot we would need to charge them for that, sadly๐Ÿ˜ž .

Add frequency functionality for weekly or monthly only

This repo has potential and I'd like to help add features.

For people who are not needed to attend a daily standup, where would I change the frequency or introduce a function to enable that option?

  1. Does this prompt the user to do a standup or does it alert someone up the organization that xyz person has not done their standup at all or was late?

Can not authorize the app

Hi I'm new here and Im very excited to test this project.

I have deployed the server to Heroku, but seems that the app can not make a successful OAuth

image

I have already added env config

image

Here's the logs

image

Introduce report generation

A long due feature was exporting all standup logs as an excel sheet. We would need something in our command like below:

/standup export-logs {username} {start_date} {end_date}

or a new command

/export-logs {username} {start_date} {end_date}

This will export a CSV file with all the logs in provided dates.

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.