home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 606824992

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/twitter-to-sqlite/issues/39#issuecomment-606824992 https://api.github.com/repos/dogsheep/twitter-to-sqlite/issues/39 606824992 MDEyOklzc3VlQ29tbWVudDYwNjgyNDk5Mg== 9599 2020-03-31T19:24:23Z 2020-03-31T19:24:23Z MEMBER

The --since option is actually used by four commands:

  • user-timeline
  • home-timeline
  • mentions-timeline
  • search

All of them use the same fetch_timeline() utility function under the hood. I should move the logic that looks up the last since_id into that shared function.

Question: should I have a table for each of those four methods or a single table that is used by them all? I'm leaning towards four separate tables.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
590666760  
Powered by Datasette · Queries took 0.988ms · About: github-to-sqlite