A simple bot that automatically redirects Post.at shipments to your doorstep instead of distant pickup stations.
Post.at often claims you're never home and sends packages to pickup stations far away.
You can set a preference to have them delivered to your door, but it only works if you do it for each shipment individually.
- Automatic shipment redirection
- Simple configuration
- Runs quietly in the background
-
Clone the repository:
git clone https://github.com/anditv21/FinallyAtYourDoorCLI.git cd FinallyAtYourDoorCLI -
Install dependencies:
pip install aiohttp colorama
-
Create configuration: Create a
config.jsonfile in the project directory:{ "email": "your.email@example.com", "password": "your_password" }
Run the bot with:
python main.pyThe bot will continuously check for shipments that need redirection and handle them automatically.
The config.json file stores your login credentials. Tokens are saved automatically after the first run.
Developed with 💖for a better postal experience
