mhmmdq / Crypto-Screener

A small example of crawling another website and extracting the required information from it to save the website wherever we need it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Banner

A small example of crawling another website and extracting the required information from it to save the website wherever we need it

Description

This software runs using Laravel and VueJs There is a route to the home page (/) that executes the index method in Class App\Http\Controllers\CryptoPriceController ( In fact, it does nothing but display Home.blad.php )

Crawl

Crawling is done using the paquettg/php-html-parser class. In the crawlData method of the App\Http\Controllers\CryptoPriceController class, you can see the process.

The crawel operation is done once a day and is stored in a Json file with the name of the same day in Storage, and to access the file information every day, it is enough to get a request. Send route /api/get and get the result

About

A small example of crawling another website and extracting the required information from it to save the website wherever we need it

License:MIT License


Languages

Language:PHP 92.5%Language:Vue 5.6%Language:Shell 1.0%Language:Blade 0.9%