ThinkUpLLC / ThinkUp

ThinkUp gives you insights into your social networking activity on Twitter, Facebook, Instagram, and beyond.
http://thinkup.com
GNU General Public License v3.0
3.3k stars 676 forks source link

New Insight: Month in emoji #1978

Open adampash opened 10 years ago

adampash commented 10 years ago

One-liner

Month in emoji

Full explainer

Emoji allows users to express both sentiment and creativity. This insight tracks, counts, and maps Emoji use to show the user her month in emoji.

This insight should make the user feel the small thrill of seeing her story told strictly by the emoji she uses.

Audience for the insight

This insight can work across Twitter, Facebook, and Instagram. It serves users with more activity.

If first-crawl captures a month's worth of posts, this insight could show up on first crawl (would have to be an extremely heavy user to not be captured in first crawl).

How often this insight runs

Would be fun to run on the last Friday of every month or something along those lines.

Headline

(For new headline style, %username's => "your".)

Month-specific ends up a little more culturally rigid (halloween, thanksgiving, etc)

Emphasis: High

Body

Simple version: Just a frequency count, e.g.:

More complex version:

M T W Th F S Su
:smiley: :smiley: :cry: :wink: :smiley:
:wink: :smiley: :beers:
:beers:
:wink: :smiley: :cry:

Criteria and logic

Describe the rules for when this insight runs.

cdmoyer commented 10 years ago

@capndesign Have we done anything with handling emoji display on the web?

Seasons - How do we account for the fact that seasons aren't global? Do we cap the chart or list out at some maximum number of emojis or something? I imagine some people could make a giant page with the amount of emoji they use.

capndesign commented 10 years ago

@cdmoyer We have not! I’m happy to research this with you when we’re ready to ship it.

adampash commented 10 years ago

@cdmoyer:

Seasons - How do we account for the fact that seasons aren't global?

Same as https://github.com/ginatrapani/ThinkUp/issues/2001#issuecomment-47969222.

Do we cap the chart or list out at some maximum number of emojis or something?

If the user has more than 10 different emoji, then I suppose we could throw out everything below the 10 most used.

Also, if it looks like there might be too many to keep repeating them, we could also do something like:

What do you think?