Skip to content

FBDevCLagos/fb-bot-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FB Bot Python

You can use them however you'd like.

Installation

  • 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 :)

About

Facebook Messenger Bot with Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages