I hereby claim:
- I am willinspire on github.
- I am 1010 (https://keybase.io/1010) on keybase.
- I have a public key ASD88fgaRJM1MGE9b1B-SNvofER29oeHlUjjchuSlHMcWwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
// Set your variables below
SHEET_NAME="MC-Import-Data"
URL="https://coinmarketcap.com/currencies/views/all/"
// Create a trigger to refresh every 5 minutes
function myFunctionA() {
ScriptApp.newTrigger("getData")
.timeBased()
.everyMinutes(5)
from requests import Session # pip install requests | |
from signalr import Connection # pip install signalr-client | |
def handle_received(**kwargs): | |
print('received', kwargs) | |
def print_error(error): | |
print('error: ', error) | |
/*///////////////////////////////////////////////////////////////////////// | |
SHEET TIME STAMPER - (FOR USE IN GOOGLE SHEETS) | |
The initial configuration generates a unique time stamp on the line of | |
of the specified sheet ("Sheet1") whenever the corresponding cell in | |
column 4 is NOT empty. Included is an additional configuration which will | |
perform this same action on multiple columns simultaneously. | |
############################### |
JQ(1) JQ(1) | |
NAME | |
jq - Command-line JSON processor | |
SYNOPSIS | |
jq [options...] filter [files...] | |
jq can transform JSON in various ways, by selecting, iterating, reducing and otherwise mangling JSON documents. For instance, running the command jq ´map(.price) | add´ will take an array of JSON objects as input and return the sum of their "price" fields. |
################################ | |
# NATIONAL GOOGLE TRENDS # | |
################################ | |
# | |
# Updated: 20171123 | |
# Created by h8rt3rmin8r | |
# Email: [email protected] | |
# PGP: h8rt3rmin8r.com | |
############################################################################################################### | |
# Curl the XML data from all nationally-sorted Google search trends feeds. |
################ | |
# # | |
# # | |
# ENCRYPTING # | |
# SHELL # | |
# STRINGS # | |
# # | |
# # | |
################################################################################ | |
#------------------------------------------------------------------------------# |
#! /bin/bash | |
################################################################################ | |
# | |
# gsrapi.sh | |
# Google Search Recommendations API -- Bash Library | |
# This script was created by h8rt3rmin8r on 20180916 | |
# Built for use by ResoNova International Consulting, LLC (ResoNova.com) | |
# | |
# BASIC USAGE: | |
# Make this script executable and pass a query to the script... |
#! /bin/bash | |
# Cryptocurrency Arbitrage Page Builder | |
# Data provided by Cryptopia.co.nz | |
# Assembled by h8rt3rmin8r on 20180924 | |
# | |
# NOTE: This bash script requires prior installation of Apache or some other web host | |
# software and it requires write-access to /var/www/html/index.html | |
# Set up the output location in a public-facing HTML page |
#! /bin/bash | |
#### ABOUT ####----------------------------------------------------------------# | |
# | |
# Script: assetnews.sh | |
# Source: http://bit.ly/assetnews | |
# | |
# Fetch asset-linked news stories categorized by the Wall Street Journal | |
# | |
# This script can be customized to fetch news stories related to any mainstream |