Skip to content
/ notebook Public

Webscraper for university website latest posts.

License

Notifications You must be signed in to change notification settings

fpopa/notebook

Repository files navigation

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 git@github.com: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.

About

Webscraper for university website latest posts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published