Skip to content

Instantly share code, notes, and snippets.

#return payload.get("challenge")
@app.route("/slash_commands", methods=["GET", "POST"])
def slash_commands():
"""
some code before
"""
if command == "/crypto_prices":
data = get_latest_prices()
text = convertPrices2Msgs(data)
return {'blocks': text}
"""
@slack_events_adapter.on("app_mention")
def message(payload):
@freemanjackal
freemanjackal / README.md
Created June 30, 2019 21:10 — forked from maqnouch/README.md
Signal Installation Steps

Signal Server Installation Guide

Author: Aqnouch Mohammed aqnouch.mohammed@gmail.com

Abstract

This paper is a quickstart for anyone aims to setup a working Signal Server.

What Is Signal

Signal is an encrypted instant messaging and voice calling application for Android. It uses the Internet to send one-to-one and group messages, which can include images and video messages, and make one-to-one voice calls. Signal uses standard phone numbers as identifiers and end-to-end encryption to secure all communications to other Signal users.