{"id":15917506,"url":"https://github.com/takuya/thinwire","last_synced_at":"2026-01-18T18:01:19.368Z","repository":{"id":12527487,"uuid":"15197390","full_name":"takuya/ThinWire","owner":"takuya","description":"Minal set of  TripeWrire . ThinWire check file Hash and report if changed.","archived":false,"fork":false,"pushed_at":"2013-12-15T03:55:12.000Z","size":108,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T11:44:40.251Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/takuya.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":"2013-12-15T03:46:59.000Z","updated_at":"2013-12-15T03:55:13.000Z","dependencies_parsed_at":"2022-07-08T00:56:06.344Z","dependency_job_id":null,"html_url":"https://github.com/takuya/ThinWire","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/takuya/ThinWire","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takuya%2FThinWire","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takuya%2FThinWire/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takuya%2FThinWire/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takuya%2FThinWire/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/takuya","download_url":"https://codeload.github.com/takuya/ThinWire/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takuya%2FThinWire/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28547004,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T14:59:57.589Z","status":"ssl_error","status_checked_at":"2026-01-18T14:59:46.540Z","response_time":98,"last_error":"SSL_read: 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-06T18:11:07.228Z","updated_at":"2026-01-18T18:01:19.346Z","avatar_url":"https://github.com/takuya.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"ThinWire\n========\n\nMinal set of  TripeWrire . ThinWire check file Hash and report if changed.\n\n\nUsage: Simple Check\n=============\n\n\trequire 'thinwire.rb'\n\ttw = ThinWire.new\n\ttw.start()\n\nUsage: Select Checking file\n==============\n\nTo chagen file watching, set path in constructor.\n\n\trequire 'thinwire.rb'\n\ttw = ThinWire.new(\"/var/www/example.com\")\n\ttw.start()\n\n\nUssage: Reports by MAIL\n============\n\nTo Chage report destination.\nAdd callback to class to report mail\n\n\n\n\ttw.report = Proc.new{|msg|\n\t\trequire 'mail'\n\t\toptions = { :address              =\u003e \"smtp.gmail.com\",\n\t\t         :port                 =\u003e 587,\n\t\t         :user_name            =\u003e 'takuya@example.com'\n\t\t         :password             =\u003e '***',\n\t\t         :authentication       =\u003e 'plain',\n\t\t         :enable_starttls_auto =\u003e true  }\n\t\tMail.defaults do\n\t\tdelivery_method :smtp, options\n\t\tend\n\t\tmail = Mail.new do\n\t\t\tfrom     'takuya@example.com'\n\t\t\tto       'takuya@example.com'\n\t\tsubject  \"ThinWire reports\"\n\t\tbody      msg\n\t\tend\n\t\tmail.deliver!\n\t\tputs :end\n\t}\n\ttw.start()\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakuya%2Fthinwire","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftakuya%2Fthinwire","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakuya%2Fthinwire/lists"}