Coder Social home page Coder Social logo

bot-the-little-fool's Introduction

System Design

This is an attempt to build a bot backend with Flask stack. Currently it supports Facebook messenger only.

  • receive the message via webhook
  • use supervisor to perform asynchrous processing to comply with guideline from Facebook
  • use celery for task dispatch

Features

  • bill management

Setup

use virtual environment

virtualenv venv
source venv/bin/activate

Installation

pip install flask
pip install hashlib
pip install requests
pip install raven
pip install blinker
pip install python-memcached
pip install redis
pip install supervisor
pip install -U spacy
pip install wit
pip install python-dateutil
pip install httplib2

Run the bot

cd bot
pip install --editable .
export FLASK_APP=bot
export BOT_APPLICATION_SETTINGS='ABOSOLUTE_PATH/bot_config.cfg'
flask run

sample configuration

DEBUG = True
FB_ACCESS_TOKEN = '' 
FB_VERIFY_TOKEN = '1234567'
FB_APP_SECRET_KEY = ''
SENTRY_DSN = ''

start memcached locally

memcached

start redis locally

redis-server --port 12094

start the celery

celery -A app.celery worker -l info

load the database schema

sqlite3 bot.db < schema.sql

bot-the-little-fool's People

Watchers

Zhao Cong avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.