Version 1.0.0
Twitter like feed from input 2 input files.
Assumptions made during this project:
- Assuming that all users are deleted with file passed in.
- Assuming that the same Name in the different rows is the same User eg. Alan is Alan, which is the same user no matter which row its on.
- Assuming messages greater 140 characters get truncated.
Running the project:
- Requires a pc with .Net Core 2.0
- Build the project in Debug or Release mode
- From command line you can browse to the AG.TwitterFeed\bin\debug\netcoreapp2.0 or AG.TwitterFeed\bin\release\netcoreapp2.0 folder.
- Run the application with the following command: dotnet.exe AG.TwitterFeed.dll user.txt tweet.txt
Results should look like this