Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morishin/admob-reporter
https://github.com/morishin/admob-reporter
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/morishin/admob-reporter
- Owner: morishin
- Created: 2021-10-18T15:52:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-11T02:13:17.000Z (almost 3 years ago)
- Last Synced: 2024-06-19T14:19:25.350Z (5 months ago)
- Language: Go
- Size: 34.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# admob-reporter
Post AdMob Network Report earnings summary to Slack.
![screenshot](https://user-images.githubusercontent.com/1413408/137770837-7c0c306f-8368-44e9-ada9-a3e24c91951f.png)
## Setup
1. Copy .env.example to .env and fill in the values.
```sh
cp .env.example .env
```1. Download your own OAuth2 credentials from GCP Console: https://console.cloud.google.com/apis/credentials
1. Rename it into `oauth_client_secret.json` and put it next to oauth_client_secret.json.example.## Run
```sh
$ cd dev
$ go run .
```## Deploy to AWS
```sh
$ cd aws/cdk
$ cdk deploy
```