Python social media analytics :: analyze and visualize data from Twitter, YouTube, GitHub, and more /
Leverage the power of Python to collect, process, and mine deep insights from social media dataAbout This Book* Acquire data from various social media platforms such as Facebook, Twitter, YouTube, GitHub, and more* Analyze and extract actionable insights from your social data using various Python to...
Gespeichert in:
1. Verfasser: | |
---|---|
Weitere Verfasser: | |
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham :
Packt Publishing,
2017.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Leverage the power of Python to collect, process, and mine deep insights from social media dataAbout This Book* Acquire data from various social media platforms such as Facebook, Twitter, YouTube, GitHub, and more* Analyze and extract actionable insights from your social data using various Python tools* A highly practical guide to conducting efficient social media analytics at scaleWho This Book Is ForIf you are a programmer or a data analyst familiar with the Python programming language and want to perform analyses of your social data to acquire valuable business insights, this book is for you. The book does not assume any prior knowledge of any data analysis tool or process. What You Will Learn* Understand the basics of social media mining* Use PyMongo to clean, store, and access data in MongoDB* Understand user reactions and emotion detection on Facebook* Perform Twitter sentiment analysis and entity recognition using Python* Analyze video and campaign performance on YouTube* Mine popular trends on GitHub and predict the next big technology* Extract conversational topics on public internet forums* Analyze user interests on Pinterest* Perform large-scale social media analytics on the cloudIn DetailSocial Media platforms such as Facebook, Twitter, Forums, Pinterest, and YouTube have become part of everyday life in a big way. However, these complex and noisy data streams pose a potent challenge to everyone when it comes to harnessing them properly and benefiting from them. This book will introduce you to the concept of social media analytics, and how you can leverage its capabilities to empower your business. Right from acquiring data from various social networking sources such as Twitter, Facebook, YouTube, Pinterest, and social forums, you will see how to clean data and make it ready for analytical operations using various Python APIs. This book explains how to structure the clean data obtained and store in MongoDB using PyMongo. You will also perform web scraping and visualize data using Scrappy and Beautifulsoup. Finally, you will be introduced to different techniques to perform analytics at scale for your social data on the cloud, using Python and Spark. By the end of this book, you will be able to utilize the power of Python to gain valuable insights from social media data and use them to enhance your business processes. Style and approachThis book follows a step-by-step approach to teach readers the concepts of social media analytics using the Python programming language. To explain various data analysis processes, real-world datasets are used wherever required. |
Beschreibung: | REST API Search endpoint. |
Beschreibung: | 1 online resource (307 pages) |
ISBN: | 9781787126756 1787126757 |
Internformat
MARC
LEADER | 00000cam a22000007i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn999671086 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr |n|---||||| | ||
008 | 170805s2017 enk o 000 0 eng d | ||
040 | |a EBLCP |b eng |e pn |c EBLCP |d YDX |d MERUC |d IDB |d COO |d CHVBK |d OCLCO |d OCLCQ |d OCLCF |d MOF |d UMI |d IDEBK |d TOH |d STF |d TEFOD |d N$T |d ORU |d UOK |d CEF |d KSU |d NLE |d UKMGB |d OCLCQ |d LVT |d UAB |d UKAHL |d OCLCQ |d K6U |d OCLCQ |d CUV |d OCLCO |d OCL |d CUV |d OCLCO |d OCLCQ |d OCLCO |d OCLCL | ||
016 | 7 | |a 018470877 |2 Uk | |
019 | |a 999545767 |a 1000040976 |a 1001253544 |a 1003111796 |a 1024113159 | ||
020 | |a 9781787126756 | ||
020 | |a 1787126757 | ||
020 | |z 1787121488 | ||
020 | |z 9781787121485 | ||
035 | |a (OCoLC)999671086 |z (OCoLC)999545767 |z (OCoLC)1000040976 |z (OCoLC)1001253544 |z (OCoLC)1003111796 |z (OCoLC)1024113159 | ||
037 | |a CL0500000884 |b Safari Books Online | ||
037 | |a 44FC9F77-B29D-4790-AC6E-46BDCE3FFF77 |b OverDrive, Inc. |n http://www.overdrive.com | ||
050 | 4 | |a QA76.73.P98 |b .C438 2017eb | |
072 | 7 | |a COM |x 051360 |2 bisacsh | |
082 | 7 | |a 006.312 | |
049 | |a MAIN | ||
100 | 1 | |a Chatterjee, Siddhartha, |d 1963- |1 https://id.oclc.org/worldcat/entity/E39PCjJQdkx8rHY8pkrG9Kbw4q |0 http://id.loc.gov/authorities/names/no2021006954 | |
245 | 1 | 0 | |a Python social media analytics : |b analyze and visualize data from Twitter, YouTube, GitHub, and more / |c Siddhartha Chatterjee, Michal Krystyanczuk. |
260 | |a Birmingham : |b Packt Publishing, |c 2017. | ||
300 | |a 1 online resource (307 pages) | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
588 | 0 | |a Print version record. | |
505 | 0 | |a Cover; Copyright; Credits; About the Authors; Acknowledgments; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Introduction to the Latest Social Media Landscape and Importance; Introducing social graph; Notion of influence; Social impacts; Platforms on platform; Delving into social data; Understanding semantics; Defining the semantic web; Exploring social data applications; Understanding the process; Working environment; Defining Python; Selecting an IDE; Illustrating Git; Getting the data; Defining API; Scraping and crawling; Analyzing the data. | |
505 | 8 | |a Brief introduction to machine learningTechniques for social media analysis; Setting up data structure libraries; Visualizing the data; Getting started with the toolset; Summary; Chapter 2: Harnessing Social Data -- Connecting, Capturing, and Cleaning; APIs in a nutshell; Different types of API; RESTful API; Stream API; Advantages of social media APIs; Limitations of social media APIs; Connecting principles of APIs; Introduction to authentication techniques; What is OAuth?; User authentication; Application authentication; Why do we need to use OAuth? | |
505 | 8 | |a Connecting to social network platforms without OAuthOAuth1 and OAuth2; Practical usage of OAuth; Parsing API outputs; Twitter; Creating application; Selecting the endpoint; Using requests to connect; Facebook; Creating an app and getting an access token; Selecting the endpoint; Connect to the API; GitHub; Obtaining OAuth tokens programmatically; Selecting the endpoint; Connecting to the API; YouTube; Creating an application and obtaining an access token programmatically; Selecting the endpoint; Connecting to the API; Pinterest; Creating an application; Selecting the endpoint. | |
505 | 8 | |a Connecting to the APIBasic cleaning techniques; Data type and encoding; Structure of data; Pre-processing and text normalization; Duplicate removal; MongoDB to store and access social data; Installing MongoDB; Setting up the environment; Starting MongoDB; MongoDB using Python; Summary; Chapter 3: Uncovering Brand Activity, Popularity, and Emotions on Facebook; Facebook brand page; The Facebook API; Project planning; Scope and process; Data type; Analysis; Step 1 -- data extraction; Step 2 -- data pull; Step 3 -- feature extraction; Step 4 -- content analysis; Keywords. | |
505 | 8 | |a Extracting verbatims for keywordsUser keywords; Brand posts; User hashtags; Noun phrases; Brand posts; User comments; Detecting trends in time series; Maximum shares; Brand posts; User comments; Maximum likes; Brand posts; Comments; Uncovering emotions; How to extract emotions?; Introducing the Alchemy API; Connecting to the Alchemy API; Setting up an application; Applying Alchemy API; How can brands benefit from it?; Summary; Chapter 4: Analyzing Twitter Using Sentiment Analysis and Entity Recognition; Scope and process; Getting the data; Getting Twitter API keys; Data extraction. | |
500 | |a REST API Search endpoint. | ||
520 | 8 | |a Leverage the power of Python to collect, process, and mine deep insights from social media dataAbout This Book* Acquire data from various social media platforms such as Facebook, Twitter, YouTube, GitHub, and more* Analyze and extract actionable insights from your social data using various Python tools* A highly practical guide to conducting efficient social media analytics at scaleWho This Book Is ForIf you are a programmer or a data analyst familiar with the Python programming language and want to perform analyses of your social data to acquire valuable business insights, this book is for you. The book does not assume any prior knowledge of any data analysis tool or process. What You Will Learn* Understand the basics of social media mining* Use PyMongo to clean, store, and access data in MongoDB* Understand user reactions and emotion detection on Facebook* Perform Twitter sentiment analysis and entity recognition using Python* Analyze video and campaign performance on YouTube* Mine popular trends on GitHub and predict the next big technology* Extract conversational topics on public internet forums* Analyze user interests on Pinterest* Perform large-scale social media analytics on the cloudIn DetailSocial Media platforms such as Facebook, Twitter, Forums, Pinterest, and YouTube have become part of everyday life in a big way. However, these complex and noisy data streams pose a potent challenge to everyone when it comes to harnessing them properly and benefiting from them. This book will introduce you to the concept of social media analytics, and how you can leverage its capabilities to empower your business. Right from acquiring data from various social networking sources such as Twitter, Facebook, YouTube, Pinterest, and social forums, you will see how to clean data and make it ready for analytical operations using various Python APIs. This book explains how to structure the clean data obtained and store in MongoDB using PyMongo. You will also perform web scraping and visualize data using Scrappy and Beautifulsoup. Finally, you will be introduced to different techniques to perform analytics at scale for your social data on the cloud, using Python and Spark. By the end of this book, you will be able to utilize the power of Python to gain valuable insights from social media data and use them to enhance your business processes. Style and approachThis book follows a step-by-step approach to teach readers the concepts of social media analytics using the Python programming language. To explain various data analysis processes, real-world datasets are used wherever required. | |
650 | 0 | |a Python (Computer program language) |0 http://id.loc.gov/authorities/subjects/sh96008834 | |
650 | 0 | |a Data mining. |0 http://id.loc.gov/authorities/subjects/sh97002073 | |
650 | 0 | |a Social media. |0 http://id.loc.gov/authorities/subjects/sh2006007023 | |
650 | 6 | |a Python (Langage de programmation) | |
650 | 6 | |a Exploration de données (Informatique) | |
650 | 6 | |a Médias sociaux. | |
650 | 7 | |a social media. |2 aat | |
650 | 7 | |a COMPUTERS |x Programming Languages |x Python. |2 bisacsh | |
650 | 7 | |a Python (Computer program language) |2 fast | |
650 | 7 | |a Data mining |2 fast | |
650 | 7 | |a Social media |2 fast | |
700 | 1 | |a Krystyanczuk, Michal. | |
758 | |i has work: |a Python social media analytics (Text) |1 https://id.oclc.org/worldcat/entity/E39PCH3rHBcjDvvYTh4MBmgBT3 |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |a Chatterjee, Siddhartha. |t Python Social Media Analytics. |d Birmingham : Packt Publishing, ©2017 |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1565635 |3 Volltext |
938 | |a Askews and Holts Library Services |b ASKH |n AH32060287 | ||
938 | |a EBL - Ebook Library |b EBLB |n EBL4931932 | ||
938 | |a EBSCOhost |b EBSC |n 1565635 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis36984170 | ||
938 | |a YBP Library Services |b YANK |n 14736474 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn999671086 |
---|---|
_version_ | 1816882397201825793 |
adam_text | |
any_adam_object | |
author | Chatterjee, Siddhartha, 1963- |
author2 | Krystyanczuk, Michal |
author2_role | |
author2_variant | m k mk |
author_GND | http://id.loc.gov/authorities/names/no2021006954 |
author_facet | Chatterjee, Siddhartha, 1963- Krystyanczuk, Michal |
author_role | |
author_sort | Chatterjee, Siddhartha, 1963- |
author_variant | s c sc |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.73.P98 .C438 2017eb |
callnumber-search | QA76.73.P98 .C438 2017eb |
callnumber-sort | QA 276.73 P98 C438 42017EB |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | Cover; Copyright; Credits; About the Authors; Acknowledgments; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Introduction to the Latest Social Media Landscape and Importance; Introducing social graph; Notion of influence; Social impacts; Platforms on platform; Delving into social data; Understanding semantics; Defining the semantic web; Exploring social data applications; Understanding the process; Working environment; Defining Python; Selecting an IDE; Illustrating Git; Getting the data; Defining API; Scraping and crawling; Analyzing the data. Brief introduction to machine learningTechniques for social media analysis; Setting up data structure libraries; Visualizing the data; Getting started with the toolset; Summary; Chapter 2: Harnessing Social Data -- Connecting, Capturing, and Cleaning; APIs in a nutshell; Different types of API; RESTful API; Stream API; Advantages of social media APIs; Limitations of social media APIs; Connecting principles of APIs; Introduction to authentication techniques; What is OAuth?; User authentication; Application authentication; Why do we need to use OAuth? Connecting to social network platforms without OAuthOAuth1 and OAuth2; Practical usage of OAuth; Parsing API outputs; Twitter; Creating application; Selecting the endpoint; Using requests to connect; Facebook; Creating an app and getting an access token; Selecting the endpoint; Connect to the API; GitHub; Obtaining OAuth tokens programmatically; Selecting the endpoint; Connecting to the API; YouTube; Creating an application and obtaining an access token programmatically; Selecting the endpoint; Connecting to the API; Pinterest; Creating an application; Selecting the endpoint. Connecting to the APIBasic cleaning techniques; Data type and encoding; Structure of data; Pre-processing and text normalization; Duplicate removal; MongoDB to store and access social data; Installing MongoDB; Setting up the environment; Starting MongoDB; MongoDB using Python; Summary; Chapter 3: Uncovering Brand Activity, Popularity, and Emotions on Facebook; Facebook brand page; The Facebook API; Project planning; Scope and process; Data type; Analysis; Step 1 -- data extraction; Step 2 -- data pull; Step 3 -- feature extraction; Step 4 -- content analysis; Keywords. Extracting verbatims for keywordsUser keywords; Brand posts; User hashtags; Noun phrases; Brand posts; User comments; Detecting trends in time series; Maximum shares; Brand posts; User comments; Maximum likes; Brand posts; Comments; Uncovering emotions; How to extract emotions?; Introducing the Alchemy API; Connecting to the Alchemy API; Setting up an application; Applying Alchemy API; How can brands benefit from it?; Summary; Chapter 4: Analyzing Twitter Using Sentiment Analysis and Entity Recognition; Scope and process; Getting the data; Getting Twitter API keys; Data extraction. |
ctrlnum | (OCoLC)999671086 |
dewey-full | 006.312 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 006 - Special computer methods |
dewey-raw | 006.312 |
dewey-search | 006.312 |
dewey-sort | 16.312 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>08716cam a22006977i 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn999671086</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr |n|---|||||</controlfield><controlfield tag="008">170805s2017 enk o 000 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">EBLCP</subfield><subfield code="b">eng</subfield><subfield code="e">pn</subfield><subfield code="c">EBLCP</subfield><subfield code="d">YDX</subfield><subfield code="d">MERUC</subfield><subfield code="d">IDB</subfield><subfield code="d">COO</subfield><subfield code="d">CHVBK</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCF</subfield><subfield code="d">MOF</subfield><subfield code="d">UMI</subfield><subfield code="d">IDEBK</subfield><subfield code="d">TOH</subfield><subfield code="d">STF</subfield><subfield code="d">TEFOD</subfield><subfield code="d">N$T</subfield><subfield code="d">ORU</subfield><subfield code="d">UOK</subfield><subfield code="d">CEF</subfield><subfield code="d">KSU</subfield><subfield code="d">NLE</subfield><subfield code="d">UKMGB</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">LVT</subfield><subfield code="d">UAB</subfield><subfield code="d">UKAHL</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">K6U</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">CUV</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCL</subfield><subfield code="d">CUV</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018470877</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">999545767</subfield><subfield code="a">1000040976</subfield><subfield code="a">1001253544</subfield><subfield code="a">1003111796</subfield><subfield code="a">1024113159</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781787126756</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1787126757</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">1787121488</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781787121485</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)999671086</subfield><subfield code="z">(OCoLC)999545767</subfield><subfield code="z">(OCoLC)1000040976</subfield><subfield code="z">(OCoLC)1001253544</subfield><subfield code="z">(OCoLC)1003111796</subfield><subfield code="z">(OCoLC)1024113159</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000884</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">44FC9F77-B29D-4790-AC6E-46BDCE3FFF77</subfield><subfield code="b">OverDrive, Inc.</subfield><subfield code="n">http://www.overdrive.com</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.73.P98</subfield><subfield code="b">.C438 2017eb</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">051360</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">006.312</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Chatterjee, Siddhartha,</subfield><subfield code="d">1963-</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCjJQdkx8rHY8pkrG9Kbw4q</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2021006954</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Python social media analytics :</subfield><subfield code="b">analyze and visualize data from Twitter, YouTube, GitHub, and more /</subfield><subfield code="c">Siddhartha Chatterjee, Michal Krystyanczuk.</subfield></datafield><datafield tag="260" ind1=" " ind2=" "><subfield code="a">Birmingham :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2017.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (307 pages)</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Print version record.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Cover; Copyright; Credits; About the Authors; Acknowledgments; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Introduction to the Latest Social Media Landscape and Importance; Introducing social graph; Notion of influence; Social impacts; Platforms on platform; Delving into social data; Understanding semantics; Defining the semantic web; Exploring social data applications; Understanding the process; Working environment; Defining Python; Selecting an IDE; Illustrating Git; Getting the data; Defining API; Scraping and crawling; Analyzing the data.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Brief introduction to machine learningTechniques for social media analysis; Setting up data structure libraries; Visualizing the data; Getting started with the toolset; Summary; Chapter 2: Harnessing Social Data -- Connecting, Capturing, and Cleaning; APIs in a nutshell; Different types of API; RESTful API; Stream API; Advantages of social media APIs; Limitations of social media APIs; Connecting principles of APIs; Introduction to authentication techniques; What is OAuth?; User authentication; Application authentication; Why do we need to use OAuth?</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Connecting to social network platforms without OAuthOAuth1 and OAuth2; Practical usage of OAuth; Parsing API outputs; Twitter; Creating application; Selecting the endpoint; Using requests to connect; Facebook; Creating an app and getting an access token; Selecting the endpoint; Connect to the API; GitHub; Obtaining OAuth tokens programmatically; Selecting the endpoint; Connecting to the API; YouTube; Creating an application and obtaining an access token programmatically; Selecting the endpoint; Connecting to the API; Pinterest; Creating an application; Selecting the endpoint.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Connecting to the APIBasic cleaning techniques; Data type and encoding; Structure of data; Pre-processing and text normalization; Duplicate removal; MongoDB to store and access social data; Installing MongoDB; Setting up the environment; Starting MongoDB; MongoDB using Python; Summary; Chapter 3: Uncovering Brand Activity, Popularity, and Emotions on Facebook; Facebook brand page; The Facebook API; Project planning; Scope and process; Data type; Analysis; Step 1 -- data extraction; Step 2 -- data pull; Step 3 -- feature extraction; Step 4 -- content analysis; Keywords.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Extracting verbatims for keywordsUser keywords; Brand posts; User hashtags; Noun phrases; Brand posts; User comments; Detecting trends in time series; Maximum shares; Brand posts; User comments; Maximum likes; Brand posts; Comments; Uncovering emotions; How to extract emotions?; Introducing the Alchemy API; Connecting to the Alchemy API; Setting up an application; Applying Alchemy API; How can brands benefit from it?; Summary; Chapter 4: Analyzing Twitter Using Sentiment Analysis and Entity Recognition; Scope and process; Getting the data; Getting Twitter API keys; Data extraction.</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">REST API Search endpoint.</subfield></datafield><datafield tag="520" ind1="8" ind2=" "><subfield code="a">Leverage the power of Python to collect, process, and mine deep insights from social media dataAbout This Book* Acquire data from various social media platforms such as Facebook, Twitter, YouTube, GitHub, and more* Analyze and extract actionable insights from your social data using various Python tools* A highly practical guide to conducting efficient social media analytics at scaleWho This Book Is ForIf you are a programmer or a data analyst familiar with the Python programming language and want to perform analyses of your social data to acquire valuable business insights, this book is for you. The book does not assume any prior knowledge of any data analysis tool or process. What You Will Learn* Understand the basics of social media mining* Use PyMongo to clean, store, and access data in MongoDB* Understand user reactions and emotion detection on Facebook* Perform Twitter sentiment analysis and entity recognition using Python* Analyze video and campaign performance on YouTube* Mine popular trends on GitHub and predict the next big technology* Extract conversational topics on public internet forums* Analyze user interests on Pinterest* Perform large-scale social media analytics on the cloudIn DetailSocial Media platforms such as Facebook, Twitter, Forums, Pinterest, and YouTube have become part of everyday life in a big way. However, these complex and noisy data streams pose a potent challenge to everyone when it comes to harnessing them properly and benefiting from them. This book will introduce you to the concept of social media analytics, and how you can leverage its capabilities to empower your business. Right from acquiring data from various social networking sources such as Twitter, Facebook, YouTube, Pinterest, and social forums, you will see how to clean data and make it ready for analytical operations using various Python APIs. This book explains how to structure the clean data obtained and store in MongoDB using PyMongo. You will also perform web scraping and visualize data using Scrappy and Beautifulsoup. Finally, you will be introduced to different techniques to perform analytics at scale for your social data on the cloud, using Python and Spark. By the end of this book, you will be able to utilize the power of Python to gain valuable insights from social media data and use them to enhance your business processes. Style and approachThis book follows a step-by-step approach to teach readers the concepts of social media analytics using the Python programming language. To explain various data analysis processes, real-world datasets are used wherever required.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Python (Computer program language)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh96008834</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Data mining.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh97002073</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Social media.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2006007023</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Python (Langage de programmation)</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Exploration de données (Informatique)</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Médias sociaux.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">social media.</subfield><subfield code="2">aat</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Programming Languages</subfield><subfield code="x">Python.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Python (Computer program language)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Data mining</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Social media</subfield><subfield code="2">fast</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Krystyanczuk, Michal.</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Python social media analytics (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCH3rHBcjDvvYTh4MBmgBT3</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="a">Chatterjee, Siddhartha.</subfield><subfield code="t">Python Social Media Analytics.</subfield><subfield code="d">Birmingham : Packt Publishing, ©2017</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1565635</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH32060287</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBL - Ebook Library</subfield><subfield code="b">EBLB</subfield><subfield code="n">EBL4931932</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1565635</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis36984170</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">14736474</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn999671086 |
illustrated | Not Illustrated |
indexdate | 2024-11-27T13:27:58Z |
institution | BVB |
isbn | 9781787126756 1787126757 |
language | English |
oclc_num | 999671086 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (307 pages) |
psigel | ZDB-4-EBA |
publishDate | 2017 |
publishDateSearch | 2017 |
publishDateSort | 2017 |
publisher | Packt Publishing, |
record_format | marc |
spelling | Chatterjee, Siddhartha, 1963- https://id.oclc.org/worldcat/entity/E39PCjJQdkx8rHY8pkrG9Kbw4q http://id.loc.gov/authorities/names/no2021006954 Python social media analytics : analyze and visualize data from Twitter, YouTube, GitHub, and more / Siddhartha Chatterjee, Michal Krystyanczuk. Birmingham : Packt Publishing, 2017. 1 online resource (307 pages) text txt rdacontent computer c rdamedia online resource cr rdacarrier Print version record. Cover; Copyright; Credits; About the Authors; Acknowledgments; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Introduction to the Latest Social Media Landscape and Importance; Introducing social graph; Notion of influence; Social impacts; Platforms on platform; Delving into social data; Understanding semantics; Defining the semantic web; Exploring social data applications; Understanding the process; Working environment; Defining Python; Selecting an IDE; Illustrating Git; Getting the data; Defining API; Scraping and crawling; Analyzing the data. Brief introduction to machine learningTechniques for social media analysis; Setting up data structure libraries; Visualizing the data; Getting started with the toolset; Summary; Chapter 2: Harnessing Social Data -- Connecting, Capturing, and Cleaning; APIs in a nutshell; Different types of API; RESTful API; Stream API; Advantages of social media APIs; Limitations of social media APIs; Connecting principles of APIs; Introduction to authentication techniques; What is OAuth?; User authentication; Application authentication; Why do we need to use OAuth? Connecting to social network platforms without OAuthOAuth1 and OAuth2; Practical usage of OAuth; Parsing API outputs; Twitter; Creating application; Selecting the endpoint; Using requests to connect; Facebook; Creating an app and getting an access token; Selecting the endpoint; Connect to the API; GitHub; Obtaining OAuth tokens programmatically; Selecting the endpoint; Connecting to the API; YouTube; Creating an application and obtaining an access token programmatically; Selecting the endpoint; Connecting to the API; Pinterest; Creating an application; Selecting the endpoint. Connecting to the APIBasic cleaning techniques; Data type and encoding; Structure of data; Pre-processing and text normalization; Duplicate removal; MongoDB to store and access social data; Installing MongoDB; Setting up the environment; Starting MongoDB; MongoDB using Python; Summary; Chapter 3: Uncovering Brand Activity, Popularity, and Emotions on Facebook; Facebook brand page; The Facebook API; Project planning; Scope and process; Data type; Analysis; Step 1 -- data extraction; Step 2 -- data pull; Step 3 -- feature extraction; Step 4 -- content analysis; Keywords. Extracting verbatims for keywordsUser keywords; Brand posts; User hashtags; Noun phrases; Brand posts; User comments; Detecting trends in time series; Maximum shares; Brand posts; User comments; Maximum likes; Brand posts; Comments; Uncovering emotions; How to extract emotions?; Introducing the Alchemy API; Connecting to the Alchemy API; Setting up an application; Applying Alchemy API; How can brands benefit from it?; Summary; Chapter 4: Analyzing Twitter Using Sentiment Analysis and Entity Recognition; Scope and process; Getting the data; Getting Twitter API keys; Data extraction. REST API Search endpoint. Leverage the power of Python to collect, process, and mine deep insights from social media dataAbout This Book* Acquire data from various social media platforms such as Facebook, Twitter, YouTube, GitHub, and more* Analyze and extract actionable insights from your social data using various Python tools* A highly practical guide to conducting efficient social media analytics at scaleWho This Book Is ForIf you are a programmer or a data analyst familiar with the Python programming language and want to perform analyses of your social data to acquire valuable business insights, this book is for you. The book does not assume any prior knowledge of any data analysis tool or process. What You Will Learn* Understand the basics of social media mining* Use PyMongo to clean, store, and access data in MongoDB* Understand user reactions and emotion detection on Facebook* Perform Twitter sentiment analysis and entity recognition using Python* Analyze video and campaign performance on YouTube* Mine popular trends on GitHub and predict the next big technology* Extract conversational topics on public internet forums* Analyze user interests on Pinterest* Perform large-scale social media analytics on the cloudIn DetailSocial Media platforms such as Facebook, Twitter, Forums, Pinterest, and YouTube have become part of everyday life in a big way. However, these complex and noisy data streams pose a potent challenge to everyone when it comes to harnessing them properly and benefiting from them. This book will introduce you to the concept of social media analytics, and how you can leverage its capabilities to empower your business. Right from acquiring data from various social networking sources such as Twitter, Facebook, YouTube, Pinterest, and social forums, you will see how to clean data and make it ready for analytical operations using various Python APIs. This book explains how to structure the clean data obtained and store in MongoDB using PyMongo. You will also perform web scraping and visualize data using Scrappy and Beautifulsoup. Finally, you will be introduced to different techniques to perform analytics at scale for your social data on the cloud, using Python and Spark. By the end of this book, you will be able to utilize the power of Python to gain valuable insights from social media data and use them to enhance your business processes. Style and approachThis book follows a step-by-step approach to teach readers the concepts of social media analytics using the Python programming language. To explain various data analysis processes, real-world datasets are used wherever required. Python (Computer program language) http://id.loc.gov/authorities/subjects/sh96008834 Data mining. http://id.loc.gov/authorities/subjects/sh97002073 Social media. http://id.loc.gov/authorities/subjects/sh2006007023 Python (Langage de programmation) Exploration de données (Informatique) Médias sociaux. social media. aat COMPUTERS Programming Languages Python. bisacsh Python (Computer program language) fast Data mining fast Social media fast Krystyanczuk, Michal. has work: Python social media analytics (Text) https://id.oclc.org/worldcat/entity/E39PCH3rHBcjDvvYTh4MBmgBT3 https://id.oclc.org/worldcat/ontology/hasWork Print version: Chatterjee, Siddhartha. Python Social Media Analytics. Birmingham : Packt Publishing, ©2017 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1565635 Volltext |
spellingShingle | Chatterjee, Siddhartha, 1963- Python social media analytics : analyze and visualize data from Twitter, YouTube, GitHub, and more / Cover; Copyright; Credits; About the Authors; Acknowledgments; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Introduction to the Latest Social Media Landscape and Importance; Introducing social graph; Notion of influence; Social impacts; Platforms on platform; Delving into social data; Understanding semantics; Defining the semantic web; Exploring social data applications; Understanding the process; Working environment; Defining Python; Selecting an IDE; Illustrating Git; Getting the data; Defining API; Scraping and crawling; Analyzing the data. Brief introduction to machine learningTechniques for social media analysis; Setting up data structure libraries; Visualizing the data; Getting started with the toolset; Summary; Chapter 2: Harnessing Social Data -- Connecting, Capturing, and Cleaning; APIs in a nutshell; Different types of API; RESTful API; Stream API; Advantages of social media APIs; Limitations of social media APIs; Connecting principles of APIs; Introduction to authentication techniques; What is OAuth?; User authentication; Application authentication; Why do we need to use OAuth? Connecting to social network platforms without OAuthOAuth1 and OAuth2; Practical usage of OAuth; Parsing API outputs; Twitter; Creating application; Selecting the endpoint; Using requests to connect; Facebook; Creating an app and getting an access token; Selecting the endpoint; Connect to the API; GitHub; Obtaining OAuth tokens programmatically; Selecting the endpoint; Connecting to the API; YouTube; Creating an application and obtaining an access token programmatically; Selecting the endpoint; Connecting to the API; Pinterest; Creating an application; Selecting the endpoint. Connecting to the APIBasic cleaning techniques; Data type and encoding; Structure of data; Pre-processing and text normalization; Duplicate removal; MongoDB to store and access social data; Installing MongoDB; Setting up the environment; Starting MongoDB; MongoDB using Python; Summary; Chapter 3: Uncovering Brand Activity, Popularity, and Emotions on Facebook; Facebook brand page; The Facebook API; Project planning; Scope and process; Data type; Analysis; Step 1 -- data extraction; Step 2 -- data pull; Step 3 -- feature extraction; Step 4 -- content analysis; Keywords. Extracting verbatims for keywordsUser keywords; Brand posts; User hashtags; Noun phrases; Brand posts; User comments; Detecting trends in time series; Maximum shares; Brand posts; User comments; Maximum likes; Brand posts; Comments; Uncovering emotions; How to extract emotions?; Introducing the Alchemy API; Connecting to the Alchemy API; Setting up an application; Applying Alchemy API; How can brands benefit from it?; Summary; Chapter 4: Analyzing Twitter Using Sentiment Analysis and Entity Recognition; Scope and process; Getting the data; Getting Twitter API keys; Data extraction. Python (Computer program language) http://id.loc.gov/authorities/subjects/sh96008834 Data mining. http://id.loc.gov/authorities/subjects/sh97002073 Social media. http://id.loc.gov/authorities/subjects/sh2006007023 Python (Langage de programmation) Exploration de données (Informatique) Médias sociaux. social media. aat COMPUTERS Programming Languages Python. bisacsh Python (Computer program language) fast Data mining fast Social media fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh96008834 http://id.loc.gov/authorities/subjects/sh97002073 http://id.loc.gov/authorities/subjects/sh2006007023 |
title | Python social media analytics : analyze and visualize data from Twitter, YouTube, GitHub, and more / |
title_auth | Python social media analytics : analyze and visualize data from Twitter, YouTube, GitHub, and more / |
title_exact_search | Python social media analytics : analyze and visualize data from Twitter, YouTube, GitHub, and more / |
title_full | Python social media analytics : analyze and visualize data from Twitter, YouTube, GitHub, and more / Siddhartha Chatterjee, Michal Krystyanczuk. |
title_fullStr | Python social media analytics : analyze and visualize data from Twitter, YouTube, GitHub, and more / Siddhartha Chatterjee, Michal Krystyanczuk. |
title_full_unstemmed | Python social media analytics : analyze and visualize data from Twitter, YouTube, GitHub, and more / Siddhartha Chatterjee, Michal Krystyanczuk. |
title_short | Python social media analytics : |
title_sort | python social media analytics analyze and visualize data from twitter youtube github and more |
title_sub | analyze and visualize data from Twitter, YouTube, GitHub, and more / |
topic | Python (Computer program language) http://id.loc.gov/authorities/subjects/sh96008834 Data mining. http://id.loc.gov/authorities/subjects/sh97002073 Social media. http://id.loc.gov/authorities/subjects/sh2006007023 Python (Langage de programmation) Exploration de données (Informatique) Médias sociaux. social media. aat COMPUTERS Programming Languages Python. bisacsh Python (Computer program language) fast Data mining fast Social media fast |
topic_facet | Python (Computer program language) Data mining. Social media. Python (Langage de programmation) Exploration de données (Informatique) Médias sociaux. social media. COMPUTERS Programming Languages Python. Data mining Social media |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1565635 |
work_keys_str_mv | AT chatterjeesiddhartha pythonsocialmediaanalyticsanalyzeandvisualizedatafromtwitteryoutubegithubandmore AT krystyanczukmichal pythonsocialmediaanalyticsanalyzeandvisualizedatafromtwitteryoutubegithubandmore |