{"id":26183925,"url":"https://github.com/krishbharadwaj5678/riddleriot","last_synced_at":"2026-05-01T22:33:38.318Z","repository":{"id":249190874,"uuid":"830720640","full_name":"KrishBharadwaj5678/RiddleRiot","owner":"KrishBharadwaj5678","description":"Experience the excitement of solving riddles and brain teasers. Join the riot of fun and test your problem-solving skills.","archived":false,"fork":false,"pushed_at":"2025-11-08T04:09:13.000Z","size":105,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T10:49:18.030Z","etag":null,"topics":["api","api-integration","brain-teaser","brain-teasers","deployment","fun","interactive","logic-puzzles","problem-solving","puzzle-game","puzzles","python","python3","riddle","riddle-game","riddles","streamlit","trivia","web-app"],"latest_commit_sha":null,"homepage":"https://riddleriot.streamlit.app/","language":"Python","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/KrishBharadwaj5678.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-18T21:05:36.000Z","updated_at":"2025-11-08T04:12:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"34045572-4406-4756-8b8c-ddfd17770852","html_url":"https://github.com/KrishBharadwaj5678/RiddleRiot","commit_stats":null,"previous_names":["krishbharadwaj5678/riddleriot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KrishBharadwaj5678/RiddleRiot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishBharadwaj5678%2FRiddleRiot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishBharadwaj5678%2FRiddleRiot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishBharadwaj5678%2FRiddleRiot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishBharadwaj5678%2FRiddleRiot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KrishBharadwaj5678","download_url":"https://codeload.github.com/KrishBharadwaj5678/RiddleRiot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishBharadwaj5678%2FRiddleRiot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32515838,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["api","api-integration","brain-teaser","brain-teasers","deployment","fun","interactive","logic-puzzles","problem-solving","puzzle-game","puzzles","python","python3","riddle","riddle-game","riddles","streamlit","trivia","web-app"],"created_at":"2025-03-11T22:50:08.935Z","updated_at":"2026-05-01T22:33:38.310Z","avatar_url":"https://github.com/KrishBharadwaj5678.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧠 RiddleRiot \n\nRiddleRiot is a Python based webpage that challenges users with a wide variety of random riddle. Perfect for curious minds of all ages, it turns critical thinking into an entertaining adventure. \n\n![RiddleRiot](https://github.com/KrishBharadwaj5678/RiddleRiot/raw/main/RiddleRiot.png)\n\n## 🚀 Features\n\n| 🧩 Feature             | 📄 Description                                 |\n|------------------------|-----------------------------------------------|\n| 🔘 Riddle Generator    | Generates a random riddle                     |\n| 🌐 API Integration     | Fetches riddles from API Ninjas               |\n| 🧠 Title \u0026 Question     | Displays riddle title and question            |\n| 👁️ Reveal Answer       | Click to show the riddle answer               |\n| 📱 Responsive UI       | Works on desktop and mobile devices           |\n\n---\n\n## 🛠️ Tech Stack\n\n| 🔧 Technology           | 📄 Description                                      |\n|------------------------|----------------------------------------------------  |\n| 🐍 Python               | Core programming language used to build the app     |\n| 🚀 Streamlit            | Framework for creating interactive web interfaces   |\n| ⚙️ APIs                 | APIs for riddle management and logic                |\n| ☁️ Streamlit Cloud      | Hosting platform to deploy and share the app        |\n\n---\n\n## 📦 Installation\n\nClone the repository:\n\n```bash\ngit clone https://github.com/KrishBharadwaj5678/RiddleRiot.git\ncd RiddleRiot\n````\n\nInstall dependencies:\n\n```bash\npip install -r requirements.txt\n```\n\nStart the development server:\n\n```bash\nstreamlit run app.py\n```\n\n---\n\n## 🤝 Contributing\n\nContributions are welcome! 🎉\n\n1. 🍴 Fork the repo  \n2. 🌿 Create your feature branch: `git checkout -b my-new-feature`  \n3. 💾 Commit your changes: `git commit -m 'Add some feature'`  \n4. 📤 Push to the branch: `git push origin my-new-feature`  \n5. 🔃 Open a pull request  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrishbharadwaj5678%2Friddleriot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrishbharadwaj5678%2Friddleriot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrishbharadwaj5678%2Friddleriot/lists"}