##Date and Time
=TIMEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " ")) + DATEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " "))
##Date
=DATEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " "))
##Time
##Date and Time
=TIMEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " ")) + DATEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " "))
##Date
=DATEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " "))
##Time
| # coding: utf-8 | |
| from objc_util import * | |
| import console | |
| import urllib | |
| import dialogs | |
| WKWebView = ObjCClass('WKWebView') | |
| UIViewController = ObjCClass('UIViewController') | |
| UIBarButtonItem = ObjCClass('UIBarButtonItem') | |
| NSURLRequest = ObjCClass('NSURLRequest') |
| #!/usr/bin/python | |
| import datetime | |
| import json | |
| import re | |
| import requests | |
| import time | |
| USER_AGENT_HEADER = {'User-Agent': 'nfl-fast-tweets/1.0'} |
| #facebook marketplace | |
| from selenium import webdriver | |
| from time import sleep | |
| from selenium.webdriver.common.keys import Keys | |
| from selenium.webdriver.support.ui import WebDriverWait | |
| from selenium.webdriver.common.by import By | |
| from selenium.webdriver.support import expected_conditions as EC | |
| from pymongo import MongoClient | |
| class App: |
| // Variables used by Scriptable. | |
| // These must be at the very top of the file. Do not edit. | |
| // icon-color: yellow; icon-glyph: download; | |
| // share-sheet-inputs: url; | |
| /******************************************** | |
| * * | |
| * Import Script from Gist * | |
| * * | |
| * This script imports files from a Github * | |
| * Gist. * |
| // Variables used by Scriptable. | |
| // These must be at the very top of the file. Do not edit. | |
| // icon-color: blue; icon-glyph: laptop-code; | |
| // share-sheet-inputs: url; | |
| /******************************************* | |
| * * | |
| * /\ * | |
| * / \ _ __ _ __ * | |
| * / /\ \ | '_ \| '_ \ * | |
| * / ____ \| |_) | |_) | * |
| import json | |
| import requests | |
| import subprocess | |
| import re | |
| home = requests.get("https://content.services.pbskids.org/v2/kidspbsorg/home/").text | |
| home = json.loads(home) | |
| shows = {} | |
| episodes = {} |