{"id":16948137,"url":"https://github.com/technicalpickles/posterrrrous","last_synced_at":"2025-04-11T20:11:48.493Z","repository":{"id":1060482,"uuid":"894870","full_name":"technicalpickles/posterrrrous","owner":"technicalpickles","description":"Quick and dirty Ruby API wrapper for Posterous","archived":false,"fork":false,"pushed_at":"2010-09-08T02:01:01.000Z","size":476,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-11T20:11:47.473Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"ircmaxell/random_compat","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/technicalpickles.png","metadata":{"files":{"readme":"README.rdoc","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}},"created_at":"2010-09-07T22:16:16.000Z","updated_at":"2016-12-15T09:22:31.000Z","dependencies_parsed_at":"2022-08-16T11:55:22.145Z","dependency_job_id":null,"html_url":"https://github.com/technicalpickles/posterrrrous","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technicalpickles%2Fposterrrrous","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technicalpickles%2Fposterrrrous/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technicalpickles%2Fposterrrrous/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technicalpickles%2Fposterrrrous/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/technicalpickles","download_url":"https://codeload.github.com/technicalpickles/posterrrrous/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248473128,"owners_count":21109628,"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-10-13T21:49:43.949Z","updated_at":"2025-04-11T20:11:48.466Z","avatar_url":"https://github.com/technicalpickles.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"= posterrrrous\n\nQuick and dirty ruby wrapper for the Posterous API: http://posterous.com/api/\n\nInstall with the usual deal:\n\n    gem install posterrrrous\n\n\nBasically, it's a glorified combo of method_missing and httparty to hit the API endpoints.\n\n    # Your credentials here\n    Posterrrrous.email = \"you@example.com\"\n    Posterrrrous.email = \"so sekrit\"\n    \n    # Refer to http://posterous.com/api for API methods, and pass in any parameters as an options hash\n    \n    Posterrrrous.getsites\n    Posterrrrous.readposts :site_id =\u003e \"1234\"\n    Posterrrrous.newpost :site_id =\u003e \"5678\", :title =\u003e 'posterrrrous', :body =\u003e \"oh yeah\"\n    \n    last_post = Posterrrrous.readposts.first # last is first, on account of ordered by date descending\n    Posterrrrous.updatepost :post_id =\u003e last_post['id'], :body =\u003e \"#{last_post['body']}... BREAKING UPDATE: wooo!\"\n\n== Contributing to posterrrrous\n \n* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet\n* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it\n* Fork the project\n* Start a feature/bugfix branch\n* Commit and push until you are happy with your contribution\n* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.\n* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.\n\n== Copyright\n\nCopyright (c) 2010 Joshua Nichols. See LICENSE for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnicalpickles%2Fposterrrrous","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechnicalpickles%2Fposterrrrous","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnicalpickles%2Fposterrrrous/lists"}