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
π Morning 42 commits βββββββββββββββββββββ 20.3% | |
π Daytime 68 commits βββββββββββββββββββββ 32.9% | |
π Evening 78 commits βββββββββββββββββββββ 37.7% | |
π Night 19 commits βββββββββββββββββββββ 9.2% |
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
import json | |
import random | |
import string | |
import subprocess | |
import sys | |
import urllib | |
import requests | |
DEVICE_FARM_URL = 'https://us-west-2.console.aws.amazon.com/devicefarm/home' |