This repo was created to find a Porsche 944 (Praying for a Turbo)! This car means a lot to me. My goal is to use python to find one that is in great shape and also has a good price!
When executing python code or installing python applications you should get into the practice of creating and managing python virtual environments.
This will allow you to run different versions of a python library while avoiding version conflicts. My preferred tool for python virtual environments is venv
There are tools out there. Remember to find what works best for you.
On Linux or Mac
python3 -m venv venv
source venv/bin/activate
On Windows
python3 -m venv venv
.\venv\Scripts\activate.bat
Once you have your virtual environment setup install the python libraries that are required for this repo.
pip install -r requirements.txt
Now that you have everything installed and updated you can execute the script.
python main.py
Note: This script has the ability to list search all cities or select from option of cities.
Here's an example of searching from a list of cities.
python main.py --city
To search all cities:
python main.py --all
NOTE: Performing this search
Sample output.
...
Some output has been omitted.
NOTE: In VScode you have the ability to view sqlite by installing
vscode-sqlite
Introverted Network Automation Engineer that is changing lives as a Developer Advocate for Cisco DevNet. Pythons scripts are delicious. Especially at 2am on a Saturday night.
My hangouts: