Skip to content

Instantly share code, notes, and snippets.

View beacrea's full-sized avatar

Coty Beasley beacrea

View GitHub Profile
@beacrea
beacrea / README.md
Last active August 29, 2015 14:13 — forked from hofmannsven/README.md
@beacrea
beacrea / delete-channel-messages.js
Created March 5, 2018 20:35 — forked from firatkucuk/delete-slack-messages.js
Deletes slack public/private channel messages.
var https = require('https');
// CONFIGURATION #######################################################################################################
var token = 'SLACK TOKEN';
var channel = 'CHANNEL ID';
var privateChannel = false;
var delay = 300; // delay between delete operations in millisecond
// GLOBALS #############################################################################################################
@beacrea
beacrea / fiddle.html
Created March 11, 2018 02:38 — forked from anonymous/fiddle.html
Content Object to HTML (source: https://jsfiddle.net/beacrea/v8q5av86/)
<div id="container"></div>
@beacrea
beacrea / activated.json
Last active April 6, 2023 17:51 — forked from josemarluedke/activated.json
Voip Requests
{
"action": "subscription.activated",
"activated_at": "2023-02-10T07:46:55-08:00",
"assigned_resources": [],
"service": {
"detail": {},
"id": "e1619919-7b87-4b96-adb4-77ba5d57d78c",
"type": "voip"
},
"subscription": {