Skip to content

Instantly share code, notes, and snippets.

@hayden11hi
hayden11hi / snapchat-cli.rb
Created October 3, 2025 12:13 — forked from h3xc0ntr0l/snapchat-cli.rb
Interactive Snapchat Command-Line Interface
#!/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",