Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vrengifo/rssfeed
RSS feed
https://github.com/vrengifo/rssfeed
Last synced: 9 days ago
JSON representation
RSS feed
- Host: GitHub
- URL: https://github.com/vrengifo/rssfeed
- Owner: vrengifo
- License: mit
- Created: 2019-11-27T17:03:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T01:57:57.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T06:39:22.267Z (over 1 year ago)
- Language: PHP
- Size: 2.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rssfeed
RSS feedLaravel project to load RSS and browse the results
Implementation of:
Laravel command to parse a RSS Feed resource and load to a table
Implement filters to show unread_only items
Browse the results with a simple UI## Setup the database
For this example, I'm using MySQLcreate database rssfeeds;
create user 'pepper'@'localhost' identified by '';
grant all on rssfeeds.* to 'pepper'@'localhost';
If an error is presented when runs the "php artisan migrate:fresh --seed", execute the line below in mysql
alter user 'pepper'@'localhost' identified with mysql_native_password by '';
## Run the command
From console, execute and look for the command rss:loadphp artisan list
Use your favorite RSS url to execute:
php artisan rss:load https://www.hotukdeals.com/rss/allSome examples of RSS:
https://threatpost.com/feed/
https://www.hotukdeals.com/rss/all
https://www.cbc.ca/cmlink/rss-world
http://www.informationweek.com/rss_simple.asp
https://www.infoworld.com/index.rss
http://www.computerweekly.com/rss/All-Computer-Weekly-content.xml
https://www.techrepublic.com/rssfeeds/articles/
https://galido.net/blog/feed/