Skip to content

Instantly share code, notes, and snippets.

View systembell's full-sized avatar

Aaron Bell systembell

View GitHub Profile
### Keybase proof
I hereby claim:
* I am pravka on github.
* I am pravka (https://keybase.io/pravka) on keybase.
* I have a public key whose fingerprint is 122B 1B07 4641 819F D4A6 C52C DB5F A4D5 B440 AE38
To claim this, I am signing this object:
@systembell
systembell / keybase.md
Created January 6, 2017 18:52
keybase.md

Keybase proof

I hereby claim:

  • I am systembell on github.
  • I am systembell (https://keybase.io/systembell) on keybase.
  • I have a public key ASAegEd2n-6LV4-4GF54DT3m80dPf-jco6Oncri-alN8Iwo

To claim this, I am signing this object:

@systembell
systembell / jenkins-update-ec2-ami.py
Created August 17, 2020 16:31
jenkins-update-ec2-ami updated for python3
#!/usr/bin/python
import requests
import os
import boto.ec2
import sys
import re
build_url = os.environ['BUILD_URL']
jenkins_base_url = os.environ['JENKINS_URL']
Shopify store data widget
by Larry Wheeler
# Description
Widget for [Dashing](http://dashing.io/) that shows data from your Shopify shop.
# Usage
1. To use this widget, copy `shopify.html`, `shopify.coffee`, and `shopify.scss` into a `/widgets/shopify` directory, and copy the `shopify.rb` file into your `/jobs` folder.
2. Create a private app in your store and copy the secret and login. https://docs.shopify.com/api/guides/api-credentials
3. Add gem 'shopify_api', :require => 'shopify_api' to your Gemfile 'gem install shopify_api'