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

Mining videos on YouTube


YouTube (http://youtube.com) probably doesn't need much introduction nowadays, being one of the most visited websites in the world (ranked second in March 2016 in Alexa rank). The video-sharing service features a wide spectrum of content material is, in fact, produced and shared by a range of different authors, from amateur video bloggers to big corporations. YouTube's registered users can upload, rate, and comment on videos. Viewing and sharing doesn't require the users to register a profile.

YouTube was acquired by Google in 2006, so today they are part of the larger Google platform. In Chapter 5, Topic Analysis on Google+, and Chapter 7, Blogs, RSS, Wikipedia and Natural Language Processing, we have already introduced other services by Google, especially Google+ and Blogger. YouTube provides three different APIs to integrate your applications with the YouTube platform: YouTube Data, YouTube Analytics, and YouTube Reporting. We'll focus on the first one to retrieve...