Notebook is a web scraper for my university website. It uses facebook bot integration for sending messages containing the latest announcements.
example:
from:
to
(new post, {url}, description)
While studying at my university, I was constantly missing quite interesting news and opportunities that were posted on the faculty website.
Make sure you have Node.js and the MongoDB installed.
Make sure you have a mongodb instance listening on port :27017
git clone [email protected]:fpopa/notebook.git
cd notebook
npm install
node receiver
Your app should now be running on localhost:3005.
Use the (http://localhost:3005/dev/:message) endpoint for mocking facebook messages.
Check the console for the result.
Get in contact with me via the bot. Notebook
This project is licensed under the terms of the MIT license.