{"id":18532319,"url":"https://github.com/vrengifo/rssfeed","last_synced_at":"2025-08-20T02:13:23.509Z","repository":{"id":41752485,"uuid":"224478983","full_name":"vrengifo/rssfeed","owner":"vrengifo","description":"RSS feed","archived":false,"fork":false,"pushed_at":"2023-01-05T01:57:57.000Z","size":2564,"stargazers_count":0,"open_issues_count":26,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-11T22:25:15.496Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vrengifo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-27T17:03:20.000Z","updated_at":"2019-12-06T17:47:08.000Z","dependencies_parsed_at":"2023-02-03T05:02:36.213Z","dependency_job_id":null,"html_url":"https://github.com/vrengifo/rssfeed","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vrengifo/rssfeed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrengifo%2Frssfeed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrengifo%2Frssfeed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrengifo%2Frssfeed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrengifo%2Frssfeed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vrengifo","download_url":"https://codeload.github.com/vrengifo/rssfeed/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrengifo%2Frssfeed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271252993,"owners_count":24726918,"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","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"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":[],"created_at":"2024-11-06T19:05:42.927Z","updated_at":"2025-08-20T02:13:23.488Z","avatar_url":"https://github.com/vrengifo.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rssfeed\nRSS feed\n\nLaravel project to load RSS and browse the results\n\nImplementation of:\nLaravel command to parse a RSS Feed resource and load to a table\nImplement filters to show unread_only items\nBrowse the results with a simple UI \n\n\n## Setup the database\nFor this example, I'm using MySQL\n\ncreate database rssfeeds;\n\ncreate user 'pepper'@'localhost' identified by '\u003cyour_password\u003e';\n\ngrant all on rssfeeds.* to 'pepper'@'localhost';\n\nIf an error is presented when runs the \"php artisan migrate:fresh --seed\", execute the line below in mysql\n\nalter user 'pepper'@'localhost' identified with mysql_native_password by '\u003cyour_password\u003e';\n\n\n## Run the command\nFrom console, execute and look for the command rss:load \n\nphp artisan list\n\nUse your favorite RSS url to execute: \nphp artisan rss:load https://www.hotukdeals.com/rss/all\n\nSome examples of RSS:\n    https://threatpost.com/feed/\n    https://www.hotukdeals.com/rss/all\n    https://www.cbc.ca/cmlink/rss-world\n    http://www.informationweek.com/rss_simple.asp\n    https://www.infoworld.com/index.rss\n    http://www.computerweekly.com/rss/All-Computer-Weekly-content.xml\n    https://www.techrepublic.com/rssfeeds/articles/\n    https://galido.net/blog/feed/\n    \n    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvrengifo%2Frssfeed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvrengifo%2Frssfeed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvrengifo%2Frssfeed/lists"}