You can browse the documentation at itswindows11.github.io/ThreadSharp.
You can start by initializing a ThreadsClient
with an access token:
ThreadsClient threadsClient = new ThreadsClient("access-token");
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.