Skip to content

Instantly share code, notes, and snippets.

blueprint:
name: ZHA - Aqara Opple - Wireless Scene Switch 2 Button
description: 'Control anything using Aqara Opple two button remote'
domain: automation
input:
remote:
name: Remote
description: Opple remote to use
selector:
device:

Keybase proof

I hereby claim:

  • I am alansaid on github.
  • I am alansaid (https://keybase.io/alansaid) on keybase.
  • I have a public key whose fingerprint is E818 18D8 A91A 5AC6 E514 A500 E11D C94D DC25 5703

To claim this, I am signing this object:

@alansaid
alansaid / tweets.py
Last active November 30, 2015 03:22
Get all tweets with a certain hashtag
from TwitterAPI import TwitterAPI
from TwitterAPI import TwitterRestPager
from natsort import versorted
import json, sys, glob, os
def main(args):
if len(args) < 2:
print "usage: python tweets.py #hashtag"
print ""