home / github

Menu
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 505928530

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

id ▼ html_url issue_url node_id user created_at updated_at author_association body reactions issue performed_via_github_app
541118773 https://github.com/dogsheep/twitter-to-sqlite/issues/18#issuecomment-541118773 https://api.github.com/repos/dogsheep/twitter-to-sqlite/issues/18 MDEyOklzc3VlQ29tbWVudDU0MTExODc3Mw== simonw 9599 2019-10-11T15:48:31Z 2019-10-11T15:48:31Z MEMBER https://developer.twitter.com/en/docs/tweets/timelines/api-reference/get-statuses-home_timeline {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Command to import home-timeline 505928530  
541118934 https://github.com/dogsheep/twitter-to-sqlite/issues/18#issuecomment-541118934 https://api.github.com/repos/dogsheep/twitter-to-sqlite/issues/18 MDEyOklzc3VlQ29tbWVudDU0MTExODkzNA== simonw 9599 2019-10-11T15:48:54Z 2019-10-11T15:48:54Z MEMBER Rate limit is tight: 15 requests every 15 mins! {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Command to import home-timeline 505928530  
541119834 https://github.com/dogsheep/twitter-to-sqlite/issues/18#issuecomment-541119834 https://api.github.com/repos/dogsheep/twitter-to-sqlite/issues/18 MDEyOklzc3VlQ29tbWVudDU0MTExOTgzNA== simonw 9599 2019-10-11T15:51:22Z 2019-10-11T16:51:33Z MEMBER In order to support multiple user timelines being saved in the same database, I'm going to import the tweets into the `tweets` table AND add a new `timeline_tweets` table recording that a specific tweet showed up in a specific user's timeline. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Command to import home-timeline 505928530  
541141169 https://github.com/dogsheep/twitter-to-sqlite/issues/18#issuecomment-541141169 https://api.github.com/repos/dogsheep/twitter-to-sqlite/issues/18 MDEyOklzc3VlQ29tbWVudDU0MTE0MTE2OQ== simonw 9599 2019-10-11T16:51:29Z 2019-10-11T16:51:29Z MEMBER Documented here: https://github.com/dogsheep/twitter-to-sqlite/blob/master/README.md#retrieving-tweets-from-your-home-timeline {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Command to import home-timeline 505928530  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [issue_comments] (
   [html_url] TEXT,
   [issue_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [created_at] TEXT,
   [updated_at] TEXT,
   [author_association] TEXT,
   [body] TEXT,
   [reactions] TEXT,
   [issue] INTEGER REFERENCES [issues]([id])
, [performed_via_github_app] TEXT);
CREATE INDEX [idx_issue_comments_issue]
                ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
                ON [issue_comments] ([user]);
Powered by Datasette · Queries took 18.915ms · About: simonw/datasette-graphql