campusx-official / whatsapp-chat-analysis

A streamlit app to analyze your whatsapp chats
82 stars 87 forks source link

UNICODE_EMOJI IS NOT WORKING AND THROUGH ERRROR #19

Open rsosingh87 opened 1 year ago

rsosingh87 commented 1 year ago

Screenshot (347) how to solve this problem

darshit001 commented 10 months ago

I got solution?

PulsatingGenius commented 10 months ago

Solution: pip uninstall emoji pip install emoji==1.7

rsosingh87 commented 10 months ago

Thanks

darshit001 commented 10 months ago

Ho Gaya run @rsosingh87

rahultalukdargithub commented 7 months ago

for message in df['message']: emojis.extend([c for c in message if emoji.is_emoji(c)]) do this