SO-Close-Vote-Reviewers / socvr-slack-statbot

Searches through the transcript for a given day and reports back the slack room.
0 stars 0 forks source link

Scrape through other chat rooms for additional messages #5

Open gunr2171 opened 8 years ago

gunr2171 commented 8 years ago

Messages are moved to other rooms, like the CV graveyard. We need to search through that room as well to get the complete list of CV requests and other stats.

I will need some help on this, mostly about "how do I get moved messages from a particular day."

gunr2171 commented 8 years ago

So there might be a problem.

If you join a chat room you can easily find out if a message has been moved: there will be a <span class="moved"> in the message node.

However, this seems to be gone when looking at the transcript. I now don't have a way to figure out if a message has been moved to the current chat room or was there to begin with.

Now, you can view the history of the message to get the details, but I don't want to load a page for each and every message.

Worst case is that I can assume everything in the graveyard was moved, but I'd rather have hard facts.