Walhalla

walhalla.open2ch

Res

Represents a single response (res) in an open2ch thread. A response includes metadata such as poster name, posting time, identifier, message body, and optionally attached media.

numint

The sequential number of this response in the thread. Starts from 1 for the first post.

nameString

The name of the poster. This may be a username, a default name, or a tripcode.

dateLocalDateTime

The timestamp indicating when this response was posted.

idString

The unique ID of the poster, as assigned by the forum system. This is often used for tracking posts by the same user.

bodyString

The main body text of the response.

sourcesListImageSource

A list of image URLs attached to this response. These are usually external links to image hosting services.

embedsListString

A list of embedded media links (e.g., YouTube, X/Twitter) in the response. These are typically identified and parsed separately from the text body.

Res()