This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* ---------------------------------------------------------------------------- | |
* "THE BEER-WARE LICENSE" (Revision 42): | |
* github.com/mrizvic wrote this file. As long as you retain this notice you | |
* can do whatever you want with this stuff. If we meet some day, and you think | |
* this stuff is worth it, you can buy me a beer in return. M.Rizvic | |
* ---------------------------------------------------------------------------- | |
## This function will pass incoming message to multiple outputs based on following conditions: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
import praw | |
import pdb | |
import re | |
import os | |
import sys | |
import MySQLdb | |
import json | |
import base64 | |
import zlib |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
views: | |
- icon: 'mdi:home-variant' | |
cards: | |
- card: | |
show_header_toggle: false | |
type: entities | |
entities: | |
- group_config: | |
secondary_info: last-changed | |
type: 'custom:fold-entity-row' |