Book Image

Mastering Social Media Mining with Python

By : Marco Bonzanini
Book Image

Mastering Social Media Mining with Python

By: Marco Bonzanini

Overview of this book

Your social media is filled with a wealth of hidden data – unlock it with the power of Python. Transform your understanding of your clients and customers when you use Python to solve the problems of understanding consumer behavior and turning raw data into actionable customer insights. This book will help you acquire and analyze data from leading social media sites. It will show you how to employ scientific Python tools to mine popular social websites such as Facebook, Twitter, Quora, and more. Explore the Python libraries used for social media mining, and get the tips, tricks, and insider insight you need to make the most of them. Discover how to develop data mining tools that use a social media API, and how to create your own data analysis projects using Python for clear insight from your social data.
Table of Contents (15 chapters)
Mastering Social Media Mining with Python
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface

Summary


This chapter introduced some data mining applications using Facebook, one of the big players, if not the main player, in the social media arena.

After discussing some aspects of the Facebook Graph API and its evolution, as well as the implications in terms of data mining, we built a Facebook app that we used to interface with the Facebook platform.

The data mining applications shown in this chapter are related to the profile of an authenticated user and Facebook Pages. We saw how to compute statistics related to the publication habits of the authenticated user and to the interactions of users who follow the updates of a given Page. Using simple aggregation and visualization techniques, this type of analysis can be carried out with a relatively small amount of code. Finally, we used a technique called word cloud to visualize the important keywords, which hopefully represent important topics, from a bunch of published posts.

The focus of the next chapter is Google+, one of the most recent...