home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 886136224

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/2#issuecomment-886136224 https://api.github.com/repos/dogsheep/hacker-news-to-sqlite/issues/2 886136224 IC_kwDODtX3eM400V2g 9599 2021-07-25T02:08:29Z 2021-07-25T02:08:29Z MEMBER

Prototype:

curl "https://hn.algolia.com/api/v1/search_by_date?query=simonwillison.net&restrictSearchableAttributes=url&hitsPerPage=1000" | \
  jq .hits | sqlite-utils insert hn.db items - --pk objectID --alter
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
952179830  
Powered by Datasette · Queries took 0.978ms · About: github-to-sqlite