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

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

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`