Skip to content

Instantly share code, notes, and snippets.

@ys-qb
ys-qb / slack-files-downloader.sh
Last active August 31, 2023 12:41 — forked from greird/slack-files-downloader.sh
Download all files from a Slack workspace export folder.
#!/bin/bash
#
# This script will browse a Slack export folder and download all files in a new /export folder
#
# HOW TO:
# 1. As a Workspace admin, download an export of your Slack history (https://www.slack.com/services/export)
# 2. Make sure you have jq installed (https://stedolan.github.io/jq/)
# 3. Place this file at the root of your Slack export folder, next to channels.json
# 4. Run `bash slack-files-downloader.sh` in your terminal
#

엘리베이터 스피치

고객 지원은 저희 깃플에게 맡기고, 여러분의 핵심 서비스에 집중하세요.

고객지원 센터를 구축 하려는 홈페이지 및 모바일앱 서비스 제공사를 위해 채팅기반의 고객지원 서비스깃플 채팅상담상담원의 고객대응 생산성을 높여주고, 앱 사용자가 쉽게 문의할수 있도록 도와줍니다. 네이버톡톡이나 카톡같이 타사 플랫폼에 종속되는 것과 다르게

@ys-qb
ys-qb / 0_reuse_code.js
Created January 15, 2017 23:57
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@ys-qb
ys-qb / startup-app.sh
Last active December 18, 2015 15:19 — forked from touv/startup-app.sh
#!/bin/sh
##3.5...10...15...20...25...30...35...40...45...50...55...60...65...70...75...80
##
## Debian / Linux / Ubuntu / LSB
## Startup script for Express / Node.js application with the forever module
##
##
## A modification of "init.d.lsb.ex" by Nicolas Thouvenin
##
##