A simple interactive social media analyser program that is able to do the following:
- Add posts
- Remove a post from collection based on post ID
- Retrieve a post from collection based on post ID
- Retrieve top N posts with the most likes, and show retrieved posts in descending order
- Retrieve top N posts with the most shares, and show retrieved posts in descending order
- Load posts from csv file (default is "posts.csv")
This is a CLI version of Data Analytics Hub implemented in csharp.