{"id":26183901,"url":"https://github.com/krishbharadwaj5678/wildpeek","last_synced_at":"2026-05-09T07:32:27.074Z","repository":{"id":251033891,"uuid":"836196692","full_name":"KrishBharadwaj5678/WildPeek","owner":"KrishBharadwaj5678","description":"Explore Wild Peek, where you can easily access detailed information about animals from around the world. Input any animal name and uncover fascinating characteristics, behavior, and habitat. Your ultimate source for animal knowledge!","archived":false,"fork":false,"pushed_at":"2026-04-06T16:12:32.000Z","size":208,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-06T18:15:26.201Z","etag":null,"topics":["animals","api","deployment","education","educational-project","encyclopedia","facts","github","information","lightweight","nature","python","responsive-design","streamlit","streamlit-application","streamlit-webapp","vscode","webapp","wildlife"],"latest_commit_sha":null,"homepage":"https://wildpeek.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-31T10:53:09.000Z","updated_at":"2026-04-06T16:16:44.000Z","dependencies_parsed_at":"2025-10-26T10:18:37.736Z","dependency_job_id":"5fc72a88-01bd-4ac7-963e-fcd2389959d6","html_url":"https://github.com/KrishBharadwaj5678/WildPeek","commit_stats":null,"previous_names":["krishbharadwaj5678/wildpeek"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KrishBharadwaj5678/WildPeek","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishBharadwaj5678%2FWildPeek","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishBharadwaj5678%2FWildPeek/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishBharadwaj5678%2FWildPeek/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishBharadwaj5678%2FWildPeek/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KrishBharadwaj5678","download_url":"https://codeload.github.com/KrishBharadwaj5678/WildPeek/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishBharadwaj5678%2FWildPeek/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32811325,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["animals","api","deployment","education","educational-project","encyclopedia","facts","github","information","lightweight","nature","python","responsive-design","streamlit","streamlit-application","streamlit-webapp","vscode","webapp","wildlife"],"created_at":"2025-03-11T22:49:56.819Z","updated_at":"2026-05-09T07:32:27.069Z","avatar_url":"https://github.com/KrishBharadwaj5678.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🐾 Wild Peek\n\n**Wild Peek** is your all in one animal encyclopedia. Just type an animal's name to uncover indepth facts from species classification to behaviors, habitat, and more. \n\n![WildPeek](https://github.com/KrishBharadwaj5678/WildPeek/raw/main/WildPeekDemo.png)\n\n## ✨ Features\n\n| Feature | Description |\n|--------|-------------|\n| 🔎 **Search Any Animal** | Type the name and get rich data instantly |\n| 📄 **Detailed Info** | Includes scientific name, appearance, behavior, diet, habitat, life span |\n| 🌓 **Dark \u0026 Light Mode Toggle** | Switch easily between light and dark themes |\n| 🌐 **Responsive Design** | Fully optimized for all screen sizes and devices |\n\n---\n\n## ⚙️ Tech Stack\n\n| Technology | Purpose |\n|------------|---------|\n| 🐍 **Python**  | Core programming language for backend logic |\n| 🚀 **Streamlit**  | Framework to build interactive web apps with Python |\n| 🌐 **APIs**  | Used to fetch real-time animal data |\n\n---\n\n## 🛠️ Installation Steps\n\n### 1. Clone the Repository\n```bash\ngit clone https://github.com/KrishBharadwaj5678/WildPeek.git\ncd WildPeek\n````\n\n### 2. Install the Required Dependencies\n\n```bash\npip install -r requirements.txt\n```\n\n### 3. Run the Streamlit App\n\n```bash\nstreamlit run app.py\n```\n\n---\n\n## Contributing 🤝\n\nWant to contribute? Here's how:\n\n1. 🍴 Fork the repository.\n2. 🌿 Create a new branch (`git checkout -b feature-name`).\n3. ✍️ Make your changes and commit them (`git commit -am 'Add feature-name'`).\n4. 🚀 Push to your branch (`git push origin feature-name`).\n5. 🔄 Submit a pull request to merge into the main branch.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrishbharadwaj5678%2Fwildpeek","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrishbharadwaj5678%2Fwildpeek","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrishbharadwaj5678%2Fwildpeek/lists"}