https://github.com/assios/twitter-analyzer
https://github.com/assios/twitter-analyzer
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/assios/twitter-analyzer
- Owner: Assios
- License: mit
- Created: 2016-06-01T10:46:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-26T16:16:39.000Z (almost 9 years ago)
- Last Synced: 2025-01-24T19:36:33.879Z (4 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Twitter-analyse
Visualise twitter topic and sentiment results.
## Local setup
Follow these steps to set it up lcoally:
1. Install Meteor: ```curl https://install.meteor.com/ | sh```
2. Run ```meteor run``` and the app will be running on port 3000.The backend (api.py in topicsent folder) should be running on port 8888 for this application to work.