Skip to content

Instantly share code, notes, and snippets.

View TuomasPakkanen's full-sized avatar

Tuomas Pakkanen TuomasPakkanen

View GitHub Profile
@Paraphraser
Paraphraser / Compiling GoSungrow.md
Last active April 19, 2025 02:43
Compiling GoSungrow

Updating GoSungrow

This gist is intended to help you deal with the following error messages:

  • Error: appkey is incorrect 'er_invalid_appkey
  • Error: unknown error 'Request is not encrypted'

This gist has four parts. The instructions you should follow depend on what you want to do:

| Part | Explains how to |

@wictorwilen
wictorwilen / flow-bot-azure-function.js
Last active June 2, 2021 04:10
Microsoft Teams Outgoing Webhook Proxy for Microsoft Flow
const crypto = require('crypto');
const request = require('request');
const bufSecret = Buffer('OUTGOING-WEBHOOK-SECRET', "base64");
const flowWebhook = 'MICROSOFT-FLOW-URL';
module.exports = function (context, req) {
var auth = req.headers['authorization'];
// HMAC security validation