Skip to content

Instantly share code, notes, and snippets.

View razikallayi's full-sized avatar
🦉

Razi Kallayi razikallayi

🦉
View GitHub Profile
#!/usr/bin/env node
// Channel ID is on the the browser URL.: https://mycompany.slack.com/messages/MYCHANNELID/
// Pass it as a parameter: node ./delete-slack-messages.js CHANNEL_ID
// CONFIGURATION #######################################################################################################
const token = 'xoxp-4006768287264...';
// Legacy tokens are no more supported.
// Please create an app or use an existing Slack App
@razikallayi
razikallayi / gist:f838f65a18734c9bf47dd1ef24253db3
Created November 24, 2025 07:01
find large file of folder recursive in windows powershell
gci -r| sort -descending -property length | select -first 20 fullname, length > C:\Users\Mohammed.Gpt\Desktop\LargeFiles.txt
@razikallayi
razikallayi / pull.py
Last active February 22, 2019 05:44
run hcg services
import os
runnable = [
'acm-api',
'authorization',
'clients-api',
'cportal-api',
'dashboard',
'documents-api',
'eportal-api',