{"id":22729697,"url":"https://github.com/cocohfl/popsauce-bot","last_synced_at":"2025-03-30T00:44:56.304Z","repository":{"id":241782098,"uuid":"792377944","full_name":"CocoHfl/popsauce-bot","owner":"CocoHfl","description":"Bot for the game PopSauce on jklm.fun","archived":false,"fork":false,"pushed_at":"2024-06-03T14:48:34.000Z","size":231,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T02:53:45.320Z","etag":null,"topics":["bot","game","jklm","jklm-bot","jklm-fun","online-games","party-games","popsauce","quiz"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/CocoHfl.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-26T14:45:15.000Z","updated_at":"2024-08-13T11:59:43.000Z","dependencies_parsed_at":"2024-06-03T16:58:16.846Z","dependency_job_id":"3d3ad889-fd68-4d0e-afa2-ce2ae9eb6891","html_url":"https://github.com/CocoHfl/popsauce-bot","commit_stats":null,"previous_names":["coco13579/popsauce-bot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CocoHfl%2Fpopsauce-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CocoHfl%2Fpopsauce-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CocoHfl%2Fpopsauce-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CocoHfl%2Fpopsauce-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CocoHfl","download_url":"https://codeload.github.com/CocoHfl/popsauce-bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246262489,"owners_count":20749171,"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":["bot","game","jklm","jklm-bot","jklm-fun","online-games","party-games","popsauce","quiz"],"created_at":"2024-12-10T18:11:27.071Z","updated_at":"2025-03-30T00:44:56.284Z","avatar_url":"https://github.com/CocoHfl.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pop Sauce Bot\nPop Sauce Bot is an automated script for the game PopSauce on [jklm.fun](https://jklm.fun).\n\nThis bot handles image and text-based questions, and automatically submits guesses in an attempt to find the correct answer.\n\n**Disclaimer:**  This project is for educational purposes only.  \nPlease note that the usage of this bot may violate the terms of service of jklm.fun. Use it at your own risk.\n\n## Setup\n### Start NodeJS server\n```\nnpm install\nnode src/app.js\n```\n\n### Inject client script into PopSauce lobby\n1. Join a PopSauce lobby\n2. Open Chrome console\n3. Select the \"popsauce\" [execution context](https://developer.chrome.com/docs/devtools/console/reference#context) within the console\n4. Paste the following code into the console:\n\n    ```javascript\n    fetch(\"https://raw.githubusercontent.com/cocohfl/popsauce-bot/main/client.js\")\n        .then(response =\u003e response.text())\n        .then(script =\u003e eval(script));\n    ```\n\n   Alternatively, you can manually copy the content of `client.js` from the repository and paste it into the console.\n\n\nThat's it! You're now ready to use Pop Sauce Bot.\n\n## Commands list\n- **guessTime:** Sets a delay (in milliseconds) for the bot to wait before submitting answers. Note that if the processing time prior to submitting exceeds this set time, the delay may not be respected.  \n_Default value: 0_","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcocohfl%2Fpopsauce-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcocohfl%2Fpopsauce-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcocohfl%2Fpopsauce-bot/lists"}