Update, 12/7/21: As an experiment, we're trying out a longer-running Open Thread that isn't refreshed each month. We've set this thread to display new comments first by default, rather than high-karma comments.
If you're new to the EA Forum, consider using this thread to introduce yourself!
You could talk about how you found effective altruism, what causes you work on and care about, or personal details that aren't EA-related at all.
(You can also put this info into your Forum bio.)
If you have something to share that doesn't feel like a full post, add it here!
(You can also create a Shortform post.)
Open threads are also a place to share good news, big or small. See this post for ideas.
Flagging some more technical points about the scraping above (verbose, quickly written):
Pagination isn't supported in the API, and for many calls there aren't even date filters ("before:"/"after:") for me to approximate paginationI found additional query "views" such as MultiCommentOutput, which allow offset, so you can paginate.Other comments on the purpose (also verbose, quickly written):
I guess one reason I’m writing all this is to make sure there isn’t some big blocker, before I spend the time grokking my AWS Lambda cookbook, or whatever.