Skip to content

Commit

Permalink
chore: 개발 환경 정리
Browse files Browse the repository at this point in the history
- stylecop ruleset을 submodule로 변경

makeup: update nuget readme doc.
  • Loading branch information
leafbird committed Nov 4, 2023
1 parent b49e495 commit d28f511
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 98 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "BaseEnvironment"]
path = BaseEnvironment
url = https://github.com/StudioBside/BaseEnvironment.git
1 change: 1 addition & 0 deletions BaseEnvironment
Submodule BaseEnvironment added at bd3237
7 changes: 6 additions & 1 deletion Document/nuget.readme.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
## Mobile Game Ranking (google play store, Korea) Crawler
## 게임 매출 순위 알림

간간히 찾아보는 게임 매출 순위 정보를 슬랙으로 받아보게 해주는 toy project 입니다. 데이터는 [https://app.sensortower.com/](https://app.sensortower.com/) 에서 가져옵니다.
데이터 크롤링은 [selenium](https://www.selenium.dev/)을 사용합니다.

![](https://raw.githubusercontent.com/leafbird/GameRankReader/main/Document/Images/message_example.png)
6 changes: 3 additions & 3 deletions GameRank.Core/GameRank.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<CodeAnalysisRuleSet>../Leafbird.CodingStyle.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet>..\BaseEnvironment\CodingStyle.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -13,13 +13,13 @@
<PackageVersion>0.0.1.0</PackageVersion>
<Title>GameRank.Core</Title>
<Authors>leafbird</Authors>
<PackageLicenseExpression>MS-PL</PackageLicenseExpression>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/leafbird/GameRankReader </PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>nuget.readme.md</PackageReadmeFile>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>first release</PackageReleaseNotes>
<Description>It is an automation bot that crawls mobile game revenue rankings and sends them as Slack messages.</Description>
<Description>An automation bot that crawls mobile game revenue rankings and sends them as Slack messages.</Description>
<Copyright>Copyright © 2023 leafbird Limited</Copyright>
<PackageTags>mobile game rank</PackageTags>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion GameRank.Crawler/GameRank.Crawler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Nullable>enable</Nullable>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
<CodeAnalysisRuleSet>../Leafbird.CodingStyle.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet>..\BaseEnvironment\CodingStyle.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>

<ItemGroup>
Expand Down
91 changes: 0 additions & 91 deletions Leafbird.CodingStyle.ruleset

This file was deleted.

4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 게임 매출 순위 알림

[![.NET](https://github.com/leafbird/GameRankReader/actions/workflows/dotnet.yml/badge.svg)](https://github.com/leafbird/GameRankReader/actions/workflows/dotnet.yml)

## 게임 매출 순위 알림

간간히 찾아보는 게임 매출 순위 정보를 슬랙으로 받아보게 해주는 toy project 입니다. 데이터는 [https://app.sensortower.com/](https://app.sensortower.com/) 에서 가져옵니다.
데이터 크롤링은 [selenium](https://www.selenium.dev/)을 사용합니다.

Expand Down

0 comments on commit d28f511

Please sign in to comment.