home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 623846880

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/dogsheep-photos/issues/16#issuecomment-623846880 https://api.github.com/repos/dogsheep/dogsheep-photos/issues/16 623846880 MDEyOklzc3VlQ29tbWVudDYyMzg0Njg4MA== 9599 2020-05-05T04:06:08Z 2020-05-05T04:06:08Z MEMBER

This function seems to convert them into UUIDs that match my photos: python def to_uuid(uuid_0, uuid_1): b = uuid_0.to_bytes(8, 'little', signed=True) + uuid_1.to_bytes(8, 'little', signed=True) return str(uuid.UUID(bytes=b)).upper()

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