https://github.com/bolajiolajide/towncrier
Slack bot for notification
https://github.com/bolajiolajide/towncrier
bot django slack
Last synced: about 2 months ago
JSON representation
Slack bot for notification
- Host: GitHub
- URL: https://github.com/bolajiolajide/towncrier
- Owner: BolajiOlajide
- Created: 2019-07-08T23:40:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:52:19.000Z (over 3 years ago)
- Last Synced: 2025-02-10T02:24:35.135Z (over 1 year ago)
- Topics: bot, django, slack
- Language: Python
- Homepage: https://youtu.be/d-GYH64H8MA
- Size: 30.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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`