Skip to content

Instantly share code, notes, and snippets.

View mgrajcarek's full-sized avatar
🐙

Maciej Grajcarek mgrajcarek

🐙
View GitHub Profile
@mgrajcarek
mgrajcarek / run.php
Last active September 26, 2016 10:36 — forked from lyrixx/run.php
Slack delete all your files (rewrite of https://gist.github.com/jamescmartinez/909401b19c0f779fc9c1)
<?php
<<<CONFIG
packages:
- "kriswallsmith/buzz: ^0.15.0"
- "symfony/console: ^3.2@dev"
CONFIG;
// Find you token on https://api.slack.com/docs/oauth-test-tokens
use Buzz\Message\Response;