Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikhailms/intelligent-web
COM3504 Assignment
https://github.com/mikhailms/intelligent-web
node-js nodejs reactjs socket-io
Last synced: 2 days ago
JSON representation
COM3504 Assignment
- Host: GitHub
- URL: https://github.com/mikhailms/intelligent-web
- Owner: MikhailMS
- License: apache-2.0
- Created: 2017-03-13T18:18:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-02T21:31:56.000Z (about 7 years ago)
- Last Synced: 2024-11-08T15:39:56.453Z (about 2 months ago)
- Topics: node-js, nodejs, reactjs, socket-io
- Language: JavaScript
- Size: 35.5 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Intelligent web
## COM3504 Assignment - Twitter Search Application### Application is build upon Twitter Search & Streaming API, to allow you to search for various tweets published on twitter.com in real-time. Application is more focused on football players and clubs, so it would provide extra information about players and clubs, but not, apparently, limited by that.
### List of functions to be added later:
- [x] Querying Twitter Search & Streaming APIs'
- [x] Players, e.g. using their names, Twitter screen names or a range of selected keywords or hashtags
- [x] Football teams using their names
- [x] Authors of tweets
- [x] Output fetched tweets in user-friendly manner
- [x] Return a list of 300 tweets ( or less, if there are no 300 tweets)
- [x] For each tweet provide following:
1. Author, text, time and date
2. the link to the original message and
3. a link to the author’s page
- [ ] Plot frequency graphs: how often searched player or club appears in tweets over specific time frame
- [x] Store data in database
- [x] Database should be used as source of data
- [x] Database should be used as a cache to reduce number of queries sent to Twitter API
- [x] Build a mobile application with Apache Cordova
- [x] Integrate information retrieved from DBPedia (data about clubs and/or players)### Project has been tested manually, mobile app was tested on Nexus 5 - Android 7.1.2.