Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.25 KB

README.md

File metadata and controls

28 lines (15 loc) · 1.25 KB

Bucky

Bucky is a bot for Discord that posts updates after pushes to your Bitbucket repository.

Requirements

You will need a recent version of nodejs to run Bucky.

Getting Started

Create a new Discord application and get your bot's authentication token as explained here. Make sure you have developer mode activated inside Discord. Right click on your username and the channel you want the bot to post messages in to retreive their IDs.

Clone the repository to your server and rename config.example.json to config.json. Paste the token and the two IDs you got in the first step at the right places. Install dependencies with

npm install

and start the server with

npm start

You can test your configuration by writing !ping inside a channel your bot is present.

Inside your Bitbucket repository, go to Settings > Webhooks and add a new webhook pointing to the URL (or IP adress) of the server on which you installed Bucky.

License

This project is licensed under the MIT License - see the LICENSE.md file for details