Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.34 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.34 KB

notebook

Notebook is a web scraper for my university website. It uses facebook bot integration for sending messages containing the latest announcements.

http://www.cs.ubbcluj.ro/

example:

from:

image

to

image

(new post, {url}, description)

1. Motivation

While studying at my university, I was constantly missing quite interesting news and opportunities that were posted on the faculty website.

2. Running Locally

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.

3. Developing

Use the (http://localhost:3005/dev/:message) endpoint for mocking facebook messages.

Check the console for the result.

Contributing / Questions

Get in contact with me via the bot. Notebook

License

This project is licensed under the terms of the MIT license.