{"id":26720984,"url":"https://github.com/civermau/twitch-api","last_synced_at":"2025-03-27T19:35:46.069Z","repository":{"id":280400990,"uuid":"941867664","full_name":"Civermau/Twitch-API","owner":"Civermau","description":"Twitch pubsub reader and Channel Points Reward manager made in C# with TwitchLib","archived":false,"fork":false,"pushed_at":"2025-03-11T01:06:36.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T01:32:08.847Z","etag":null,"topics":["tool","twitch","twitch-api"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Civermau.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-03T07:25:12.000Z","updated_at":"2025-03-11T00:59:13.000Z","dependencies_parsed_at":"2025-03-03T08:28:55.372Z","dependency_job_id":"e5b0fd0b-a654-4207-a2bb-d130283e423a","html_url":"https://github.com/Civermau/Twitch-API","commit_stats":null,"previous_names":["civermau/twitch-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Civermau%2FTwitch-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Civermau%2FTwitch-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Civermau%2FTwitch-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Civermau%2FTwitch-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Civermau","download_url":"https://codeload.github.com/Civermau/Twitch-API/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245911662,"owners_count":20692633,"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":["tool","twitch","twitch-api"],"created_at":"2025-03-27T19:35:45.471Z","updated_at":"2025-03-27T19:35:46.054Z","avatar_url":"https://github.com/Civermau.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Twitch API Integration\n\nThis project is a C# application that interacts with the Twitch API to manage channel points rewards and listen to PubSub events. It is designed to be used on bigger projects, this is more like a library\n![image](https://github.com/user-attachments/assets/6196098a-7b6a-4191-818e-e7d01e3afa4d)\n![image](https://github.com/user-attachments/assets/b4373b89-0af3-4e4f-a22c-5f8747075bd6)\n\n## Features\n\n- **Channel Points Management**: Create, update, and delete custom channel point rewards.\n- **PubSub Integration**: Listen to Twitch PubSub events for real-time updates.\n- **Testing and Debugging**: Includes various test methods to ensure functionality.\n\n## Getting Started\n\n### Prerequisites\n\n- [.NET Core SDK](https://dotnet.microsoft.com/download) installed on your machine.\n- A Twitch account with developer access to create an application and obtain OAuth tokens.\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Civermau/Twitch-API.git\n   cd Twitch-API\n   ```\n\n2. Restore the dependencies:\n   ```bash\n   dotnet restore\n   ```\n\n### Configuration\n\nReplace the placeholders in `Program.cs` with your actual Twitch credentials:\n```csharp\nprivate static string channelId = \"\u003cYOUR_CHANNEL_ID\u003e\";\nprivate static string oauthToken = \"\u003cYOUR_OAUTH_TOKEN\u003e\";\nprivate static string clientId = \"\u003cYOUR_CLIENT_ID\u003e\";\n```\n\n### Running the Application\n\nTo run the application, use the following command:\n```bash\ndotnet run\n```\n\n## Usage\n\n- **CRUDTest**: Test creating, reading, updating, and deleting channel point rewards.\n- **FullReadTest**: Retrieve and display all channel point rewards.\n- **SameNameTest**: Test creating multiple rewards with the same name.\n- **FullCreateTest**: Test creating rewards with various configurations.\n\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\nSpecial thanks to Randomike for providing a testing channel.\n\nFor more details, see the [Credits](CREDITS.md) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcivermau%2Ftwitch-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcivermau%2Ftwitch-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcivermau%2Ftwitch-api/lists"}