Tweet

Twitter Update: New Features Added To Go Away With Spams And Trolls

As of the present, Twitter is one of the social media giants that have hooked a lot of netizens. Users have loved its features. It can even serve as one of the information sources when it comes to the showbiz industry as most famous stars have Twitter accounts. One thing that keeps the users in a certain social media is the ongoing upgrades and level ups when it comes to its features. It keep

Visual Basic Twitter Feed Scraper

Introduction: Welcome to my tutorial on how to create a Twitter profile tweet scraper. First create a form which contains a textbox for the profile username and a button to begin the process. Steps of Creation: Step 1: Import the following two imports so we can get the profile page source and manipulate it: Imports System.Net Imports System.Text.RegularExpressions Step 2: Now, add two functions