{"id":19123385,"url":"https://github.com/ryanhx/poe-raffle","last_synced_at":"2026-04-13T20:32:40.399Z","repository":{"id":186807841,"uuid":"666338955","full_name":"RyanHx/poe-raffle","owner":"RyanHx","description":"Run a raffle from PoE in-game chat.","archived":false,"fork":false,"pushed_at":"2024-09-29T13:57:55.000Z","size":682,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T13:35:59.440Z","etag":null,"topics":["bootstrap5","electron","giveaways","pathofexile"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/RyanHx.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-14T09:11:42.000Z","updated_at":"2024-09-29T13:57:51.000Z","dependencies_parsed_at":"2023-08-07T20:48:04.432Z","dependency_job_id":"d6967ba4-d99b-4463-b26b-5d690dbb64fb","html_url":"https://github.com/RyanHx/poe-raffle","commit_stats":null,"previous_names":["ryanhx/poe-raffle"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/RyanHx/poe-raffle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyanHx%2Fpoe-raffle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyanHx%2Fpoe-raffle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyanHx%2Fpoe-raffle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyanHx%2Fpoe-raffle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RyanHx","download_url":"https://codeload.github.com/RyanHx/poe-raffle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyanHx%2Fpoe-raffle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31770720,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"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":["bootstrap5","electron","giveaways","pathofexile"],"created_at":"2024-11-09T05:25:29.067Z","updated_at":"2026-04-13T20:32:40.378Z","avatar_url":"https://github.com/RyanHx.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\u003c!-- PROJECT LOGO --\u003e\n\u003cdiv align=\"center\"\u003e\n\n\u003ch1 align=\"center\"\u003ePoE Raffle\u003c/h1\u003e\n\u003cimg src=\"https://i.imgur.com/uv5I25G.png\" alt=\"Screenshot of running raffle\" width=\"40%\" height=\"40%\"\u003e\n  \u003cp align=\"center\"\u003e\n    Run a raffle from PoE in-game chat.\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/RyanHx/poe-raffle/issues\"\u003eReport Bug\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n\u003c!-- USAGE EXAMPLES --\u003e\n## Installation\n\n### Windows\n\nDownload and run the prebuilt installer found on the \u003ca href=\"https://github.com/RyanHx/poe-raffle/releases/latest\"\u003elatest release\u003c/a\u003e.\n\n### Mac/Linux\n\nFollow the steps below in the Development section to get a local development copy. Then run:\n\n```sh\nnpm run make\n```\n\nThe installer for your OS will be found in the `/out/make/` directory.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Usage\n\n### Raffles\n\n1. Optionally choose a keyword to listen for in your whispers.\n2. Start the raffle.\n3. Draw a winner!\n\nThe winner's character name will be copied to the clipboard so you can message them immediately.\n\nAnother winner can be drawn to reroll the result.\n\nIf you are notified the app can't locate PoE's log file (e.g. you installed PoE in a non-default location), open the settings and point the log field to `\u003cPoE installation folder\u003e/logs/Client.txt`\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- GETTING STARTED --\u003e\n## Development\n\nTo get a local copy up and running follow these simple steps.\n\n### Prerequisites\n\n* npm\n  ```sh\n  npm install npm@latest -g\n  ```\n\n### Installation\n\n1. Clone the repo\n   ```sh\n   git clone https://github.com/RyanHx/poe-raffle.git\n   ```\n2. Install NPM packages\n   ```sh\n   npm install\n   ```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- LICENSE --\u003e\n## License\n\nDistributed under the MIT License.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\u003c!-- ACKNOWLEDGMENTS --\u003e\n## Acknowledgments\n\n* [Bootstrap](https://getbootstrap.com/)\n* [poe-log-events](https://www.npmjs.com/package/poe-log-events)\n* [tsParticles Confetti](https://confetti.js.org/more.html)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanhx%2Fpoe-raffle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanhx%2Fpoe-raffle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanhx%2Fpoe-raffle/lists"}