Python script that crawls steam user reviews using a 'appreviews' API and stores them into JSON files.
- Each JSON file to contain no more than 5000 reviews
- Reviews formatted in specific JSON structure
- Ensure each review appears once
- Generate unique IDs for each review
- Hash authors information
- Use object Orientated Programming (OOP) princibles
- Filter reviews based on dates
- Sort reviews by date & ID in JSON file