https://github.com/webex/sparkgithubbot
It listens for commits & comments on a particular repo and posts the details into a Spark room
https://github.com/webex/sparkgithubbot
Last synced: 10 months ago
JSON representation
It listens for commits & comments on a particular repo and posts the details into a Spark room
- Host: GitHub
- URL: https://github.com/webex/sparkgithubbot
- Owner: webex
- Created: 2016-08-09T14:03:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-23T14:05:20.000Z (over 9 years ago)
- Last Synced: 2025-04-13T12:08:45.881Z (about 1 year ago)
- Language: Python
- Size: 185 KB
- Stars: 4
- Watchers: 8
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SparkGitHubBot
To help with the understanding of bots, we put together a walkthrough of a Github to Spark integration – official integrations with Github exist now, and will be expanded, so this is purely for demonstration purposes (but you can use the code now if you want an integration you can more directly control).
The bot listens for commits and comments on a particular repo, and then posts the details into a group or team room. The below parameters will be included in the message to a Spark room:
* Author Name
* Committer Name
* Pusher Name
* Commit id
* Commit time
* Repository
* Link to the Commit
* Comment
* Comment Link
* Comment User
* Repo
* Commit id
To build this bot, check this [step by step guide](https://developer.ciscospark.com/blog/blog-details-8228.html).