This python code scrapes data from IOCL's website, and stores the data for all its fuel stations in the archive folder.
The fuel stations have location data, as well as current fuel prices.
The code requires requests
- Install python 3.10 or higher if you don't have it
- Install the
requests
package - Run the code by running something like
python3 getIOCL.py
- ???
- Profit