An open API service indexing awesome lists of open source software.

https://github.com/gmittal/edbot

Basic Facebook Messenger bot for education
https://github.com/gmittal/edbot

educational-software facebook-messenger-bot

Last synced: over 1 year ago
JSON representation

Basic Facebook Messenger bot for education

Awesome Lists containing this project

README

          

# Ed Bot
Basic Facebook Messenger bot for education using Wolfram Alpha.

### Setup
```
$ npm install
```
Create a ```.env``` file in the project root populated with the following information:
```
FB_EMAIL=notyourreal@email.ext
FB_PASSWORD=fakeaccountpassword1234
WOLFRAM_APP_ID=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
```
Run the bot script:
```
$ node index.js
```
Now you can message the Facebook account with the credentials that are provided in the .env file and it should respond.