Code Monkey home page Code Monkey logo

hermes's Introduction

#Hermes

Hermes was a re-think of email, to make it more conversation based, and move to a HTTP based protocol. The app included some novel things, such as an asynchronous UI, and automatically filtering of any automated emails. It's now been released under the MIT license.

See the blog post for more information.

##Interesting parts

Server side:

  • Using Juggernaut to make an app realtime
  • Receiving and parsing email signatures
  • Detecting email sent by a computer
  • Modeling messages and conversations
  • Using the Twitter API
  • JSON/Ajax API (docs/API.md)

Client side:

  • Spine web app
  • Overlays and CSS transforms

##Demo

http://maccman-hermes.herokuapp.com/

Hermes

##Installation

Requires:

  • Ruby 1.9.2
  • Bundler

Installation:

  1. bundle install
  2. rake db:setup
  3. Set env variables
  4. rails server thin
  5. http://localhost:3000

##ENV Variables

Hermes requires a few services to be available in order to function correctly.

  • Twitter
  • Sendgrid *optional
  • Google *optional

To use these services, you'll need to set the relevant ENV vars containing credentials before you boot up the server:

export TWITTER_CONSUMER_KEY=foo
export TWITTER_CONSUMER_SECRET=blah
export SENDGRID_USERNAME=blah
export SENDGRID_PASSWORD=blah
export S3_KEY=blah
export S3_SECRET=blah

hermes's People

Contributors

maccman avatar mjackson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hermes's Issues

pg and rimagick dependency

I was trying to install hermes under Ubuntu 12.04 LTS server and then I find out that it needs pg and rimagick package, which is then needs postgresql-dev or libmagickcore-dev be installed. It is better to include them in the README file.

Totally busted?

Is this app totally busted? I'm not super familiar with Rails and couldn't figure out how to get the required gems installed. Lots and lots of errors, and you can't push to a new Heroku app in the current state. Any plans to freshen it up?

Ruby Debugger Issue

Hi, when I run rake db:setup I get this run time error:

/Users/david/.rvm/gems/ruby-1.9.3-p125@hermes/gems/ruby-debug-base19-0.11.25/lib/ruby-debug-base.rb:1:in require': dlopen(/Users/david/.rvm/gems/ruby-1.9.3-p125@hermes/gems/ruby-debug-base19-0.11.25/lib/ruby_debug.bundle, 9): Symbol not found: _ruby_current_thread (LoadError) Referenced from: /Users/david/.rvm/gems/ruby-1.9.3-p125@hermes/gems/ruby-debug-base19-0.11.25/lib/ruby_debug.bundle Expected in: flat namespace in /Users/david/.rvm/gems/ruby-1.9.3-p125@hermes/gems/ruby-debug-base19-0.11.25/lib/ruby_debug.bundle - /Users/david/.rvm/gems/ruby-1.9.3-p125@hermes/gems/ruby-debug-base19-0.11.25/lib/ruby_debug.bundle from /Users/david/.rvm/gems/ruby-1.9.3-p125@hermes/gems/ruby-debug-base19-0.11.25/lib/ruby-debug-base.rb:1:in<top (required)>'
from /Users/david/.rvm/gems/ruby-1.9.3-p125@hermes/gems/ruby-debug19-0.11.6/cli/ruby-debug.rb:5:in require' from /Users/david/.rvm/gems/ruby-1.9.3-p125@hermes/gems/ruby-debug19-0.11.6/cli/ruby-debug.rb:5:in<top (required)>'
from /Users/david/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.3/lib/bundler/runtime.rb:68:in require' from /Users/david/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.3/lib/bundler/runtime.rb:68:inblock (2 levels) in require'
from /Users/david/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.3/lib/bundler/runtime.rb:66:in each' from /Users/david/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.3/lib/bundler/runtime.rb:66:inblock in require'
from /Users/david/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.3/lib/bundler/runtime.rb:55:in each' from /Users/david/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.3/lib/bundler/runtime.rb:55:inrequire'
from /Users/david/.rvm/gems/ruby-1.9.3-p125@global/gems/bundler-1.1.3/lib/bundler.rb:119:in require' from /Users/david/Sites/Rails/hermes/config/application.rb:7:in<top (required)>'
from /Users/david/.rvm/gems/ruby-1.9.3-p125@hermes/gems/railties-3.2.0.rc1/lib/rails/commands.rb:53:in require' from /Users/david/.rvm/gems/ruby-1.9.3-p125@hermes/gems/railties-3.2.0.rc1/lib/rails/commands.rb:53:inblock in <top (required)>'
from /Users/david/.rvm/gems/ruby-1.9.3-p125@hermes/gems/railties-3.2.0.rc1/lib/rails/commands.rb:50:in tap' from /Users/david/.rvm/gems/ruby-1.9.3-p125@hermes/gems/railties-3.2.0.rc1/lib/rails/commands.rb:50:in<top (required)>'
from script/rails:6:in require' from script/rails:6:in

'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.