Skip to content

Instantly share code, notes, and snippets.

@blessani
blessani / slack-deleter.php
Created February 18, 2020 11:10
PHP script to delete all messages in Slack channel
<?php
class Slack
{
private $token = '';
private $channel = '';
public function __construct()
{