Kotlin/kotlin-script-examples

Some main.kts examples

yschimke opened this issue · 0 comments

If you know good examples of the Kotlin scripting API usage, not mentioned here, please submit an issue or a pull request with the link and short description.

Same examples

Rsocket proxy https://github.com/yschimke/okurl-scripts/blob/master/commands/rsocketTcpProxy.main.kts

Fetch mp3s and download example https://github.com/yschimke/okurl-scripts/blob/master/commands/showList.main.kts

Some requiring external configuration (a token stored by https://github.com/yschimke/okurl/)

A github graphql example https://github.com/yschimke/okurl-scripts/blob/master/commands/github-pull-requests.main.kts
gmail https://github.com/yschimke/okurl-scripts/blob/master/commands/gmail-inbox.main.kts