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
The app is hosted on Heroku at ColorMyHex and uses the Twitter account @colormyhex
- Twitter gem
- Colorscore gem
- Chunky PNG
- Run
bundle install
- Create an app at Twitter App Dev
- 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```