Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toshi0383/gts-notion
Fetch race data from GTSport server and submit to my Notion page.
https://github.com/toshi0383/gts-notion
gtsport notion
Last synced: 24 days ago
JSON representation
Fetch race data from GTSport server and submit to my Notion page.
- Host: GitHub
- URL: https://github.com/toshi0383/gts-notion
- Owner: toshi0383
- Created: 2019-10-07T14:58:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-07T15:01:23.000Z (about 5 years ago)
- Last Synced: 2024-05-02T02:08:01.595Z (8 months ago)
- Topics: gtsport, notion
- Language: Go
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gts-notion
---Fetch race data from GTSport server and submit to my Notion page.
Just published code for fun, but this is useless for nobody but me.## Usage for myself
(because I will forget after a week..)
- Install Xcode11+ Swift 5.1
- Install Golang
- Set `NOTION_AUTH_TOKEN` as environment variable. ([seealso](https://presstige.io/p/Using-Notion-API-Go-client-2567fcfa8f7a4ed4bdf6f6ec9298d34a#6e20956c-20a2-4519-b91d-a9fb151d88d3))
- `make prepare`
- `make run`New page is created everytime.
Localize data (e.g. course name) is extracted automatically using a dumb shell script.
## Credits
- [kjk/notionapi](https://github.com/kjk/notionapi)
## LICENSE
Whatever