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.
You can browse the documentation at itswindows11.github.io/ThreadSharp.
There are multiple ways to participate in the community:
- Upvote popular feature requests.
- Submit a new feature.
- File bugs and feature requests.
- Review source code changes.
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.
Ensure you have following components:
- Git.
- A .NET IDE of your choice, preferably Visual Studio 2022.
- The .NET SDK.
Clone the repository:
git clone https://github.com/itsWindows11/ThreadSharp
- Open
ThreadSharp.sln
. - Build
ThreadSharp.csproj
withDEBUG
mode activated.
Copyright (c) 2024 itsWindows11 & ThreadSharp contributors.
Licensed under the MIT license.