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
#!/usr/bin/ruby | |
require 'snapcat' | |
require 'io/console' | |
$commands = ["get snaps - download snaps to working directory", | |
"get stories - download stories to working directory", | |
"show/search friends - show/search friends list", | |
"info - print info on a specified user", | |
"add friend - add a friend", |