Skip to content

Aritra0101/AnyTrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

hey gpt I have came to face a problem that is there are many online package delivery services but to track a delivery we need to visit each and every site and search for the package individually but if there was a python app which could track all our package deliveries at the same time......

how about that...


That's a fantastic idea! Creating a Python app to track multiple package deliveries across various services would save a lot of time and effort. Here’s a high-level approach on how such an app could be developed:

  1. Objective ->

    Build a Python app that:

    • Tracks packages from multiple delivery services.
    • Provides a unified interface where users can enter tracking numbers for different couriers.
    • Aggregates the status of all packages in one place.
  2. Approach ->

  1. Required Libraries Some useful Python libraries you may need:

    • Requests: For making API requests.
    • BeautifulSoup/Selenium: For web scraping (if needed).
    • Flask/Django: For a web-based interface.
    • SQLAlchemy: For database interaction if you're storing user data.
  2. Basic Workflow

    • Input Tracking Number: User inputs a tracking number and selects the courier.
    • Fetch Status: App calls the courier's API or scrapes the tracking page.
    • Display Status: Show the current status of the package in a consolidated view.
    • Regular Updates: The app checks periodically for status updates.
    • Notifications: Notify the user of any changes in the package’s status.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors