├── .gitignore ├── LICENSE ├── README.md ├── bart_fb_bot_screenshot.png └── bot ├── bartfbchatbot.js └── package.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonprickett/bartfbchatbot/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonprickett/bartfbchatbot/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonprickett/bartfbchatbot/HEAD/README.md -------------------------------------------------------------------------------- /bart_fb_bot_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonprickett/bartfbchatbot/HEAD/bart_fb_bot_screenshot.png -------------------------------------------------------------------------------- /bot/bartfbchatbot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonprickett/bartfbchatbot/HEAD/bot/bartfbchatbot.js -------------------------------------------------------------------------------- /bot/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonprickett/bartfbchatbot/HEAD/bot/package.json --------------------------------------------------------------------------------