Skip to content

HunterX is a CLI tool that is used to compare prices on products. Users can save deals to an account and view it at any time.

Notifications You must be signed in to change notification settings

QuentinRK/HunterX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HunterX

Table Contents

Technologies

  • Python 3.8.3
  • PostgreSQL
  • Docopt

Search

Running the search command returns various prices pertaining to the specified product. An option menu is generated that displays search results for the product, once an option has been selected a table is returned listing sellers, prices and availability.

$ ./hunterx.py search product

My Project GIF

Save

To save the cheapest deal in stock, the optional flag -s or --save can be used with the search command. If you have an existing account the deal will be added to your account, otherwise a new account is created.

$ ./hunterx.py search product -s

My Project GIF

View

To view all of the saved deals for an account, the view command can be used followed by the username. For validation a password is required.

$ ./hunterx.py view username

My Project GIF

Clear

To clear all the deals in your account the -d or --delete flag can be used.

$ ./hunterx.py view username -d

My Project GIF

Delete

The -d flag can also be used with the account command to permanently delete the account

$ ./hunterx.py account username -d

My Project GIF

About

HunterX is a CLI tool that is used to compare prices on products. Users can save deals to an account and view it at any time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages