Skip to content

Instantly share code, notes, and snippets.

@jensihnow
jensihnow / keybase.md
Created November 16, 2016 13:13
keybase.md

Keybase proof

I hereby claim:

  • I am jensihnow on github.
  • I am jensihnow (https://keybase.io/jensihnow) on keybase.
  • I have a public key ASDKdNb7G6HrezUfXjjBqcmqGtPZENrCM5BkA8OXx2qmdgo

To claim this, I am signing this object:

@jensihnow
jensihnow / TaHoma logger
Created February 9, 2014 20:10
TaHoma logger - simple getEvents caller
#!/bin/bash
# while loop for permanent processing
while :
do
# TaHoma LogIn
echo `curl -s -k -A "TaHoma/1.7.1 CFNetwork/548.0.4 Darwin/11.0.0" -b ./cookie.txt -c ./cookie.txt --data "userId=<USERID>&userPassword=<PASSWORD>" https://iphone-v17.overkiz.com/enduser-mobile-web/externalAPI/login`
while :