Skip to content

Instantly share code, notes, and snippets.

@univerio
univerio / get_all_checks.py
Created September 8, 2016 01:21
Batch check downloader for PrismHR
#!/usr/bin/env python3
from datetime import datetime
import time
import requests
import click
HOST = "https://seqee.prismhr.com"
JSESSIONID = "-----REDACTED-----" # get these values from your cookies
ESSauthToken = "-----REDACTED-----"
@univerio
univerio / gist:4723369
Created February 6, 2013 15:39
Use GitHub for Windows' shell as a tab in Console2
powershell -NoExit -Command ". (Resolve-Path \"$env:LOCALAPPDATA\GitHub\shell.ps1\"); . (Resolve-Path \"$env:github_posh_git\profile.example.ps1\")"