Transform facebook messages to wordclouds (Python)

View this thread on: d.buzz | hive.blog | peakd.com | ecency.com
·@torsteoe·
0.000 HBD
Transform facebook messages to wordclouds (Python)
I made a python program that generates a wordcloud out of your facebook messages (examples below). Go to https://github.com/torsteoe/messenger-wordclouds for easy instructions on how to run the program. *Please don't hesitate to contact me if you have any questions or comments regarding the script.* 

### Short summary
1. Download facebook message data from facebook.com
2. Install requirements and run script

# Examples of generated "random" wordclouds  

#### Most frequent words

![content.png](https://cdn.steemitimages.com/DQmfLcUKGW6ypT5VJqq6duM2AsKcXbyRMVisvZ7WPvdovcG/content.png)

#### Messages per person

![senders.png](https://cdn.steemitimages.com/DQmTcCME6HwC9qvv1tKJjF6QwfZWXf2JZDxP9Eh9NpvjFFa/senders.png)


*Imported libraries:  wordcloud, pillow, numpy, stop_words, multidict, json, random, os*

**I also recommend looking at the script that inspired me: https://github.com/mrgarrett45/songclouds, MrGarrett45 has written a script that generates wordclouds from lyrics.**
👍 , , ,