An open API service indexing awesome lists of open source software.

https://github.com/kyure-a/ntdb

Notifying Train Delaying Bot for Discord
https://github.com/kyure-a/ntdb

clasp discord-bot gas googleappsscript webhook

Last synced: 3 months ago
JSON representation

Notifying Train Delaying Bot for Discord

Awesome Lists containing this project

README

        

# Notifying Train Delaying Bot for Discord

## Description
This Discord bot is designed to post an embedded train delaying information to a channel via webhook.

## Demo
![demo](https://user-images.githubusercontent.com/49436968/234833632-518a66c0-4d7d-4513-8ed7-af1ec31b3608.png)

## Requirement
- Node.js
- yarn
- Typescript
- Clasp (Command Line Apps Script Projects)

## Usage

Please create a .clasp.json file in the following format:

``` json
{
"scriptId": "INSERT YOUR SCRIPT ID",
"rootDir": "./dist/"
}
```
To use this code in a Google Apps Script project after registering the script ID, please execute the following command:

``` shell
npm run build
```

## License
[GPL 3.0](https://github.com/Kyure-A)

## Author
[Kyure-A](https://github.com/Kyure-A)