{"id":25567515,"url":"https://github.com/vipulbunny/oscar-web-scraper","last_synced_at":"2026-05-01T17:34:18.226Z","repository":{"id":275019050,"uuid":"924816714","full_name":"VIPULbunny/Oscar-Web-Scraper","owner":"VIPULbunny","description":"This project is a web scraper that extracts data from the Wikipedia page listing Academy Award-winning films. It collects information such as the film's name, the year it won an Oscar, the number of awards received, and the number of nominations. The extracted data is processed and stored in a structured Pandas DataFrame for further analysis.","archived":false,"fork":false,"pushed_at":"2025-01-30T17:50:27.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-01T13:55:35.126Z","etag":null,"topics":["beautifulsoup4","pandas","pandas-dataframe","python","requests","webscraping"],"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/VIPULbunny.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-01-30T17:48:11.000Z","updated_at":"2025-01-30T17:52:20.000Z","dependencies_parsed_at":"2025-01-30T18:47:50.674Z","dependency_job_id":null,"html_url":"https://github.com/VIPULbunny/Oscar-Web-Scraper","commit_stats":null,"previous_names":["vipulbunny/oscar-web-scraper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/VIPULbunny/Oscar-Web-Scraper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VIPULbunny%2FOscar-Web-Scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VIPULbunny%2FOscar-Web-Scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VIPULbunny%2FOscar-Web-Scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VIPULbunny%2FOscar-Web-Scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VIPULbunny","download_url":"https://codeload.github.com/VIPULbunny/Oscar-Web-Scraper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VIPULbunny%2FOscar-Web-Scraper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32507087,"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":["beautifulsoup4","pandas","pandas-dataframe","python","requests","webscraping"],"created_at":"2025-02-20T23:31:37.458Z","updated_at":"2026-05-01T17:34:18.202Z","avatar_url":"https://github.com/VIPULbunny.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎬 Oscar-Web-Scraper  \n\n## 📌 Description  \nOscar-Web-Scraper is a Python-based web scraping project that extracts data from the Wikipedia page listing **Academy Award-winning films**. The script retrieves details such as:  \n- 🎥 **Film Name**  \n- 📅 **Year of Award**  \n- 🏆 **Number of Awards Won**  \n- 🎖 **Number of Nominations**  \n\nThe scraped data is stored in a **Pandas DataFrame**, making it easy for analysis and visualization.  \n\n---\n\n## 🛠 Tech Stack  \n- **Python** 🐍  \n- `BeautifulSoup` – For web scraping  \n- `Requests` – For fetching web content  \n- `Pandas` – For data processing  \n- `Matplotlib \u0026 Seaborn` – For data visualization (optional)  \n\n---\n\n## 🚀 Installation \u0026 Usage  \n\n### 🔹 Prerequisites  \nEnsure you have **Python 3.x** installed along with the required libraries:  \n\n```bash\npip install numpy pandas matplotlib seaborn beautifulsoup4 requests\n```\n\n### 🔹 Clone the Repository  \n```bash\ngit clone https://github.com/your-username/Oscar-Web-Scraper.git\ncd Oscar-Web-Scraper\n```\n\n### 🔹 Run the Script  \n```bash\npython oscar_scraper.py\n```\n\n---\n\n## 📊 Sample Output  \n```\n                Film   Year Awards Nominations\n1363  Nomadland    2020    3        6\n1364  CODA        2021    3        3\n1365  Everything Everywhere All at Once  2022   7        11\n```\n\n---\n\n## 📌 Features  \n✅ **Automated Web Scraping** – Extracts Oscar-winning movie data from Wikipedia.  \n✅ **Data Cleaning** – Removes unnecessary HTML tags and structures the data.  \n✅ **Pandas Integration** – Stores data in a structured format for further analysis.  \n✅ **Easy to Use** – Just run the script and get the latest Oscar-winning films.  \n\n---\n\n## 📝 License  \nThis project is licensed under the **MIT License**.  \n\n---\n\n## 👨‍💻 Contributing  \nContributions are welcome! Feel free to submit a pull request or open an issue.  \n\n---\n\n## ⭐ Support  \nIf you found this project useful, give it a ⭐ on GitHub!  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvipulbunny%2Foscar-web-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvipulbunny%2Foscar-web-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvipulbunny%2Foscar-web-scraper/lists"}