{"id":39666,"date":"2020-09-08T15:00:27","date_gmt":"2020-09-08T14:00:27","guid":{"rendered":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/?p=39666"},"modified":"2020-10-12T17:22:04","modified_gmt":"2020-10-12T16:22:04","slug":"creating-an-api-to-tap-into-twitter-with-open-source-software","status":"publish","type":"post","link":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/09\/08\/creating-an-api-to-tap-into-twitter-with-open-source-software\/","title":{"rendered":"Creating an API to tap into Twitter with Open Source Software"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"attachment-full size-full webp-format\" src=\"https:\/\/www.microsoft.com\/en-us\/industry\/blog\/wp-content\/uploads\/sites\/22\/2020\/01\/datasolutionheader.jpg\" alt=\"An illustration representing a data warehouse, next to an illustration of Bit the Raccoon.\" width=\"1920\" height=\"700\" data-orig-srcset=\"https:\/\/www.microsoft.com\/en-us\/industry\/blog\/wp-content\/uploads\/sites\/22\/2020\/01\/datasolutionheader.jpg 1920w, https:\/\/www.microsoft.com\/en-us\/industry\/blog\/wp-content\/uploads\/sites\/22\/2020\/01\/datasolutionheader-300x109.jpg 300w, https:\/\/www.microsoft.com\/en-us\/industry\/blog\/wp-content\/uploads\/sites\/22\/2020\/01\/datasolutionheader-1024x373.jpg 1024w, https:\/\/www.microsoft.com\/en-us\/industry\/blog\/wp-content\/uploads\/sites\/22\/2020\/01\/datasolutionheader-768x280.jpg 768w, https:\/\/www.microsoft.com\/en-us\/industry\/blog\/wp-content\/uploads\/sites\/22\/2020\/01\/datasolutionheader-1536x560.jpg 1536w, https:\/\/www.microsoft.com\/en-us\/industry\/blog\/wp-content\/uploads\/sites\/22\/2020\/01\/datasolutionheader-330x120.jpg 330w, https:\/\/www.microsoft.com\/en-us\/industry\/blog\/wp-content\/uploads\/sites\/22\/2020\/01\/datasolutionheader-800x292.jpg 800w, https:\/\/www.microsoft.com\/en-us\/industry\/blog\/wp-content\/uploads\/sites\/22\/2020\/01\/datasolutionheader-400x146.jpg 400w\" data-orig-src=\"https:\/\/www.microsoft.com\/en-us\/industry\/blog\/wp-content\/uploads\/sites\/22\/2020\/01\/datasolutionheader.jpg\" \/><\/p>\n<p>When I was a kid, there was never enough money to buy full price games. I\u2019d get a magazine that had demos of games, and after I\u2019d played those to death, I\u2019d turn to the back on the magazine where there were code listings. I\u2019d type them out and hack away at the creations. Later on I\u2019d order public domain games from magazines that came with source code, altering the code to learn how they worked and whether I could modify them.<\/p>\n<p>In 2001 I dropped out of the final year of my CS degree (I had my Diploma in S\/W Engineering) to take an IT Apprenticeship that lasted 24 months. I spent the first 12 months in various departments, with the remaining 12 months in a software development team for a consultancy, building a master patient index system.<\/p>\n<p>At the end of the apprenticeship I was offered a job, staying there for 5 years before leaving to join a start-up, followed by a consultancy where I moved up the ladder to become a senior consultant and technical lead. I broke out on my own and became an independent contractor for a while, then returned to employment.<\/p>\n<p>In between that, I completed an MSc in Computer Science with a focus on Bayesian Theorem and Text Analytics, and how this can be used to surface insights in social media data. I started to document these activities on my blog, which gained readership and resulted in my code experiments being picked up by Twitter themselves. These would later be used to help build Pluralsight Courses and community work, which resulted in an MVP Award in AI.<\/p>\n<p>&nbsp;<\/p>\n<h2>Building the Social Opinion API<\/h2>\n<p>I\u2019ve been working with the Twitter API for many years and was working on a research project through an MSc I was doing outside of my day job. The project involved Twitter analytics, and I built an API using machine learning-based approaches to help me classify Twitter data using C#.<\/p>\n<p>Shortly after this Twitter ran a developer initiative over 3 years called #Promote. I joined a few dots and submitted minimal viable products to #Promote each year, each of them building on the predecessor and all built using .NET. These products could help surface signals such as keywords, commercial intent and more.<\/p>\n<p>One iteration was centred around audience segmentation and creating audiences for marketing purposes. That is, finding the right person at the right time, with the right message. Through my #Promote submissions, Twitter&#8217;s DevRel and Ad Partnership Teams contacted me to show demos of the software. I\u2019ve since built good relationships with the DevRel and Product Teams as a result of these activities.<\/p>\n<p>&nbsp;<\/p>\n<h2>Why Did I build the API?<\/h2>\n<p>Through various conversations I&#8217;d had at the time, I knew a major Twitter API release was being planned, and I remembered the pain I experienced as a developer when trying to consume the Twitter API back in the early years!<\/p>\n<p>No one else was working on building a .NET SDK that would target v2 of the Twitter API, so I wanted this to be the first on the market for .NET Developers. I wanted to make it easy for developers to consume these new APIs and build a community around the SDK. This goal makes it pretty easy for me to build and add new features to a social media analytics platform I work on in my spare time. It&#8217;s written in .NET Core so it\u2019s cross platform, and an abundance of free tooling and services such as VS Community, GitHub and Azure Credits make it easier than ever to build and ship when you have limited resources.<\/p>\n<p>The biggest challenge for me was finding the time to work on projects while keeping up with a regular job and family life. I got up 2 hours earlier each day and spent time at the weekends on open source activities, as well as engaging directly with the Twitter DevRel team on multiple occasions. It took four months from the start until the first iteration.<\/p>\n<p>&nbsp;<\/p>\n<h2>How developers can use the API<\/h2>\n<p>Whether you&#8217;re looking to grab social media analytics, perform topic analysis of Twitter data or build integrations with the Twitter API, there are many possible ways to use the Social Opinion API. You could even identify the most discussed products, services, locations or businesses, or use it for ad-tech and marketing. There are also many reasons why you should consider giving it a go:<\/p>\n<ul type=\"disc\">\n<li>Accelerates development with the Twitter API<\/li>\n<li>Shields developers from having to write low level HTTP and security code (OAuth, etc.)<\/li>\n<li>Gives developers a rich set of easy to use objects (e.g. Tweet.Text) in their code, thereby making the development experience simpler<\/li>\n<li>You can easily surface Twitter data in existing applications with a few lines of code<\/li>\n<li>It can be added in a few clicks via <a href=\"https:\/\/www.nuget.org\/packages\/SocialOpinionAPI\" target=\"_blank\" rel=\"noopener noreferrer\">a NuGet package<\/a>, or via <a href=\"https:\/\/github.com\/jamiemaguiredotnet\/SocialOpinion-Public\" target=\"_blank\" rel=\"noopener noreferrer\">the code on GitHub<\/a><\/li>\n<\/ul>\n<p>User feedback has also helped shape the project itself &#8211; the data surfaced by the SDK\/API was used to build an early version of a SaaS tool called Social Opinion. I\u2019ve also had direct feedback saying data in the dashboards are a great way to see what\u2019s forming the public conversation in one place.<\/p>\n<p>&nbsp;<\/p>\n<h2>Using open source software<\/h2>\n<p>Open source can help developers learn about new practices or approaches to development. I think we live in a bit of an API economy; more than ever it\u2019s becoming easier to pull code examples or APIs from places like GitHub. You can use open source to quickly build prototypes and plug gaps in your existing software or understanding.<\/p>\n<p>My advice to those on their open source journey is simple: don\u2019t be intimidated about shipping your work. It can be nerve wracking when sharing your work online \u2013 but learn to dance with that! If you have an idea, just code it or write it and get it out there. It could be something that ends up helping you with your daily job, like an internal tool. Your work might not be for everyone, but that\u2019s okay!<\/p>\n<p>&nbsp;<\/p>\n<h2>More from the author<\/h2>\n<p><a href=\"https:\/\/twitter.com\/jamie_maguire1\" target=\"_blank\" rel=\"noopener noreferrer\">Jamie Maguire<\/a>\u00a0is a Software Architect with nearly 20 years\u2019 experience architecting and building solutions using the .NET stack. For more of Jamie\u2019s articles, be sure to check out\u00a0<a href=\"http:\/\/www.jamiemaguire.net\/\" target=\"_blank\" rel=\"noopener noreferrer\">his website<\/a>.<\/p>\n<p>Want to learn more about this project? Be sure to <a href=\"https:\/\/www.nuget.org\/packages\/SocialOpinionAPI\" target=\"_blank\" rel=\"noopener noreferrer\">view the project page<\/a>, as well as <a href=\"https:\/\/www.jamiemaguire.net\/index.php\/2020\/08\/16\/social-opinion-api-and-the-new-twitter-api-v2\/\" target=\"_blank\" rel=\"noopener noreferrer\">Jamie&#8217;s overview<\/a> of the API\/SDK on his website. Also check out:<\/p>\n<ul>\n<li><a href=\"https:\/\/www.jamiemaguire.net\/index.php\/2020\/08\/02\/introduction-to-social-opinion-public-preview\/\" target=\"_blank\" rel=\"noopener noreferrer\">Jamie&#8217;s blog detailing a minimal viable product (Social Opinion) built with the API\/SDK<\/a><\/li>\n<li><a href=\"https:\/\/developer.twitter.com\/en\/docs\/twitter-api\/tools-and-libraries\" target=\"_blank\" rel=\"noopener noreferrer\">SocialOpinion on Developer.Twitter<\/a><\/li>\n<li><a href=\"https:\/\/www.jamiemaguire.net\/index.php\/2020\/06\/27\/learn-the-basics-of-the-twitter-api-with-my-new-pluralsight-course\/\" target=\"_blank\" rel=\"noopener noreferrer\">Pluralsight Course on the Twitter API<\/a><\/li>\n<li><a href=\"https:\/\/github.com\/jamiemaguiredotnet\" target=\"_blank\" rel=\"noopener noreferrer\">Jamie&#8217;s GitHub repo<\/a><\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h2>More from the OSS series<\/h2>\n<ul>\n<li><a href=\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/07\/15\/bringing-open-source-sentiment-analysis-assistance-to-neurodiverse-people\/\" target=\"_blank\" rel=\"noopener noreferrer\">Bringing open source sentiment analysis assistance to neurodiverse people<\/a><\/li>\n<li><a href=\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/06\/26\/using-open-source-software-to-boost-your-powershell-skills\/\" target=\"_blank\" rel=\"noopener noreferrer\">Using open source software to boost your PowerShell skills<\/a><\/li>\n<li><a href=\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/03\/16\/creating-a-bionic-arm-with-open-source-software\/\" target=\"_blank\" rel=\"noopener noreferrer\">Creating a bionic arm with open source software<\/a><\/li>\n<li><a href=\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/03\/16\/saving-lives-from-natural-disasters-with-open-source-software\/\" target=\"_blank\" rel=\"noopener noreferrer\">Saving lives from natural disasters with open source software<\/a><\/li>\n<li><a href=\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/03\/16\/using-open-source-software-to-connect-charities-with-people-in-need-of-social-housing\/\" target=\"_blank\" rel=\"noopener noreferrer\">Using open source software to connect charities with people in need of social housing<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Jamie Maguire shows how and why he created his Social Opinion API, as well as how you can best take advantage of it.<\/p>\n","protected":false},"author":430,"featured_media":36918,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","footnotes":""},"categories":[594],"post_tag":[1284,519],"content-type":[],"coauthors":[1023],"class_list":["post-39666","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-technetuk","tag-open-source","tag-technet-uk"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Creating an API to tap into Twitter with Open Source Software - Microsoft Industry Blogs - United Kingdom<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/09\/08\/creating-an-api-to-tap-into-twitter-with-open-source-software\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Creating an API to tap into Twitter with Open Source Software - Microsoft Industry Blogs - United Kingdom\" \/>\n<meta property=\"og:description\" content=\"Jamie Maguire shows how and why he created his Social Opinion API, as well as how you can best take advantage of it.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/09\/08\/creating-an-api-to-tap-into-twitter-with-open-source-software\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Industry Blogs - United Kingdom\" \/>\n<meta property=\"article:published_time\" content=\"2020-09-08T14:00:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-10-12T16:22:04+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/wp-content\/uploads\/sites\/22\/2020\/01\/datasolutionthumb.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"450\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Jamie Maguire\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jamie Maguire\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 min read\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/09\/08\/creating-an-api-to-tap-into-twitter-with-open-source-software\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/09\/08\/creating-an-api-to-tap-into-twitter-with-open-source-software\/\"},\"author\":[{\"@id\":\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/author\/jamie-maguire\/\",\"@type\":\"Person\",\"@name\":\"Jamie Maguire\"}],\"headline\":\"Creating an API to tap into Twitter with Open Source Software\",\"datePublished\":\"2020-09-08T14:00:27+00:00\",\"dateModified\":\"2020-10-12T16:22:04+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/09\/08\/creating-an-api-to-tap-into-twitter-with-open-source-software\/\"},\"wordCount\":1188,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/09\/08\/creating-an-api-to-tap-into-twitter-with-open-source-software\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/wp-content\/uploads\/sites\/22\/2020\/01\/datasolutionthumb.jpg\",\"keywords\":[\"Open Source\",\"TechNet UK\"],\"articleSection\":[\"TechNet UK\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/09\/08\/creating-an-api-to-tap-into-twitter-with-open-source-software\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/09\/08\/creating-an-api-to-tap-into-twitter-with-open-source-software\/\",\"url\":\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/09\/08\/creating-an-api-to-tap-into-twitter-with-open-source-software\/\",\"name\":\"Creating an API to tap into Twitter with Open Source Software - Microsoft Industry Blogs - United Kingdom\",\"isPartOf\":{\"@id\":\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/09\/08\/creating-an-api-to-tap-into-twitter-with-open-source-software\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/09\/08\/creating-an-api-to-tap-into-twitter-with-open-source-software\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/wp-content\/uploads\/sites\/22\/2020\/01\/datasolutionthumb.jpg\",\"datePublished\":\"2020-09-08T14:00:27+00:00\",\"dateModified\":\"2020-10-12T16:22:04+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/09\/08\/creating-an-api-to-tap-into-twitter-with-open-source-software\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/09\/08\/creating-an-api-to-tap-into-twitter-with-open-source-software\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/09\/08\/creating-an-api-to-tap-into-twitter-with-open-source-software\/#primaryimage\",\"url\":\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/wp-content\/uploads\/sites\/22\/2020\/01\/datasolutionthumb.jpg\",\"contentUrl\":\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/wp-content\/uploads\/sites\/22\/2020\/01\/datasolutionthumb.jpg\",\"width\":800,\"height\":450,\"caption\":\"An illustration representing a data warehouse, next to an illustration of Bit the Raccoon.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/09\/08\/creating-an-api-to-tap-into-twitter-with-open-source-software\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Creating an API to tap into Twitter with Open Source Software\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/#website\",\"url\":\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/\",\"name\":\"Microsoft Industry Blogs - United Kingdom\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/#organization\",\"name\":\"Microsoft Industry Blogs - United Kingdom\",\"url\":\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/wp-content\/uploads\/sites\/22\/2019\/08\/Microsoft-Logo.png\",\"contentUrl\":\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/wp-content\/uploads\/sites\/22\/2019\/08\/Microsoft-Logo.png\",\"width\":259,\"height\":194,\"caption\":\"Microsoft Industry Blogs - United Kingdom\"},\"image\":{\"@id\":\"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Creating an API to tap into Twitter with Open Source Software - Microsoft Industry Blogs - United Kingdom","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/09\/08\/creating-an-api-to-tap-into-twitter-with-open-source-software\/","og_locale":"en_US","og_type":"article","og_title":"Creating an API to tap into Twitter with Open Source Software - Microsoft Industry Blogs - United Kingdom","og_description":"Jamie Maguire shows how and why he created his Social Opinion API, as well as how you can best take advantage of it.","og_url":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/09\/08\/creating-an-api-to-tap-into-twitter-with-open-source-software\/","og_site_name":"Microsoft Industry Blogs - United Kingdom","article_published_time":"2020-09-08T14:00:27+00:00","article_modified_time":"2020-10-12T16:22:04+00:00","og_image":[{"width":800,"height":450,"url":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/wp-content\/uploads\/sites\/22\/2020\/01\/datasolutionthumb.jpg","type":"image\/jpeg"}],"author":"Jamie Maguire","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Jamie Maguire","Est. reading time":"5 min read"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/09\/08\/creating-an-api-to-tap-into-twitter-with-open-source-software\/#article","isPartOf":{"@id":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/09\/08\/creating-an-api-to-tap-into-twitter-with-open-source-software\/"},"author":[{"@id":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/author\/jamie-maguire\/","@type":"Person","@name":"Jamie Maguire"}],"headline":"Creating an API to tap into Twitter with Open Source Software","datePublished":"2020-09-08T14:00:27+00:00","dateModified":"2020-10-12T16:22:04+00:00","mainEntityOfPage":{"@id":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/09\/08\/creating-an-api-to-tap-into-twitter-with-open-source-software\/"},"wordCount":1188,"commentCount":0,"publisher":{"@id":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/#organization"},"image":{"@id":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/09\/08\/creating-an-api-to-tap-into-twitter-with-open-source-software\/#primaryimage"},"thumbnailUrl":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/wp-content\/uploads\/sites\/22\/2020\/01\/datasolutionthumb.jpg","keywords":["Open Source","TechNet UK"],"articleSection":["TechNet UK"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/09\/08\/creating-an-api-to-tap-into-twitter-with-open-source-software\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/09\/08\/creating-an-api-to-tap-into-twitter-with-open-source-software\/","url":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/09\/08\/creating-an-api-to-tap-into-twitter-with-open-source-software\/","name":"Creating an API to tap into Twitter with Open Source Software - Microsoft Industry Blogs - United Kingdom","isPartOf":{"@id":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/09\/08\/creating-an-api-to-tap-into-twitter-with-open-source-software\/#primaryimage"},"image":{"@id":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/09\/08\/creating-an-api-to-tap-into-twitter-with-open-source-software\/#primaryimage"},"thumbnailUrl":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/wp-content\/uploads\/sites\/22\/2020\/01\/datasolutionthumb.jpg","datePublished":"2020-09-08T14:00:27+00:00","dateModified":"2020-10-12T16:22:04+00:00","breadcrumb":{"@id":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/09\/08\/creating-an-api-to-tap-into-twitter-with-open-source-software\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/09\/08\/creating-an-api-to-tap-into-twitter-with-open-source-software\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/09\/08\/creating-an-api-to-tap-into-twitter-with-open-source-software\/#primaryimage","url":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/wp-content\/uploads\/sites\/22\/2020\/01\/datasolutionthumb.jpg","contentUrl":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/wp-content\/uploads\/sites\/22\/2020\/01\/datasolutionthumb.jpg","width":800,"height":450,"caption":"An illustration representing a data warehouse, next to an illustration of Bit the Raccoon."},{"@type":"BreadcrumbList","@id":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/technetuk\/2020\/09\/08\/creating-an-api-to-tap-into-twitter-with-open-source-software\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/"},{"@type":"ListItem","position":2,"name":"Creating an API to tap into Twitter with Open Source Software"}]},{"@type":"WebSite","@id":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/#website","url":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/","name":"Microsoft Industry Blogs - United Kingdom","description":"","publisher":{"@id":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/#organization","name":"Microsoft Industry Blogs - United Kingdom","url":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/wp-content\/uploads\/sites\/22\/2019\/08\/Microsoft-Logo.png","contentUrl":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/wp-content\/uploads\/sites\/22\/2019\/08\/Microsoft-Logo.png","width":259,"height":194,"caption":"Microsoft Industry Blogs - United Kingdom"},"image":{"@id":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/wp-json\/wp\/v2\/posts\/39666","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/wp-json\/wp\/v2\/users\/430"}],"replies":[{"embeddable":true,"href":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/wp-json\/wp\/v2\/comments?post=39666"}],"version-history":[{"count":0,"href":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/wp-json\/wp\/v2\/posts\/39666\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/wp-json\/wp\/v2\/media\/36918"}],"wp:attachment":[{"href":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/wp-json\/wp\/v2\/media?parent=39666"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/wp-json\/wp\/v2\/categories?post=39666"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/wp-json\/wp\/v2\/post_tag?post=39666"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/wp-json\/wp\/v2\/content-type?post=39666"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-gb\/industry\/blog\/wp-json\/wp\/v2\/coauthors?post=39666"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}