mohammadtaghizadeh commited on
Commit
a51615f
1 Parent(s): 33e70ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -59,3 +59,6 @@ You can access the dataset in 3 ways.
59
 
60
  dataset = load_dataset("mohammadtaghizadeh/Dollar_Rial_Price_Dataset")
61
  ```
 
 
 
 
59
 
60
  dataset = load_dataset("mohammadtaghizadeh/Dollar_Rial_Price_Dataset")
61
  ```
62
+
63
+ ## Crawler: How to Update Dataset
64
+ The important point of this dataset is that we also published our price extractor **crawler** in this project, which you can run at any time to update the dataset. To run this crawler, you need to install your system's **webdriver** so that the **Selenium** crawler can extract the new data.