Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parthkolekar/hubot-dc
This is a DC "Adapter". While in reality, it implements most of the client protocols to make things work. It is called "Adapter" because hubot calls it that.
https://github.com/parthkolekar/hubot-dc
direct-connect hubot hubot-adapter hubot-dc
Last synced: about 2 months ago
JSON representation
This is a DC "Adapter". While in reality, it implements most of the client protocols to make things work. It is called "Adapter" because hubot calls it that.
- Host: GitHub
- URL: https://github.com/parthkolekar/hubot-dc
- Owner: ParthKolekar
- Created: 2017-03-20T14:14:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T10:26:17.000Z (over 7 years ago)
- Last Synced: 2024-10-31T09:47:05.727Z (2 months ago)
- Topics: direct-connect, hubot, hubot-adapter, hubot-dc
- Language: CoffeeScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hubot DC Adapter (Not Really)
## Description
This is a DC "Adapter". While in reality, it implements most of the client protocols to make things work. It is called "Adapter" because hubot calls it that.
## Configuring the Adapter
The IRC adapter requires only the following environment variables.
* `HUBOT_DC_SERVER`
* `HUBOT_DC_NICK`
* `HUBOT_DC_DESCRIPTION`And the following are optional.
* `HUBOT_DC_SPOOF_SHARE`
### DC Server
This is the full hostname or IP address of the DC server you want your hubot to connect to. Make a note of it.
### DC Nick
This is the nick you want your hubot to join with.
## DC Description
The description that will show up in for your bot.
## Contribute
Here's the most direct way to get your work merged into the project.
1. Fork the project
2. Clone down your fork
3. Create a feature branch
4. Hack away and add tests, not necessarily in that order
5. Make sure everything still passes by running tests
6. If necessary, rebase your commits into logical chunks without errors
7. Push the branch up to your fork
8. Send a pull request for your branch## Credits
Shamelessly copied from [hubot-irc](https://github.com/nandub/hubot-irc)