Skip to content

Do an emoji analysis (compare emoji usage and top emojis) on Facebook comments. Comments must be stored in an SQL-Database.

Notifications You must be signed in to change notification settings

holnburger/Emoji-FB-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Emoji-FB-analysis

Analysis of Emoji usage in Facebook comments. You need the comments stored on an SQL-server. I downloaded all posts and comments via DMI netvizz, you can also write your own FB crawler.

Credits to Jessica Peterka-Bonetta who has written most of the script, i only optimized it to use multiple cores (via Parallel) and get comments from my SQL server. https://github.com/today-is-a-good-day/emojis/blob/master/emoji_analysis.R

Requirements

MySQL-Server R-Packages:

  • parallel
  • RMySQL
  • stringr
  • base64enc
  • tm
  • Unicode
  • rvest
  • dplyr

About

Do an emoji analysis (compare emoji usage and top emojis) on Facebook comments. Comments must be stored in an SQL-Database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages