Skip to content

Instantly share code, notes, and snippets.

@sfdcale
sfdcale / retrieve-object-perms.sh
Created May 21, 2019 18:50 — forked from gbutt/retrieve-object-perms.sh
SFDX script to retrieve profiles and perm sets with object CRUD and FLS
#!/bin/bash
TARGET_ORG=$1
if [$TARGET_ORG == ""]; then
echo Please specify a target username
echo For a list of available usernames use: sfdx force:org:list
exit 1
fi
@sfdcale
sfdcale / listener_visa_slots.py
Created July 21, 2024 18:45 — forked from savithruml/visa_slots.py
Listens for events on the H1b-visa-slots telegram channel & notifies you (audio and/or msg forwarding)
#!/usr/bin/env python3
# Author: SAVITHRU LOKANATH
# Login to Telegram on web browser https://web.telegram.org
# Install tesseract-ocr: apt-get install tesseract-ocr && pip install pytesseract
# Install Telethon lib: pip install telethon
# Install Text-to-Speech lib if using Windows: pip install pyttsx3
# To run, increase speaker volume to 100% & in your cmd prompt: python3 listener_visa_slots.py