Skip to content
/ Bucky Public

A bot for Disord that posts updates about your bitbucket repository

License

Notifications You must be signed in to change notification settings

hesom/Bucky

Repository files navigation

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

About

A bot for Disord that posts updates about your bitbucket repository

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published