Skip to content

Commit

Permalink
readme and icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Zettersten committed Dec 1, 2024
1 parent 21a1f38 commit f2d0ebb
Show file tree
Hide file tree
Showing 6 changed files with 78 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,23 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<EnablePreviewFeatures>true</EnablePreviewFeatures>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PublishAot>false</PublishAot>
<IsAotCompatible>true</IsAotCompatible>
<NoWarn>CS1591;CS0618;CS1573</NoWarn>
<Description>
A high-performance .NET library for fetching and aggregating social media metrics across multiple platforms.
SocialCounter provides a unified interface to retrieve follower counts and other social metrics while handling
rate limiting, retries, and failures gracefully.

Key Features:
- Unified API for fetching social metrics across different platforms
- Built-in resilience with automatic retry policies and exponential backoff
- Parallel processing of requests to multiple social media platforms
- Extensible design for adding new platform implementations
- Configurable timeouts and comprehensive error handling
</Description>
<PackageTags>social-media;metrics;analytics;dotnet;csharp;http-client</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,23 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<EnablePreviewFeatures>true</EnablePreviewFeatures>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PublishAot>false</PublishAot>
<IsAotCompatible>true</IsAotCompatible>
<NoWarn>CS1591;CS0618;CS1573</NoWarn>
<Description>
A high-performance .NET library for fetching and aggregating social media metrics across multiple platforms.
SocialCounter provides a unified interface to retrieve follower counts and other social metrics while handling
rate limiting, retries, and failures gracefully.

Key Features:
- Unified API for fetching social metrics across different platforms
- Built-in resilience with automatic retry policies and exponential backoff
- Parallel processing of requests to multiple social media platforms
- Extensible design for adding new platform implementations
- Configurable timeouts and comprehensive error handling
</Description>
<PackageTags>social-media;metrics;analytics;dotnet;csharp;http-client</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,23 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<EnablePreviewFeatures>true</EnablePreviewFeatures>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PublishAot>false</PublishAot>
<IsAotCompatible>true</IsAotCompatible>
<NoWarn>CS1591;CS0618;CS1573</NoWarn>
<Description>
A high-performance .NET library for fetching and aggregating social media metrics across multiple platforms.
SocialCounter provides a unified interface to retrieve follower counts and other social metrics while handling
rate limiting, retries, and failures gracefully.

Key Features:
- Unified API for fetching social metrics across different platforms
- Built-in resilience with automatic retry policies and exponential backoff
- Parallel processing of requests to multiple social media platforms
- Extensible design for adding new platform implementations
- Configurable timeouts and comprehensive error handling
</Description>
<PackageTags>social-media;metrics;analytics;dotnet;csharp;http-client</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down
14 changes: 13 additions & 1 deletion SocialCounter/SocialCounter.TikTok/SocialCounter.TikTok.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,23 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<EnablePreviewFeatures>true</EnablePreviewFeatures>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PublishAot>false</PublishAot>
<IsAotCompatible>true</IsAotCompatible>
<NoWarn>CS1591;CS0618;CS1573</NoWarn>
<Description>
A high-performance .NET library for fetching and aggregating social media metrics across multiple platforms.
SocialCounter provides a unified interface to retrieve follower counts and other social metrics while handling
rate limiting, retries, and failures gracefully.

Key Features:
- Unified API for fetching social metrics across different platforms
- Built-in resilience with automatic retry policies and exponential backoff
- Parallel processing of requests to multiple social media platforms
- Extensible design for adding new platform implementations
- Configurable timeouts and comprehensive error handling
</Description>
<PackageTags>social-media;metrics;analytics;dotnet;csharp;http-client</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down
14 changes: 13 additions & 1 deletion SocialCounter/SocialCounter.X/SocialCounter.X.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,23 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<EnablePreviewFeatures>true</EnablePreviewFeatures>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PublishAot>false</PublishAot>
<IsAotCompatible>true</IsAotCompatible>
<NoWarn>CS1591;CS0618;CS1573</NoWarn>
<Description>
A high-performance .NET library for fetching and aggregating social media metrics across multiple platforms.
SocialCounter provides a unified interface to retrieve follower counts and other social metrics while handling
rate limiting, retries, and failures gracefully.

Key Features:
- Unified API for fetching social metrics across different platforms
- Built-in resilience with automatic retry policies and exponential backoff
- Parallel processing of requests to multiple social media platforms
- Extensible design for adding new platform implementations
- Configurable timeouts and comprehensive error handling
</Description>
<PackageTags>social-media;metrics;analytics;dotnet;csharp;http-client</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down
14 changes: 13 additions & 1 deletion SocialCounter/SocialCounter/SocialCounter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,23 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<EnablePreviewFeatures>true</EnablePreviewFeatures>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PublishAot>false</PublishAot>
<IsAotCompatible>true</IsAotCompatible>
<NoWarn>CS1591;CS0618;CS1573</NoWarn>
<Description>
A high-performance .NET library for fetching and aggregating social media metrics across multiple platforms.
SocialCounter provides a unified interface to retrieve follower counts and other social metrics while handling
rate limiting, retries, and failures gracefully.

Key Features:
- Unified API for fetching social metrics across different platforms
- Built-in resilience with automatic retry policies and exponential backoff
- Parallel processing of requests to multiple social media platforms
- Extensible design for adding new platform implementations
- Configurable timeouts and comprehensive error handling
</Description>
<PackageTags>social-media;metrics;analytics;dotnet;csharp;http-client</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit f2d0ebb

Please sign in to comment.