{"id":27245376,"url":"https://github.com/adrienpoupa/soen6441","last_synced_at":"2026-04-15T16:03:01.962Z","repository":{"id":115395292,"uuid":"123045469","full_name":"AdrienPoupa/soen6441","owner":"AdrienPoupa","description":"Assignments for Advanced Programming Practices using Java 8 and the Play Framework","archived":false,"fork":false,"pushed_at":"2018-04-11T22:26:13.000Z","size":1830,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"assignment-2","last_synced_at":"2025-04-10T21:19:01.422Z","etag":null,"topics":["actor","actors","akka","api","concordia","framework","java","play","scala","twitter"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AdrienPoupa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-02-26T23:40:14.000Z","updated_at":"2020-10-25T09:39:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"4fb26672-6dbf-420c-a47b-41c0f5435b54","html_url":"https://github.com/AdrienPoupa/soen6441","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AdrienPoupa/soen6441","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdrienPoupa%2Fsoen6441","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdrienPoupa%2Fsoen6441/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdrienPoupa%2Fsoen6441/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdrienPoupa%2Fsoen6441/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdrienPoupa","download_url":"https://codeload.github.com/AdrienPoupa/soen6441/tar.gz/refs/heads/assignment-2","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdrienPoupa%2Fsoen6441/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259708352,"owners_count":22899580,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actor","actors","akka","api","concordia","framework","java","play","scala","twitter"],"created_at":"2025-04-10T21:18:58.217Z","updated_at":"2026-04-15T16:02:56.905Z","avatar_url":"https://github.com/AdrienPoupa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TweetAnalytics\n\nSOEN6441 Assignment 2. Now Tweet search is reactive!\n\n## Running\n\nRun this using [sbt](http://www.scala-sbt.org/).  \n\n```\nsbt run\n```\n\nAnd then go to http://localhost:9000 to see the running web application.\n\n```\nsbt jacoco\n```\n\nComputes the coverage.\n\n```\nsbt doc\n```\n\nGenerates the JavaDoc.\n\n## Team Members\n\n\n| Name                      | Student ID    | Contributions                        |\n| :-----------------------: |:-------------:| :-----------------------------------:|\n| Adrien Poupa              | 40059458      | TwitterController, Models, JavaDoc   |\n| Jialu Wang                | 40019673      | Framework architecture, Twitter API  |\n| Wei Li                    | 40027433      | Junit tests, JavaDoc, UI             |\n| Vamsikrishna Tamil Selvan | 40010750      | Test cases, JavaDoc, Documentation   |\n| Manoj Kumar Muppavarapu   | 40042560      | JavaDoc, Test cases, Documentation   |\n\n## Application flow\n\n![Application flow](flow.png)\n\n## Controllers\n\n- WebSocketController.java:\n\n  Handles the WebSocket\n\n- HomeController.java:\n\n  Displays the homepage\n\n- TwitterController.java:\n\n  Handles the search and profile pages\n\n## Models\n\n- SearchResult.java:\n\n  Handles the JSON object returned by Twitter's search API.\n  \n- Status.java:\n\n  Handles the status included in both Search and Profile.\n  \n- User.java:\n\n  Handles the user included in both Search and Profile.\n\n## Actors\n\n- GuiceInjectedActor.java:\n\n  Used to create actors that use Guice's Inject annotation.\n\n- Messages.java:\n\n  All the messages sent/received by the actors.\n\n- SearchResultsActor.java:\n\n  Search actor, calls the TwitterImplementation.\n\n- UserActor.java:\n\n  Handles and supervises the SearchResultsActors\n\n- UserParentActor.java:\n\n  Creates and supervises the UserActor.\n\n## Services\n\n- TwitterAPI.java:\n\n  Interface that defines the implementations.\n\n- TwitterImplementation.java:\n\n  Uses the results provided by the TwitterService to parse the tweets.\n\n- TwitterService.java:\n\n  Calls the live TwitterAPI, implements the TwitterAPI interface.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrienpoupa%2Fsoen6441","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadrienpoupa%2Fsoen6441","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrienpoupa%2Fsoen6441/lists"}