Skip to content

BP oil price scrapper that takes prices from specific oil station and stores them in MongoDB database. Visualizes the data.

Notifications You must be signed in to change notification settings

Zeptosec/BPScrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BPScrapper

This is a project which log prices of BP. All logs are written in database for safekeeping. Then you can use other programs for visualizing data or just informing yourself about great deals!

How to use it?

First clone it with:

git clone https://github.com/Zeptosec/BPScrapper.git

Then install modules:

npm i

Setup env file as shown in .env.example file and run:

npm start

Then access one of the api links /api/getprices?pass=yourpass. For the first time you will get an error, but this will create a collection and a document in your database. Go update that document with correct values in your database and then you can use it normally without errors.

About

BP oil price scrapper that takes prices from specific oil station and stores them in MongoDB database. Visualizes the data.

Topics

Resources

Stars

Watchers

Forks