{"id":19685120,"url":"https://github.com/bacloud22/highest-priest-gpt","last_synced_at":"2026-04-25T23:33:47.506Z","repository":{"id":258143494,"uuid":"870174170","full_name":"bacloud22/Highest-priest-GPT","owner":"bacloud22","description":"Highest priest GPT","archived":false,"fork":false,"pushed_at":"2024-10-27T17:20:24.000Z","size":927,"stargazers_count":6,"open_issues_count":7,"forks_count":10,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-31T23:54:51.666Z","etag":null,"topics":["css","gpt","hacktoberfest","html","javascript","magic","social-hack","turing-test"],"latest_commit_sha":null,"homepage":"https://wizard-gpt.pages.dev/","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/bacloud22.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-10-09T15:12:38.000Z","updated_at":"2024-12-11T09:40:56.000Z","dependencies_parsed_at":"2024-11-11T18:34:11.722Z","dependency_job_id":null,"html_url":"https://github.com/bacloud22/Highest-priest-GPT","commit_stats":null,"previous_names":["bacloud23/highest-priest-gpt","bacloud22/highest-priest-gpt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bacloud22/Highest-priest-GPT","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bacloud22%2FHighest-priest-GPT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bacloud22%2FHighest-priest-GPT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bacloud22%2FHighest-priest-GPT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bacloud22%2FHighest-priest-GPT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bacloud22","download_url":"https://codeload.github.com/bacloud22/Highest-priest-GPT/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bacloud22%2FHighest-priest-GPT/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32280974,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"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":["css","gpt","hacktoberfest","html","javascript","magic","social-hack","turing-test"],"created_at":"2024-11-11T18:20:32.905Z","updated_at":"2026-04-25T23:33:47.492Z","avatar_url":"https://github.com/bacloud22.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What is Highest priest GPT?\n\nThis is a social hack game for fun. Wow your friends by answering their questions from another room, making them think it's AI doing the talking – but it’s really you behind the magic!\n\n## How does it work?\n\n### First User (Responder):\n\n  - When the user clicks Create Random Channel as Responder, they generate a random channel and become the responder.\n  - The link generated will automatically assign the next user who joins as the questioner.\n\n### Second User (Questioner):\n\n  - The second user (who joins using the link) is automatically the questioner and can ask questions.\n\n### Message Handling:\n\n  - The responder can see questions from the questioner and answer them.\n  - The chat log tracks the conversation.\n\n## Tech Stack\n- HTML\n- CSS\n- JavaScript\n\n## How to contribute?\n\nExpand the following section for a quick guide on how to create a fork:\n\n\u003cdetails\u003e\n  \u003csummary\u003eHow to Fork this Repo and Submit a Pull Request (PR)\u003c/summary\u003e\n\n### 1. Create a Fork\n\nClick the **Fork** button at the top right of this repository to create your copy.\n\n### 2. Clone Your Fork\n\nClone the forked repository to your local machine by following these steps:\n\n1. Open the forked repository in your GitHub account.\n2. Click on the **Code** button.\n3. Select the HTTPS option in the **Local** tab.\n4. Click the **'Copy to clipboard'** icon.\n\nOpen a terminal and run the `git clone` command followed by the URL you just copied. For example:\n\n```bash\ngit clone https://github.com/bacloud23/Highest-priest-GPT.git\n```\n\n### 3. Set Upstream\n\nAfter cloning your fork, add the original repository as the upstream.  \n\n```bash\ngit remote add upstream https://github.com/bacloud23/Highest-priest-GPT.git\n```\n\n### 4. Create a Branch\n\nCreate a new branch and switch to it using the `git checkout -b` command. \n\n```bash\ngit checkout -b 'new-branch-name'\n```\n\n### 5. Make Your Changes\n\nMake the necessary changes to the HTML, CSS, or JS files. \n\n### 6. Stage and Commit Your Changes:\n\nStage your changes using the `git add` command, and then commit them with a descriptive commit message.\n\n```bash\ngit add .\ngit commit -m \"Your descriptive commit message here\"\n```\n\n### 7. Push Your Changes:\n\nPush the changes from your local repository to your forked repository on GitHub using the following command:\n\n```bash\ngit push origin 'your-branch-name'\n```\n\n### 8. Submit Your Changes for Review\n\nGo to your forked repository on GitHub. You should see a **Compare \u0026 Pull Request** button. Click on it to submit your pull request (PR) for review.\n\u003c/details\u003e\n\n\n## Contributors\n\n\u003ca href=\"https://github.com/bacloud23/Highest-priest-GPT/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=bacloud23/Highest-priest-GPT\" /\u003e\n\u003c/a\u003e\n\nMade with [contrib.rocks](https://contrib.rocks).\n\n## Author\nyanna 92 yar [at] gmail (dot) com\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbacloud22%2Fhighest-priest-gpt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbacloud22%2Fhighest-priest-gpt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbacloud22%2Fhighest-priest-gpt/lists"}