{"id":23406240,"url":"https://github.com/zozs/ssb-latest-activity","last_synced_at":"2025-04-08T23:38:21.182Z","repository":{"id":55791375,"uuid":"230265491","full_name":"zozs/ssb-latest-activity","owner":"zozs","description":"Show latest activity of people you follow, useful to, e.g., ensure your pub still sees new stuff.","archived":false,"fork":false,"pushed_at":"2020-12-12T04:17:59.000Z","size":19,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T18:24:45.078Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zozs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-26T13:04:44.000Z","updated_at":"2019-12-26T21:31:36.000Z","dependencies_parsed_at":"2022-08-15T07:01:21.383Z","dependency_job_id":null,"html_url":"https://github.com/zozs/ssb-latest-activity","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zozs%2Fssb-latest-activity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zozs%2Fssb-latest-activity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zozs%2Fssb-latest-activity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zozs%2Fssb-latest-activity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zozs","download_url":"https://codeload.github.com/zozs/ssb-latest-activity/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247947823,"owners_count":21023058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-22T13:32:54.157Z","updated_at":"2025-04-08T23:38:21.167Z","avatar_url":"https://github.com/zozs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ssb-latest-activity\n\nShow latest activity of people you follow, useful to, e.g., ensure your pub still sees new stuff.\n\n## :heavy_check_mark: Things to use it for\n\n* Ensure your ssb pub/client has received the latest updates, without manually inspecting a stream of JSON objects.\n* Check in on your friends so they are all right, if they haven't been active for a while.\n\n## :x: Things to NOT use it for\n\n* Like, be creepy and stalk people. Just don't.\n\n## :running: Running and example output\n\n```\n[linus@laptop]$ node latest-activity.js\n2019-12-26T11:31:42.134Z (test1) type: vote\n2019-12-26T10:49:48.936Z (zozs) type: git-update\n2019-12-26T06:31:43.431Z (yayayaya) type: vote\n2019-12-25T23:10:58.398Z (test2) type: contact\n2019-12-25T21:00:00.000Z (test3) type: (unknown)\n2019-12-25T17:32:26.452Z (example) type: vote\n2019-12-25T08:30:10.650Z (test5) type: post\n2019-12-15T15:13:46.906Z (ssb.zozs.se) type: contact\n2019-11-27T03:04:43.677Z (The Weekly) type: post\n```\n\nYou can also get the long ids by calling the script with `--id`\n\n```\n[linus@laptop]$ node latest-activity.js --id\n@geQl+Lnoch9HdZbOUfiEXWDoanWXEDbGBfSy9/EWOoo=.ed25519 2019-12-26T11:31:42.134Z (test1) type: vote\n@S1h5yat/vRFUJw7ft5+U661/AblIZsdDCA6ZGOb7814=.ed25519 2019-12-26T10:49:48.936Z (zozs) type: post\n@4djb2cUbKMgjp9nIsaXT0YN1/3ksT6wJCvnoG/GMsIU=.ed25519 2019-12-26T06:31:43.431Z (yayayaya) type: vote\n@hGyy0RXjA9I91KYoHt23z0SRAoIbSMdf4pMo1t7SZfQ=.ed25519 2019-12-25T23:10:58.398Z (test2) type: contact\n@UfaJk7PVJpmkiq4+WZ+BqIsFrKlOWgNcipz6fycX1qY=.ed25519 2019-12-25T21:00:00.000Z (test3) type: (unknown)\n@PrfNx6LOH+fTtqDiB1wOyOzUOlBv1HHmVqYbHf57KMU=.ed25519 2019-12-25T17:32:26.452Z (example) type: vote\n@JKRQ59PNIj+mj5rGsfI7FN0hFUX1PEd4nCUIhSlsCFU=.ed25519 2019-12-25T08:30:10.650Z (test5) type: post\n@Dg0PUvvq+IsEkD+iQpKfMiDh9/LkqaabHgQJU05O6z0=.ed25519 2019-12-15T15:13:46.906Z (ssb.zozs.se) type: contact\n@iVPi/B73hJSpsUB8XbSnlxe3NembPXLjOfIexlYdgJA=.ed25519 2019-11-27T03:04:43.677Z (The Weekly) type: post\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzozs%2Fssb-latest-activity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzozs%2Fssb-latest-activity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzozs%2Fssb-latest-activity/lists"}