{"html_url": "https://github.com/dogsheep/twitter-to-sqlite/pull/33#issuecomment-601871930", "issue_url": "https://api.github.com/repos/dogsheep/twitter-to-sqlite/issues/33", "id": 601871930, "node_id": "MDEyOklzc3VlQ29tbWVudDYwMTg3MTkzMA==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-03-20T19:21:41Z", "updated_at": "2020-03-20T19:21:41Z", "author_association": "MEMBER", "body": "Made obsolete by https://github.com/dogsheep/twitter-to-sqlite/commit/d3887d1535c3edd59d3ebf6aea4495bacd82e59b", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 561469252, "label": "Upgrade to sqlite-utils 2.2.1"}, "performed_via_github_app": null} {"html_url": "https://github.com/dogsheep/twitter-to-sqlite/issues/34#issuecomment-601861908", "issue_url": "https://api.github.com/repos/dogsheep/twitter-to-sqlite/issues/34", "id": 601861908, "node_id": "MDEyOklzc3VlQ29tbWVudDYwMTg2MTkwOA==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-03-20T18:56:44Z", "updated_at": "2020-03-20T18:56:44Z", "author_association": "MEMBER", "body": "Could this be a bug in `sqlite-utils`? This table has a primary key, so why is it running a query on `rowid = ?`?", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 585266763, "label": "IndexError running user-timeline command"}, "performed_via_github_app": null} {"html_url": "https://github.com/dogsheep/twitter-to-sqlite/issues/34#issuecomment-601871579", "issue_url": "https://api.github.com/repos/dogsheep/twitter-to-sqlite/issues/34", "id": 601871579, "node_id": "MDEyOklzc3VlQ29tbWVudDYwMTg3MTU3OQ==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-03-20T19:20:52Z", "updated_at": "2020-03-20T19:20:52Z", "author_association": "MEMBER", "body": "Cause was the redefining of how `upsert()` works in sqlite-utils 2.x.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 585266763, "label": "IndexError running user-timeline command"}, "performed_via_github_app": null} {"html_url": "https://github.com/dogsheep/twitter-to-sqlite/issues/35#issuecomment-601875405", "issue_url": "https://api.github.com/repos/dogsheep/twitter-to-sqlite/issues/35", "id": 601875405, "node_id": "MDEyOklzc3VlQ29tbWVudDYwMTg3NTQwNQ==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-03-20T19:30:09Z", "updated_at": "2020-03-20T19:32:33Z", "author_association": "MEMBER", "body": "I'm going to redesign the command a little. Right now it defaults to fetching the authenticated user's timeline and allows `--screen_name` to be used to fetch for one other user instead.\r\n\r\nI think the design of `users-lookup` is much better. I'm going to copy that:\r\n\r\n```\r\ntwitter-to-sqlite user-timeline users.db simonw cleopaws\r\ntwitter-to-sqlite user-timeline users.db 12497 3166449535 --ids\r\n```\r\nIt will also accept `--since` and `--sql` and `--alter` and `--since_id`.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 585282212, "label": "twitter-to-sqlite user-timeline [screen_names] --sql / --attach"}, "performed_via_github_app": null} {"html_url": "https://github.com/dogsheep/twitter-to-sqlite/issues/35#issuecomment-601875524", "issue_url": "https://api.github.com/repos/dogsheep/twitter-to-sqlite/issues/35", "id": 601875524, "node_id": "MDEyOklzc3VlQ29tbWVudDYwMTg3NTUyNA==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-03-20T19:30:27Z", "updated_at": "2020-03-20T19:30:27Z", "author_association": "MEMBER", "body": "I can give it a snazzier progress bar to, as requested by #10.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 585282212, "label": "twitter-to-sqlite user-timeline [screen_names] --sql / --attach"}, "performed_via_github_app": null} {"html_url": "https://github.com/dogsheep/twitter-to-sqlite/issues/35#issuecomment-601876051", "issue_url": "https://api.github.com/repos/dogsheep/twitter-to-sqlite/issues/35", "id": 601876051, "node_id": "MDEyOklzc3VlQ29tbWVudDYwMTg3NjA1MQ==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-03-20T19:31:43Z", "updated_at": "2020-03-20T19:31:43Z", "author_association": "MEMBER", "body": "I'm going to keep `--screen_name` working for backwards compatibility. Using `hidden=True` on it should hide it from the help output.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 585282212, "label": "twitter-to-sqlite user-timeline [screen_names] --sql / --attach"}, "performed_via_github_app": null} {"html_url": "https://github.com/dogsheep/twitter-to-sqlite/issues/35#issuecomment-601890795", "issue_url": "https://api.github.com/repos/dogsheep/twitter-to-sqlite/issues/35", "id": 601890795, "node_id": "MDEyOklzc3VlQ29tbWVudDYwMTg5MDc5NQ==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-03-20T20:13:08Z", "updated_at": "2020-03-20T20:13:08Z", "author_association": "MEMBER", "body": "Needs documentation.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 585282212, "label": "twitter-to-sqlite user-timeline [screen_names] --sql / --attach"}, "performed_via_github_app": null} {"html_url": "https://github.com/dogsheep/twitter-to-sqlite/issues/35#issuecomment-601892338", "issue_url": "https://api.github.com/repos/dogsheep/twitter-to-sqlite/issues/35", "id": 601892338, "node_id": "MDEyOklzc3VlQ29tbWVudDYwMTg5MjMzOA==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-03-20T20:17:00Z", "updated_at": "2020-03-20T20:17:00Z", "author_association": "MEMBER", "body": "Released as 0.18.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 585282212, "label": "twitter-to-sqlite user-timeline [screen_names] --sql / --attach"}, "performed_via_github_app": null} {"html_url": "https://github.com/dogsheep/twitter-to-sqlite/issues/38#issuecomment-601939656", "issue_url": "https://api.github.com/repos/dogsheep/twitter-to-sqlite/issues/38", "id": 601939656, "node_id": "MDEyOklzc3VlQ29tbWVudDYwMTkzOTY1Ng==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-03-20T22:37:04Z", "updated_at": "2020-03-20T22:37:04Z", "author_association": "MEMBER", "body": "New formatting:\r\n```\r\n@Alaska_DHSS [####################################] 3205\r\n@BWhippleKS [####################################] 1\r\n@CAPublicHealth [####################################] 2\r\n@CDPHE [####################################] 67\r\n@CHFSKy [####################################] 3216\r\n```", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 585359363, "label": "Screen name display for user-timeline is uneven"}, "performed_via_github_app": null}