Skip to content

jedney0901/snapr

 
 

Repository files navigation

Snapr - Social photo messaging from the terminal

Build Status

Snap and send a selfie directly from the terminal to everyone watching in your network.

Imgur

To download this application use:

git clone https://github.com/peterept/snapr.git

Installation

  1. Open the terminal.

  2. Install Image Magick (version 6 required) What version do you have? run convert --version

    brew install imagemagick@6
    
    brew link --force imagemagick@6
    
  3. Install RMagick gem

    gem install rmagick    
    
  4. Install Catpix gem

    gem install catpix    
    
  5. Install Lolcommits gem

    gem install lolcommits    
    

Instructions

For help, use: ruby snapr.rb

To watch for chat images, use: ruby snapr.rb -watch

To take and send a chat image, use: ruby snapr.rb "Hello everyone"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%