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
- Host: GitHub
- URL: https://github.com/kyure-a/ntdb
- Owner: Kyure-A
- License: mit
- Created: 2023-04-27T00:52:05.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-13T09:35:24.000Z (about 2 years ago)
- Last Synced: 2025-01-11T23:24:43.184Z (5 months ago)
- Topics: clasp, discord-bot, gas, googleappsscript, webhook
- Language: TypeScript
- Homepage:
- Size: 279 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
## 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)