{"id":16493663,"url":"https://github.com/itswindows11/threadsharp","last_synced_at":"2025-05-03T02:31:01.129Z","repository":{"id":257809916,"uuid":"862982069","full_name":"itsWindows11/ThreadSharp","owner":"itsWindows11","description":"A C# API wrapper for the Threads API.","archived":false,"fork":false,"pushed_at":"2024-10-18T07:31:34.000Z","size":1089,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-19T18:38:39.210Z","etag":null,"topics":["csharp","dotnet","facebook","instagram","meta","threads-api","threads-app"],"latest_commit_sha":null,"homepage":"https://itswindows11.github.io/ThreadSharp/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itsWindows11.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"itsWindows11"}},"created_at":"2024-09-25T14:12:49.000Z","updated_at":"2024-10-18T07:31:39.000Z","dependencies_parsed_at":"2024-10-19T15:13:32.258Z","dependency_job_id":null,"html_url":"https://github.com/itsWindows11/ThreadSharp","commit_stats":null,"previous_names":["itswindows11/threadsharp"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsWindows11%2FThreadSharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsWindows11%2FThreadSharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsWindows11%2FThreadSharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsWindows11%2FThreadSharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itsWindows11","download_url":"https://codeload.github.com/itsWindows11/ThreadSharp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224347788,"owners_count":17296427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","dotnet","facebook","instagram","meta","threads-api","threads-app"],"created_at":"2024-10-11T14:10:11.418Z","updated_at":"2024-11-12T20:42:44.513Z","avatar_url":"https://github.com/itsWindows11.png","language":"C#","funding_links":["https://github.com/sponsors/itsWindows11"],"categories":[],"sub_categories":[],"readme":"![ThreadSharp banner](https://github.com/itsWindows11/ThreadSharp/blob/main/assets/banner.png?raw=true)\n\u003ch4 align=\"center\"\u003e A C# API wrapper for the Threads API.\u003c/h4\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca style=\"text-decoration:none\" href=\"https://github.com/itsWindows11/ThreadSharp/actions/workflows/nuget.yml\"\u003e\n    \u003cimg src=\"https://github.com/itsWindows11/ThreadSharp/actions/workflows/nuget.yml/badge.svg\" alt=\"CI Status\" /\u003e\u003c/a\u003e\n  \u003ca style=\"text-decoration:none\" href=\"https://www.nuget.org/packages/ThreadSharp\"\u003e\n    \u003cimg src=\"https://img.shields.io/nuget/v/ThreadSharp\" alt=\"NuGet\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003e [!IMPORTANT]\n\u003e ThreadSharp is limited by the capabilities of the [Threads public API](https://developers.facebook.com/docs/threads/) and so not all features that you enjoy in the Threads app are available.\n\n## Documentation\n\nYou can browse the documentation at [itswindows11.github.io/ThreadSharp](https://itswindows11.github.io/ThreadSharp/docs/).\n\n## Contributing\n\nThere are multiple ways to participate in the community:\n\n- Upvote popular feature requests.\n- [Submit a new feature](https://github.com/itsWindows11/ThreadSharp/pulls).\n- [File bugs and feature requests](https://github.com/itsWindows11/ThreadSharp/issues/new/choose).\n- Review [source code changes](https://github.com/itsWindows11/ThreadSharp/commits).\n\n## Usage\n\nYou can start by initializing a `ThreadsClient` with an access token:\n\n```c#\nThreadsClient threadsClient = new ThreadsClient(\"access-token\");\n```\n\n\u003e [!NOTE]\n\u003e ThreadSharp doesn't handle authentication manually, so you will have to handle the authentication depending on your platform's OAuth2 library.\n\n## Building the Code\n\n### Prerequisites\n\nEnsure you have following components:\n\n- [Git](https://git-scm.com/).\n- A .NET IDE of your choice, preferably [Visual Studio 2022](https://visualstudio.microsoft.com/vs/).\n- [The .NET SDK](https://dotnet.microsoft.com/en-us/download/visual-studio-sdks).\n\n### Git\n\nClone the repository:\n\n```bash\ngit clone https://github.com/itsWindows11/ThreadSharp\n```\n\n### Build the project\n\n- Open `ThreadSharp.sln`.\n- Build `ThreadSharp.csproj` with `DEBUG` mode activated.\n\n## License\n\nCopyright (c) 2024 itsWindows11 \u0026 ThreadSharp contributors.\n\nLicensed under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitswindows11%2Fthreadsharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitswindows11%2Fthreadsharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitswindows11%2Fthreadsharp/lists"}