home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 886142671

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/dogsheep/hacker-news-to-sqlite/issues/3#issuecomment-886142671 https://api.github.com/repos/dogsheep/hacker-news-to-sqlite/issues/3 886142671 IC_kwDODtX3eM400XbP 9599 2021-07-25T03:51:05Z 2021-07-25T03:51:05Z MEMBER

Prototype:

curl 'https://hn.algolia.com/api/v1/items/27941108' \
  | jq '[recurse(.children[]) | del(.children)]' \
  | sqlite-utils insert hn.db items - --pk id
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
952189173  
Powered by Datasette · Queries took 0.792ms · About: github-to-sqlite