The project is an implementation of a Twitter Simulator. The problem statement is to implement an engine that (in part II) we paired it up with WebSockets to provide full functionality. The client part (send/receive tweets) and the engine (distribute tweets) were simulated in separate OS processes.
TEAM MEMBERS:
BHARATH SHANKAR, UFID: 9841-4098
DINESH SINGAMSETTI, UFID: 8336-1334
HOW TO RUN:
-
Navigate to the folder TwitterSimulator in Project4.2 Folder
-
Run the following command on one terminal:
dotnet build after building run it by following command dotnet run
-
Open the given https: localhost name given in the terminal on the browser for each client.
WHAT IS RUNNING:
Register account Send tweet. Tweets can have hashtags (e.g. #COP5615isgreat) and mentions (@bestuser) Subscribe to user's tweets Re-tweets (so that your subscribers get an interesting tweet you got by other means) Allow querying tweets subscribed to, tweets with specific hashtags, tweets in which the user is mentioned (my mentions) If the user is connected, deliver the above types of tweets live (without querying)
PROGRAM INPUTS:
Inputs are Given in the Users Interface of the Twitter Simulator
VIDEO:
It is present in the zip folder with name ProjectVideo.mp4