filmov
tv
Scraping and Tracking Gold Prices using Python - part 15

Показать описание
# GoldPriceTracker
Scraping and Tracking Gold Prices using Python
## Description
This tools is intended t show how to scrape information from multiple websites and track the price of gold.
The tool will scrape the price of gold from multiple websites and store the information in a JSON file.
The tool will also display the price of gold in a graph across the time, and intended at the end to be run as a cron job to track the price of gold.
Could be installed on a Raspberry Pi and connected to a screen to display the price of gold.
or could be installed on a server and send the information to a website, or to a mobile app.
## More Advanced Code refactoring !!
Scraping and Tracking Gold Prices using Python
## Description
This tools is intended t show how to scrape information from multiple websites and track the price of gold.
The tool will scrape the price of gold from multiple websites and store the information in a JSON file.
The tool will also display the price of gold in a graph across the time, and intended at the end to be run as a cron job to track the price of gold.
Could be installed on a Raspberry Pi and connected to a screen to display the price of gold.
or could be installed on a server and send the information to a website, or to a mobile app.
## More Advanced Code refactoring !!