TheMulti0 / TwitterScraper

Scrape the Twitter Frontend API easily and quickly without authentication!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TwitterScraper

It is a hassle to use the official Twitter API, luckily the Twitter web client uses a frontend Javascript API!

TwitterScraper is a fast, easy-to-use wrapper to the frontend Twitter API!

Installation

TwitterScraper targets .NET Standard 2.0.

TwitterScraper can be installed from NuGet.

The package can be installed in the NuGet CLI:

PM> Install-Package TheMulti0.TwitterScraper

Alternatively, you can use the .NET Core CLI:

> dotnet add package TheMulti0.TwitterScraper

Basic Usage

ITwitter twitter = new Twitter();

IEnumerable<Tweet> tweets = await twitter.GetTweets("@TheMulti0")

About

Scrape the Twitter Frontend API easily and quickly without authentication!

License:GNU General Public License v3.0


Languages

Language:HTML 94.9%Language:C# 5.1%