Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 531 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 531 Bytes

Cloud-Prices-Crawler

Crawler to track cloud hosting prices.

Target sources:

  1. Vultur (VC2 only):
    www.vultur.com/pricing/

  2. Digital Ocean (Standard only):
    www.digitalocean.com/pricing/

Usage

python main.py [-h] [--print] [--save_csv] [--save_json]

optional arguments:

  • -h, --help
    show this help message and exit

  • --print
    Print results in the screen.

  • --save_csv
    Save the data in csv file.

  • --save_json
    Save the data in json file.