Part of infromation retrieval course 2013
Peeper is a web application that enables monitoring of keywords and phrases in social media portals. It allows you to keep close look on topics, brands, products, people and events that you are interested in. It makes it easy to identify activity trends in real-time and get understanding about the overall emotions of the things you care.
- Install nodejs & npm
- Checkout the git repository
- In the project`s root folder execute nmp install
- Install and run MongoDB
mongod --dbpath <path_to_the_data_folder> --setParameter textSearchEnabled=true"
- Create "dev" database
- Add twitter credentials in
./cfg/serviceCfg.js
- (optional)Install and run the sentiment analysis service - Contact Me
- Start the application
node <proj_root>/app.js
- Eventually add the ability to monitor multiple phrases simultaneously and easily switch between them
- Enable monitoring of urls
- Integrate with social medias other than twitter