Skip to content

Color My Hex is a Twitter Bot that helps you work with hex color codes.

Notifications You must be signed in to change notification settings

shekbagg/Color-My-Hex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color My Hex

Color My Hex is a Twitter Bot that helps you work with hex color codes.

  • If you tweet to @colormyhex with a hex value, it will reply with an image of the associated color
  • If you tweet to @colormyhex with an image, it will reply with the hex code of the most dominant color in the image

Hosting

The app is hosted on Heroku at ColorMyHex and uses the Twitter account @colormyhex

Gems used

  • Twitter gem
  • Colorscore gem
  • Chunky PNG

Installation

  1. Run bundle install
  2. Create an app at Twitter App Dev
  3. Add a file with the below code at /config/twitter.yml with twitter access tokens that you get from your Twitter App Dashboard

consumer_key: XXX consumer_secret: XXX access_token: XXX access_token_secret: XXX```

About

Color My Hex is a Twitter Bot that helps you work with hex color codes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 90.9%
  • CSS 6.1%
  • JavaScript 2.3%
  • CoffeeScript 0.7%