This repo contains the code snippets for 中技AI competition 2022. Product name: EMO-AI,對話不難──即時線上對話情緒分析 工具
Due to it's large size (> 50 MB, over the recommended size of git) if there's an problem,
a. fetch the local storage b. just visit the source (see notion)
It now works!
To fetch newest data, just run
# inside Plurk folder
from plurk.all import *
content = fetch_emoji(emoji='your emoji')
for ele in content: print(ele)
"For more info, see Plurk folder"
Or, for how to fetch many posts at once, see here
Below is the link to how we convert Emoji to VA: https://docs.google.com/spreadsheets/d/1HWSkkt0H6ZIaYyW5Bxj5GuXrdSHE-4qywptP44hW5og/edit?usp=sharing
for details of web-app, see EmoAppVer1 folder
For original implementation, see here
see here