https://github.com/shmink/discord-commit-ping
A discord bot to post a message in a chat channel when someone has commited to a GitHub repository
https://github.com/shmink/discord-commit-ping
commit discord discord-bot github learning-by-doing
Last synced: about 2 months ago
JSON representation
A discord bot to post a message in a chat channel when someone has commited to a GitHub repository
- Host: GitHub
- URL: https://github.com/shmink/discord-commit-ping
- Owner: shmink
- Created: 2017-09-07T16:28:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-29T21:01:56.000Z (about 8 years ago)
- Last Synced: 2025-10-21T13:39:55.872Z (8 months ago)
- Topics: commit, discord, discord-bot, github, learning-by-doing
- Language: JavaScript
- Size: 1.24 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discord Commit Pinger - Work in progress!
*A bot to post messages in a chat channel when a given GitHub repository has been recently commited to.* :octocat:
---
## To use:
* `git clone https://github.com/Shmink/discord-commit-ping.git`
* `cd discord-commit-ping`
* Add file called `auth.json` with the contents:
```json
{
"token": "YOUR-BOT-TOKEN-HERE"
}
```
* Finally, `node bot.js`