{"id":28059817,"url":"https://github.com/ariqf1/learn_data","last_synced_at":"2026-04-15T07:37:52.336Z","repository":{"id":291965554,"uuid":"979363067","full_name":"AriqF1/learn_data","owner":"AriqF1","description":"Currently learning and building projects related to data pipelines, ETL processes, and data processing using Python. Passionate about scalable data solutions and modern data stack tools.","archived":false,"fork":false,"pushed_at":"2025-05-15T12:01:12.000Z","size":233,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-25T08:37:01.080Z","etag":null,"topics":["data","data-engineering","mysql"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/AriqF1.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}},"created_at":"2025-05-07T11:56:51.000Z","updated_at":"2025-05-15T12:01:15.000Z","dependencies_parsed_at":"2025-08-25T07:36:55.788Z","dependency_job_id":"18c1994a-f0ec-4a15-927a-00cd365c82f9","html_url":"https://github.com/AriqF1/learn_data","commit_stats":null,"previous_names":["ariqf1/learn_data"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AriqF1/learn_data","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AriqF1%2Flearn_data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AriqF1%2Flearn_data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AriqF1%2Flearn_data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AriqF1%2Flearn_data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AriqF1","download_url":"https://codeload.github.com/AriqF1/learn_data/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AriqF1%2Flearn_data/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31831848,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T07:17:56.427Z","status":"ssl_error","status_checked_at":"2026-04-15T07:17:30.007Z","response_time":63,"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":["data","data-engineering","mysql"],"created_at":"2025-05-12T08:10:31.826Z","updated_at":"2026-04-15T07:37:52.329Z","avatar_url":"https://github.com/AriqF1.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏠 Mini Project Data Engineering: Analysis of Popular Topics in Kompas.com and Tribunnews.com\n\nThis project aims to analyze the most frequently reported news topics on May 6, 7, and 8, 2025 from two popular news portals in Indonesia: Kompas.com and Tribunnews.com. The goal is to see the tendency or focus of each media on certain issues.\n\n![Version](https://img.shields.io/badge/version-1.0.0-blue.svg) ![License](https://img.shields.io/badge/license-MIT-green.svg)\n\n## Installation\n\nTo install the necessary packages, run the following command:\n\n```bash\npip install requests beautifulsoup4 pandas matplotlib\n```\n\n## 🛠 Tech\n\n- Python - to perform web scraping from the website\n- Requests \u0026 BeautifulSoup - library to scrapping data\n- Pandas - data manipulation\n- Matplotlib - data visualization\n\n## Usage/Examples\n\nHere's a basic example of how to use this project:\n\n```python\nimport requests\nfrom bs4 import BeautifulSoup\n\nurl = 'https://www.kompas.com/'\nresponse = requests.get(url)\nsoup = BeautifulSoup(response.text, 'html.parser')\n\n# Example of extracting headlines\nheadlines = soup.find_all('h2')\nfor headline in headlines:\n    print(headline.text)\n```\n\n## Contributing\n\nWe welcome contributions! Please fork the repository and submit a pull request with your changes.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fariqf1%2Flearn_data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fariqf1%2Flearn_data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fariqf1%2Flearn_data/lists"}