Giter Site home page Giter Site logo

buzzwork's Introduction

buzzwork for slack

코로나19로 인한 회사 원격근무에 도움이 되고자, 퇴근 후 조금씩 만들기 시작한 프로젝트

슬랙 api 를 손쉽게 사용할 수 있도록 재구성했습니다.

naming : buzz(ing) + (remote) work

필요한 사용자 권한

chat:write

users.profile:read

users.profile:write

users:read

users:read.email

서버 세팅

슬랙 봇을 생성하고 토큰을 가져와야 한다.

export SLACK_BOT_TOKEN="{토큰}"

api

user

curl --location --request GET 'http://127.0.0.1:5000/api/v1/user/{이메일}'
--header 'Content-Type: application/json'
--data-raw ''

status

curl --location --request POST 'http://127.0.0.1:5000/api/v1/status/{이메일}'
--header 'Content-Type: application/json'
--data-raw '{"text":"퇴근", "emoji":":four_leaf_clover:"}'

message

curl --location --request POST 'http://127.0.0.1:5000/api/v1/message/{이메일}'
--header 'Content-Type: application/json'
--data-raw '{"text":"성공적으로 신청되었습니다."}'

buzzwork's People

Contributors

minwook-shin 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.