{"id":15600377,"url":"https://github.com/dougal/wase_endpoint","last_synced_at":"2026-01-21T10:02:46.176Z","repository":{"id":715051,"uuid":"362001","full_name":"dougal/wase_endpoint","owner":"dougal","description":"WaseEndpoint is a library for building daemons that act as WASE Endpoints for the EngineYard Wase competition: http://bit.ly/3qRMbv ","archived":false,"fork":false,"pushed_at":"2009-11-05T21:24:42.000Z","size":84,"stargazers_count":1,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-06T10:22:57.751Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/dougal.png","metadata":{"files":{"readme":"README.rdoc","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":"2009-11-05T13:23:23.000Z","updated_at":"2013-12-10T20:32:17.000Z","dependencies_parsed_at":"2022-08-16T10:45:20.911Z","dependency_job_id":null,"html_url":"https://github.com/dougal/wase_endpoint","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dougal/wase_endpoint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dougal%2Fwase_endpoint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dougal%2Fwase_endpoint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dougal%2Fwase_endpoint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dougal%2Fwase_endpoint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dougal","download_url":"https://codeload.github.com/dougal/wase_endpoint/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dougal%2Fwase_endpoint/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28631936,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-03T02:02:34.426Z","updated_at":"2026-01-21T10:02:46.154Z","avatar_url":"https://github.com/dougal.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"= WaseEndpoint\n\nWaseEndpoint is a library for building daemons that act as WASE Endpoints for the EngineYard Wase competition: http://bit.ly/3qRMbv\n\n== Install\n  \nWaseEndpoint is hosted by http://gemcutter.com. Please make sure you have added them to your gem sources.\n\n  $ sudo gem install wase_endpoint\n\n== Usage\n\nThe following are all in the example directory.\n\nYour endpoint logic:\n\n  # example/my_endpoint.rb\n  \n  require 'rubygems'\n  require 'wase_endpoint'\n\n  class MyEndpoint \u003c WaseEndpoint\n\n    # This where our logic goes.\n    # A json encoded String is the only argument. You can deal with this however\n    # you want. The JSON library is already loaded should you wish to use it.\n    # Return another String, or a Hash containing the String and the program\n    # counter increment you wish to use.\n    def secret_sauce(raw_json)\n    \n      # Just pass it back. Program counter increment will be 1.\n      raw_json\n      \n      # Or pass it back with a custom program counter.\n      # { :data =\u003e raw_json, :increment =\u003e 2}\n    end\n\n  end\n  \nThe init file:\n  \n  # example/init.rb\n\n  require 'my_endpoint'\n\n  MyEndpoint.new( :username =\u003e 'twitter_username',\n                  :password =\u003e 'twitter_password',\n                  :logfile =\u003e 'my_endpoint.log',\n                  :sleep_period =\u003e 60 )\n\nNow running the init file will start your daemon. The PID will be returned to allow you to monitor it or kill it later.\n\n  ruby init.rb\n\nThat's it! I also included a basic sinatra server in 'server.rb' that can be used as an input/output/program-listing node.\n\n== Problems, Comments, Suggestions?\n\nIssues can be tracked on github: http://github.com/dougal/wase_endpoint/issues\n\nAll of the above are most welcome. mailto:dougal.s@gmail.com\n\n\n== Credits\n\nDouglas F Shearer - http://douglasfshearer.com","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdougal%2Fwase_endpoint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdougal%2Fwase_endpoint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdougal%2Fwase_endpoint/lists"}