Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xhiroga/filmarks-subscriber
Subscribe Filmarks clips (and post it to Discord).
https://github.com/xhiroga/filmarks-subscriber
clasp discord filmarks google-apps-script
Last synced: 21 days ago
JSON representation
Subscribe Filmarks clips (and post it to Discord).
- Host: GitHub
- URL: https://github.com/xhiroga/filmarks-subscriber
- Owner: xhiroga
- License: mit
- Created: 2024-02-03T21:44:41.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-04T06:26:28.000Z (9 months ago)
- Last Synced: 2024-02-04T23:29:47.591Z (9 months ago)
- Topics: clasp, discord, filmarks, google-apps-script
- Language: TypeScript
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Filmarks Subscriber
Subscribe Filmarks clips (and post it to Discord).
## Development
```bash
# Dev Contaienr: Open Folder in Container
# Enable App Script API fromclasp login
clasp create --type sheets # Not required for clone
clasp pull
# Note: .clasp.json is for @xhiroga. to clone this repo, replace it.
# open and check script creatednpx jest --init # Not required for clone
# edit jest.config.js to use ts-jest
npx jestclasp push
# Set trigger
```## References
- [GAS | clasp、TypeScriptで開発する方法 - わくわくBank](https://www.wakuwakubank.com/posts/875-gas-clasp-typescript/)
- [Filmarksから特定ユーザーの観た映画一覧を取得するスクリプト #GoogleAppsScript - Qiita](https://qiita.com/nkjzm/items/19d8a38301da3a6ee343)
- [TypescriptのGASをJestでテストする - アクトインディ開発者ブログ](https://tech.actindi.net/2019/07/03/081258)