This is a project for System programming
It is a Console application
It allows you to send requests to your local host, and then the server sends requests to Reddit Api to fetch you posts for the specified subreddit.
Parallel to each post, the comments for that post are being fetched and then afterwards analyzed using NER for locations.
It uses asynchronous and reactive programming in order to notify about the available data
It was written in C#
- Masa Cirkovic