A web scrapper that looks up for the warranty of a product on the Lookup Warranty website.
- Clone the repo and go to the directory.
$ git clone https://github.com/AriDevK/Lookup-Warranty-Scrapper.git
$ cd Lookup-Warranty-Scrapper
- Initialize and activate a virtualenv.
$ virtualenv venv
$ source venv/bin/activate
- Install the dependencies:
$ pip install -r ./requirements.txt
- Move to the src directory and execute the main.py file to look the parameters.
$ cd src
$ python ./main.py -h
You can contribute to the development or improvement of this app and it will be much appreciated if you do 🥰
- Fork or Clone this repo
- Magic Magic Magic ✨✨✨
- Create a new pull request