Slack bot for Islamic Call to Prayer
- Python 3
- Git
- Slack Incoming Webhook registration on your workspace at https://slack.com/
- Sendgrid API_KEY at https://sendgrid.com/ if you want to be nofitified of any issues. NOT REQUIRED!
- Clone this repo.
- Run these commands in the projects root directory.
$ pip install -r requirements.txt
$ cp .env.example .env
- Edit both .env and config.json accordingly. NOTE that
channelA
andchannelB
are used as example in both files and need to be changed to the Slack channels you would like to send notifications to. - Start the app with this command. NOTE that you need to have python3 installed.
$ python start.py
Please check out CONTRIBUTING file for detailed contribution guidelines.
adhanbot is maintained by Kolawole ERINOSO
.
adhanbot is released under the MIT Licence. See the bundled LICENSE file for details.