Skip to content

Commit

Permalink
main
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-geeks committed Aug 1, 2023
1 parent fe2dc2f commit baa1517
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Dataset of grocery(vegetables) which includes its daily price📈,MRP,etc in an
* [Potato🥔](https://github.com/andrew-geeks/online-grocery-prices-in-Bangalore/blob/main/datasets/potato1kgprice_dataset.csv) _22-06-2022 onwards(price per kg)_.
* [Onion🧅](https://github.com/andrew-geeks/online-grocery-prices-in-Bangalore/blob/main/datasets/onion1kgprice_dataset.csv) _19-12-2022 onwards(price per kg)_.
* [Tomato🍅](https://github.com/andrew-geeks/online-grocery-prices-in-Bangalore/blob/main/datasets/tomato1kgprice_dataset.csv) _01-08-2023 onwards(price per kg)_.
* [Carrot🥕](https://github.com/andrew-geeks/online-grocery-prices-in-Bangalore/blob/main/datasets/carrot1kgprice_dataset.csv) _01-08-2023 onwards(price per kg)_.

## How are they mined?
We use Selenium library to scrape data from an online site(bigbasket) and store it in csv files. The process is simple and is automated🤖 using GitHub actions. The code runs at 12:00hrs IST in a daily basis. The code is open-source and can be reused. Citations required..
Expand Down
1 change: 1 addition & 0 deletions datasets/carrot1kgprice_dataset.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Date,Month,MRP,ActualPrice,Discount%
3 changes: 3 additions & 0 deletions list.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
},
{
"tomato1kg":"https://www.bigbasket.com/pd/10000203/fresho-tomato-local-1-kg/"
},
{
"carrot1kg":"https://www.bigbasket.com/pd/10000070/fresho-carrot-orange-1-kg/"
}
]

Expand Down

0 comments on commit baa1517

Please sign in to comment.