GithubHelp home page GithubHelp logo

hoipolloi's Introduction

Hoi Polloi!

Treat your tweets like an inbox

Hoi Polloi! is a small Twitter client that regularly reads in your tweets and mentions and generates conversations. It allows you to keep track of what mentions you've replied to and what conversations you're having.

It's pretty basic and slow right now, so I wouldn't recommend it for serious use. I'm working improving the code base, adding some tests and expanding the functionality. Additionally, the conversation generation engine is a little funky.

What It Does

  • Pulls in tweets and mentions
  • Organises tweets by conversation
  • Intelligent conversation 'reading'
  • Inline reply

What It Will Do

  • Entire back-catalogue of tweets
  • Searching
  • Starred tweets (maybe linking in with favourites?)
  • Pagination
  • Exposing the tweets as an SMTP server for use with a real mail client
  • API
  • Tags/categories

The Tech

Currently, Hoi Polloi! is written with:

  • Ruby 1.9.2
  • Sinatra 1.3.2
  • MySQL 5.5.15

However, I'm seriously rethinking using MySQL, in favour of MongoDB. I'm umming and ahhing about the best way to store the large amounts of data that accrue with using this app.

How to get it running locally

Clone the repository and change into the directory. Make sure you add your database connection DSN string, and your Twitter API consumer token and secret as environment variables:

$ export DATABASE_URL=mysql://root@localhost/hoipolloi_development
$ export TWITTER_CONSUMER_KEY=blah
$ export TWITTER_CONSUMER_SECRET=blah

Set up the environment with Bundler:

$ bundle install

Run the migrations:

$ rake db:migrate

And rack it up!

$ bundle exec rackup config.ru

What's the name about?

Hoi polloi is a wonderful gem I discovered in the English lexicon describing, in plural, the masses, the people, les gens. The exclamation point is there because exclamation points are awesome.

It's pronounced hoy pol-oy.

License

The Hoi Polloi! codebase is licensed under the MIT license, which means you can do whatever you like with it, as long as you keep the copyright notices in the code.

Copyright (C) 2012 Jamie Rumbelow.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

hoipolloi's People

Contributors

jamierumbelow avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

hoipolloi's Issues

GMail-style keyboard shortcuts

I'd love to see GMail-style keyboard shortcuts for navigating the list. I want to blast through a bunch of tweets without ever having to use the mouse. Using the same keystrokes as GMail is critical for not messing with my mind. =)

Archive tweets to which I've responded

The whole point of this to me is to burn through a pile of tweets, reply, and then get them out of my sight. Once I've replied to someone, I want to go back to the main screen and have that tweet removed from my "inbox".

Need individual reply

Conversations are only interesting to me if they add context. I'd much prefer to see every tweet separately so that I can respond separately. If there's been back and forth between me and my tweet-friend, then I'd love to see that when they respond back.

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.