Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/faysal-ishtiaq/tutscraper
A demo app that can crawl through websites and collects tutorial based on selected category list.
https://github.com/faysal-ishtiaq/tutscraper
Last synced: 9 days ago
JSON representation
A demo app that can crawl through websites and collects tutorial based on selected category list.
- Host: GitHub
- URL: https://github.com/faysal-ishtiaq/tutscraper
- Owner: faysal-ishtiaq
- Created: 2017-07-07T13:33:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T18:39:54.000Z (almost 2 years ago)
- Last Synced: 2024-03-22T08:59:31.891Z (11 months ago)
- Language: CSS
- Size: 919 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tutscraper
A demo app that can crawl through websites and collects tutorial based on selected category list.About
This website crawls through websites and collects posts based on selected category. And show them categorically.
What was used?
- Laravel Framework
- Bootstrap
- Bootstrap DateTimePicker
- jQuery
- Laravel artisan command
- Laravel Pagination
- Laravel Queue
- Laravel Task Scheduler/Scheduled Jobs (Cron Job)
- Laravel CRUD using ORM
- Laravel One to Many, One to One relationship.