You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 16, 2023. It is now read-only.
I've been doing a lot of re-working on the reorg branch.
What I need help with is the ParseMessage method in ChatScraper. There are other methods in the class which you can ignore (unless they are being used by the ParseMessage method).
This is the workflow of the method:
Pass in the messageId and roomId you would like to get information about
The method downloads the html for the message's history page.
The method parses through all the information and saves it to a ParsedMessageData object, which it then returns when done.
I've got about half of the work done, but you're the better html parser so if you can help me clean it up that would be awesome. The only thing you should need to write is within the ParseMessage method.
I've set up unit tests for all the return values. Make sure you have the Nunit3 test runner installed as a VS extension and you'll be able to run the unit tests. Once all the tests turn green then we're done (except for revisions).
I'll be in chat tomorrow if you've got questions.
The text was updated successfully, but these errors were encountered:
So I need your help @ArcticEcho:
I've been doing a lot of re-working on the
reorg
branch.What I need help with is the
ParseMessage
method inChatScraper
. There are other methods in the class which you can ignore (unless they are being used by theParseMessage
method).This is the workflow of the method:
ParsedMessageData
object, which it then returns when done.I've got about half of the work done, but you're the better html parser so if you can help me clean it up that would be awesome. The only thing you should need to write is within the
ParseMessage
method.I've set up unit tests for all the return values. Make sure you have the Nunit3 test runner installed as a VS extension and you'll be able to run the unit tests. Once all the tests turn green then we're done (except for revisions).
I'll be in chat tomorrow if you've got questions.
The text was updated successfully, but these errors were encountered: