A CLI for tracking packages from USPS.
Project description
iiPythonx / USPS
A CLI for tracking packages from USPS (with crude support for UPS packages).
Installation
uv pip install usps-cli
# or, install from dev:
uv pip install git+https://github.com/iiPythonx/usps
Usage
[!IMPORTANT]
For UPS packages, USPS-cli only support the1Z
version of UPS tracking numbers right now.
Get the tracking information for a package:
usps track 9400100000000000000000
Add a tracking number to your package list:
usps add 9400100000000000000000
Remove a tracking number from your package list:
usps remove 9400100000000000000000
Show all your current packages:
usps track
Add a name to a package:
$ usps name 9400100000000000000000 "Amazon Package"
# If you don't specify name, it will prompt for one.
$ usps name 9400100000000000000000
Choose a package name: Amazon Package
Remove the name from a package:
usps name --erase 9400100000000000000000
For more details, run usps --help
.
Requirements
[!NOTE]
If you only plan to track UPS packages, you can skip installing a selenium driver.
Since this package uses selenium for challenge solving, you'll need to install a Gecko-based browser and geckodriver.
Feel free to modify the code to use Chromium instead if you prefer it.
If you're on Arch: sudo pacman -S firefox geckodriver
,
How it works
- Selenium goes to the USPS tracking website, completing the JS challenge and saving the cookies.
- This client saves that request data to a JSON file for reuse (speeds up the client dramatically).
- Next, requests pulls the page from USPS using our saved cookies and parses it with BeautifulSoup.
- Apply some basic scraping and there you go, a USPS tracking client.
It's worth noting I scrape USPS because their APIs get basically no support, require the creation of business accounts and filling out every piece of information about yourself, and even then you have to request explicit access to the tracking API.
Triggered?
If you're a USPS web tools representative or something and have a problem with this repository, shoot me an email: ben@iipython.dev.
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
File details
Details for the file usps_cli-0.8.7.tar.gz
.
File metadata
- Download URL: usps_cli-0.8.7.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b9c7642f19fedda1aa0b9973db802d0a2d324fc3f73da55c04886e73b0e1a8e |
|
MD5 | 64d6a25e510c8683d4387bf17a0d3ae9 |
|
BLAKE2b-256 | 73df1182019fadc01f9d579d9bf6a610028e4a0589470141c358ac92ef09ab9c |
File details
Details for the file usps_cli-0.8.7-py3-none-any.whl
.
File metadata
- Download URL: usps_cli-0.8.7-py3-none-any.whl
- Upload date:
- Size: 12.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | adb2684ed4e97903d5869453586c6e58e76bbbac86cc48302d34b83fa01bc3dc |
|
MD5 | 2dc27d02d6d73458d2c1b55e5791dcbc |
|
BLAKE2b-256 | d57383c19c9425e1dddd36992c783812f355fbd7ec8839d7ed24d7d747b3a02e |