Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bolajiolajide/towncrier
- Owner: BolajiOlajide
- Created: 2019-07-08T23:40:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:52:19.000Z (almost 2 years ago)
- Last Synced: 2023-02-27T11:56:56.432Z (over 1 year ago)
- Topics: bot, django, slack
- Language: Python
- Homepage: https://youtu.be/d-GYH64H8MA
- Size: 30.3 KB
- Stars: 2
- Watchers: 0
- 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`