Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 491 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 491 Bytes

PrayerBot Build Status

Environment variable ACCESS_TOKEN with your Facebook's page token has to be set.

You can easily setup PrayerBot for development using Docker

Requirements:

  • Docker engine (for OS X also docker-machine)
  • docker-compose (pip install docker-compose)

To start app you just need to docker-compose run web up To run test suite docker-compose run web py.test