Transform facebook messages to wordclouds (Python)
programming·@torsteoe·
0.000 HBDTransform 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  #### Messages per person  *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.**