{"id":27083614,"url":"https://github.com/rajputrockstar/sarkarisphere-","last_synced_at":"2025-06-28T02:04:59.077Z","repository":{"id":286350816,"uuid":"961138973","full_name":"RAJPUTRoCkStAr/SarkariSphere-","owner":"RAJPUTRoCkStAr","description":"This is for helping candidate applying for sarkari exam","archived":false,"fork":false,"pushed_at":"2025-04-25T08:30:08.000Z","size":496,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-25T09:39:57.960Z","etag":null,"topics":["automation","automation-selenium","govt-jobs","job-portal","job-portal-website","python","python-3","python-script","selenium","selenium-python","selenium-webdriver","streamlit","streamlit-webapp","webscraping","webscraping-data"],"latest_commit_sha":null,"homepage":"","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/RAJPUTRoCkStAr.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":"2025-04-05T20:51:22.000Z","updated_at":"2025-04-25T08:30:11.000Z","dependencies_parsed_at":"2025-04-09T20:32:52.316Z","dependency_job_id":null,"html_url":"https://github.com/RAJPUTRoCkStAr/SarkariSphere-","commit_stats":null,"previous_names":["rajputrockstar/sarkarisphere-"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RAJPUTRoCkStAr/SarkariSphere-","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RAJPUTRoCkStAr%2FSarkariSphere-","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RAJPUTRoCkStAr%2FSarkariSphere-/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RAJPUTRoCkStAr%2FSarkariSphere-/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RAJPUTRoCkStAr%2FSarkariSphere-/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RAJPUTRoCkStAr","download_url":"https://codeload.github.com/RAJPUTRoCkStAr/SarkariSphere-/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RAJPUTRoCkStAr%2FSarkariSphere-/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262362064,"owners_count":23299122,"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":["automation","automation-selenium","govt-jobs","job-portal","job-portal-website","python","python-3","python-script","selenium","selenium-python","selenium-webdriver","streamlit","streamlit-webapp","webscraping","webscraping-data"],"created_at":"2025-04-06T03:17:51.821Z","updated_at":"2025-06-28T02:04:59.072Z","avatar_url":"https://github.com/RAJPUTRoCkStAr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📘 SarkariSphere – Your One-Stop Sarkari Naukri Portal\r\n\r\n**SarkariSphere** is a powerful and user-friendly Streamlit app that delivers real-time government job updates, admit cards, and results — with **direct download/apply links** and **zero clutter**.\r\n\r\nFrom SSC and UPSC to Railways and State-level recruitment, get all important updates in one place.\r\n\r\n---\r\n\r\n## 🚀 Features\r\n\r\n✅ **Latest Jobs**\r\n\r\n- Real-time job listing scraped from [sarkariresult.com](https://www.sarkariresult.com)\r\n- Job titles, deadlines, and direct apply + notification links\r\n- Filter by keyword or active status\r\n\r\n📥 **Admit Cards**\r\n\r\n- Skip redirections — download admit cards directly from the source\r\n\r\n📊 **Results**\r\n\r\n- One-click download for Sarkari results\r\n\r\n🎯 **Clean UI/UX**\r\n\r\n- Responsive layout using Streamlit\r\n- Easy navigation with sidebar and collapsible sections\r\n\r\n---\r\n\r\n## 🛠️ Tech Stack\r\n\r\n- Python 3.10+\r\n- [Streamlit](https://streamlit.io) – UI Framework\r\n- [Selenium](https://selenium.dev) – Headless Chrome scraping\r\n- [Lottie](https://lottiefiles.com) – For engaging animation on the homepage\r\n\r\n---\r\n\r\n## 📦 How to Run\r\n\r\n1. **Clone the Repository**\r\n\r\n```bash\r\ngit clone https://github.com/yourusername/sarkarisphere.git\r\ncd sarkarisphere\r\npip install -r requirements.txt\r\nstreamlit run main.py\r\n```\r\n\r\n## 📁 Folder Structure\r\n\r\n```bash\r\nsarkarisphere/\r\n├── main.py              # App routing, menu logic\r\n├── home.py              # Homepage layout and animation\r\n├── job_open.py          # Latest job listings\r\n├── datacollect.py       # Scraping logic for results and admit cards\r\n├── job_admit_card.py    # Admit card UI and logic\r\n├── job_result.py        # Result UI and logic\r\n├── lotti/\r\n│   └── lot.py           # Lottie animation JSON\r\n├── requirements.txt     # Required packages\r\n└── README.md            # You're reading it!\r\n```\r\n\r\n\r\n## 🔮 Future Enhancements\r\n\r\n* Job alert via Email or WhatsApp\r\n* Resume builder for job applications\r\n* Smart job recommendations (AI-based)\r\n* Multilingual UI (Hindi, Tamil, Bengali, etc.)\r\n* Bookmark or save job listings\r\n* Pagination and search filters for better UX\r\n\r\n## 🧑‍💻 Author\r\n\r\n**Sumit Kumar Singh**\r\n\r\nFreelancer • Python Developer • Web Automation Enthusiast\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajputrockstar%2Fsarkarisphere-","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajputrockstar%2Fsarkarisphere-","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajputrockstar%2Fsarkarisphere-/lists"}