Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bolajiolajide/towncrier

Slack bot for notification
https://github.com/bolajiolajide/towncrier

bot django slack

Last synced: 26 days ago
JSON representation

Slack bot for notification

Awesome Lists containing this project

README

        

# TOWNCRIER

Slack bot for dispatching notifications to a group of users.

## SETUP / INSTALLATION

* Clone the repository

* Make a copy of the `.env.example` folder and rename it to `.env`

* Supply all variables in the `.env` file

* Install the project's dependency with `pipenv` using the command

```sh
pipenv install
```

* Start the application with the command `python manage.py runserver`