Skip to content
This repository was archived by the owner on Apr 16, 2023. It is now read-only.

Help finish up the ParseMessage method #6

Open
gunr2171 opened this issue Mar 14, 2016 · 2 comments
Open

Help finish up the ParseMessage method #6

gunr2171 opened this issue Mar 14, 2016 · 2 comments
Assignees

Comments

@gunr2171
Copy link
Member

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 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:

  1. Pass in the messageId and roomId you would like to get information about
  2. The method downloads the html for the message's history page.
  3. 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.

@ArcticEcho
Copy link
Contributor

Sure thing.

@ArcticEcho
Copy link
Contributor

(I haven't forgotten about this, things have been a little busier for me than usual lately, hence the slow progress.)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants