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
- Host: GitHub
- URL: https://github.com/gmittal/edbot
- Owner: gmittal
- License: mit
- Created: 2016-07-05T00:12:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-17T17:29:29.000Z (over 8 years ago)
- Last Synced: 2025-01-24T16:44:39.817Z (over 1 year ago)
- Topics: educational-software, facebook-messenger-bot
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.