An automated search for the Pick N Pull website.
Project description
Purpose
The main purpose of this API is to automate a search for vehicles sitting in Pick N Pull lots around the world. It makes it far easier to setup a program to check every so often for new additions to these lots so you don't miss any parts or let it get ruined by rain.
Using this API
To use the API in your own python file:
- Import the class:
from picknpull import PickNPull - Create an instance of the class with your vehicle's make and model
pnp = PickNPull(model, startYear = None, endYear = None, zipcode = "95648", searchRadius = "50", verbose = False)
-- model - current options include and are limited to:
-- "IS300"
-- "WRX"
-- "IMPREZA"
-- "ACCORD"
-- startYear - the first year to include in your search. Must also include an endYear
-- endYear - the last year to include in your search. Must also include a startYear
-- zipcode - the zip code to search around
-- searchRadius - the radius around the zip code to search
-- verbose - boolean to determine if print statements will print
3. Call the desired function:
-- search() - returns count of vehicles found in radius as a string
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file picknpull-0.1.1.tar.gz.
File metadata
- Download URL: picknpull-0.1.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4dfa71c78df0a70ba6f9ad56af60cd1dbbd7cfedf3fc6aeda1997946985f2552
|
|
| MD5 |
187d49a0fb377d94ab0f0d582a410204
|
|
| BLAKE2b-256 |
1cf82edc902a5dff58bb577e056658d557b69bdb212a21eb5cc9a8433301eeab
|
File details
Details for the file picknpull-0.1.1-py3-none-any.whl.
File metadata
- Download URL: picknpull-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cace4a095048cbc8fb707280bb816505c04654b33a072c560e2169ab88786184
|
|
| MD5 |
53848279a13db0e8039713efe2b45660
|
|
| BLAKE2b-256 |
ff9654b889e764b889adf28b79722368ab3097b504d8239522630be07109b483
|