https://github.com/7ds7/rssjoust
Sentiment and Volume analysis of major news channels around the world
https://github.com/7ds7/rssjoust
Last synced: 9 months ago
JSON representation
Sentiment and Volume analysis of major news channels around the world
- Host: GitHub
- URL: https://github.com/7ds7/rssjoust
- Owner: 7Ds7
- License: unlicense
- Created: 2016-06-20T21:53:39.000Z (almost 10 years ago)
- Default Branch: GitHub
- Last Pushed: 2016-10-13T17:30:55.000Z (over 9 years ago)
- Last Synced: 2025-02-11T09:51:41.520Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://rssjoust.ddns.net/
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RSS Joust
===========
Sentiment and Volume analysis of major news channels around the world
# Very basic setup
- Prior to run you need [node.js](https://nodejs.org/) and [mongodb](https://www.mongodb.com/) installed
- This project is set up to run on a https://www.openshift.com/ or on a local environment
- Check public/js/config.js
- CONFIG.RSS_CHANNELS array contains the direct links for the rss feeds to be parsed
- CONFIG.CATCH_STRINGS array contains the words that are randomly choosen on page load
- ```$ npm install```
- ```$ bower install```
- ```$ node create_channels.js``` to create the channels in the mongo database according to the RSS feed
- ```$ node parse_entries.js``` to gather all the titles of the respective feeds (if you run in a openshift server then the cronjob is already setup to run hourly)
- ```$ node server.js```