Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1011 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 1011 Bytes

adhanbot

Slack bot for Islamic Call to Prayer

Requirements

Setup

  • 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 and channelB 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

Contributing

Please check out CONTRIBUTING file for detailed contribution guidelines.

Credits

adhanbot is maintained by Kolawole ERINOSO.

License

adhanbot is released under the MIT Licence. See the bundled LICENSE file for details.