Skip to content

Instantly share code, notes, and snippets.

View gtsatsis's full-sized avatar
👀
https://gitlab.com/george

George Tsatsis gtsatsis

👀
https://gitlab.com/george
View GitHub Profile
@gtsatsis
gtsatsis / courier_gr.py
Last active May 1, 2021 10:29
This is a commandline application to track packages from courier.gr (made specifically for Windows, but should work with *NIX with a slight modification to L53).
import os
import time
import requests
from datetime import datetime
from bs4 import BeautifulSoup
tracking_number = input("Tracking Number? => ")
while True: