Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am nemsus on github.
  • I am nemsus (https://keybase.io/nemsus) on keybase.
  • I have a public key ASByXwj0CWC3z06_CeUdx5MuTLOMe89Et0oYovbePMYPoQo

To claim this, I am signing this object:

#
#Generic Kickstart template for Ubuntu
#Platform: x86 and x86-64
#
# Customized for Server 14.04 minimal vm install
#
# Usage:
# - Look through config for any changes you want to do. You may want to change
# the initial admin user. Currently username is ubuntu and password is
# ChangeMe. Also may want to change the list of installed packages. Tried to
#!/usr/bin/env ruby
require 'rubygems'
require 'twitter'
require 'json'
require 'faraday'
# things you must configure
PATH_TO_DROPBOX = "/Users/your_name/Dropbox/backup/tweets/" # you need to create this folder
TWITTER_USER = "your_twitter_username"