Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ma91n/snssharecount
https://github.com/ma91n/snssharecount
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ma91n/snssharecount
- Owner: ma91n
- License: apache-2.0
- Created: 2023-06-10T07:26:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-20T06:43:36.000Z (9 months ago)
- Last Synced: 2024-02-20T07:35:04.058Z (9 months ago)
- Language: Go
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# snssharecount
フューチャー技術ブログのSNSカウント更新プログラム。
## Installation
```sh
go install github.com/ma91n/snssharecount/cmd/snssharecount@latest
go install github.com/ma91n/snssharecount/cmd/ga@latest
```## Usage
future-architect/tech-blog 直下で実行する想定。
SNSカウント
```sh
set http_proxy=
set https_proxy=
set FB_TOKEN=snssharecount > temp.json
mv temp.json sns_count_cache.json
```Google Analytics
```sh
ga > ga_cache.json
```