{"id":16086453,"url":"https://github.com/estebanlm/pharo-mastodon","last_synced_at":"2025-03-18T06:30:41.289Z","repository":{"id":76083308,"uuid":"113088374","full_name":"estebanlm/pharo-mastodon","owner":"estebanlm","description":"a Pharo API for Mastodon","archived":false,"fork":false,"pushed_at":"2018-02-02T07:31:57.000Z","size":34,"stargazers_count":7,"open_issues_count":0,"forks_count":5,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-04-13T12:57:35.900Z","etag":null,"topics":["mastodon","pharo"],"latest_commit_sha":null,"homepage":"","language":"Smalltalk","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/estebanlm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-12-04T19:55:33.000Z","updated_at":"2023-10-03T18:09:12.000Z","dependencies_parsed_at":"2023-07-07T12:01:23.421Z","dependency_job_id":null,"html_url":"https://github.com/estebanlm/pharo-mastodon","commit_stats":{"total_commits":24,"total_committers":2,"mean_commits":12.0,"dds":0.04166666666666663,"last_synced_commit":"4d5492b9368e9f9d749abfa778cac549b36603fc"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estebanlm%2Fpharo-mastodon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estebanlm%2Fpharo-mastodon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estebanlm%2Fpharo-mastodon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estebanlm%2Fpharo-mastodon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/estebanlm","download_url":"https://codeload.github.com/estebanlm/pharo-mastodon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243707115,"owners_count":20334611,"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":["mastodon","pharo"],"created_at":"2024-10-09T13:13:18.969Z","updated_at":"2025-03-18T06:30:40.788Z","avatar_url":"https://github.com/estebanlm.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pharo-mastodon\n\na [Pharo](http://pharo.org) API for [mastodon](http://joinmastodon.org)\n\n## Installation \n- You need Pharo 7.0\n\n```Smalltalk\nMetacello new \n  repository: 'github://estebanlm/pharo-mastodon/src';\n  baseline: 'Mastodon';\n  load.\n```\n\n## Examples\n\n### Reading your timeline.\n\n```Smalltalk\n\"Create a server\"\nserver := MdnServer url: 'https://mastodon.social'.\n\"Login\"\nlogin := server loginUsername: 'username@yourmail.net' password: 'shhh'.\n\"Read timeline 'home'\"\nlogin timelineHome next.\n```\n\n### Posting a status\n\n```Smalltalk\n\"Create a server\"\nserver := MdnServer url: 'https://mastodon.social'.\n\"Login\"\nlogin := server loginUsername: 'username@yourmail.net' password: 'shhh'.\n\"Posting a test status\"\nlogin postStatus: 'This is a test'.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Festebanlm%2Fpharo-mastodon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Festebanlm%2Fpharo-mastodon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Festebanlm%2Fpharo-mastodon/lists"}