You can use them however you'd like.
- clone this repository
$ git clone https://github.com/FBDevCLagos/fb-bot-python.git
$ cd fb-bot-python
- create a
virtualenv
and install required dependencies.
$ pip install virtualenv
$ virtualenv venv
# Windows, run this command:
> venv\Scripts\activate.bat
# MacOS or Linux, run this command:
$ source venv/bin/activate
$ pip install -r requirements.txt
- start your application using
python serve.py
$ python serve.py
# * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
# * Restarting with stat
# * Debugger is active!
# * Debugger pin code: 162-535-893
- Enjoy :)