Skip to content

itsWindows11/ThreadSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThreadSharp banner

A C# API wrapper for the Threads API.

CI Status NuGet

Important

ThreadSharp is limited by the capabilities of the Threads public API and so not all features that you enjoy in the Threads app are available.

Documentation

You can browse the documentation at itswindows11.github.io/ThreadSharp.

Contributing

There are multiple ways to participate in the community:

Usage

You can start by initializing a ThreadsClient with an access token:

ThreadsClient threadsClient = new ThreadsClient("access-token");

Note

ThreadSharp doesn't handle authentication manually, so you will have to handle the authentication depending on your platform's OAuth2 library.

Building the Code

Prerequisites

Ensure you have following components:

Git

Clone the repository:

git clone https://github.com/itsWindows11/ThreadSharp

Build the project

  • Open ThreadSharp.sln.
  • Build ThreadSharp.csproj with DEBUG mode activated.

License

Copyright (c) 2024 itsWindows11 & ThreadSharp contributors.

Licensed under the MIT license.