Closed OJ-0312 closed 1 year ago
Need to separate the function into four different classes
WebScraper Class: Main function that will call the other classes and do the actual webscraping
DateFormatter Class: Very simple class that works with the HTML-parser and creates todayes date in the necessary format
OpenAIProcessing Class: Responsible for summarizing articles
ElevenLabsProcessing Class: Final (preferably optional) conversion of the chatGPT text into an audio file
Added Dateformatter.cs 3 more to go
Created 3 test classes 1 interface class and the four function classes mentioned in the issue. Now the code should fulfill the single responsibility principle
Need to separate the function into four different classes
WebScraper Class: Main function that will call the other classes and do the actual webscraping
DateFormatter Class: Very simple class that works with the HTML-parser and creates todayes date in the necessary format
OpenAIProcessing Class: Responsible for summarizing articles
ElevenLabsProcessing Class: Final (preferably optional) conversion of the chatGPT text into an audio file