Skip to content

nichmorgan/Cloud-Prices-Crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages