Skip to content

Instantly share code, notes, and snippets.

View Dunnomix's full-sized avatar

Javier Mejias Dunnomix

View GitHub Profile
@Dunnomix
Dunnomix / servientrega_tracker.py
Created July 6, 2020 16:45
Servientrega Selenium Scraper Tracking
#!/usr/bin/env python3.7
"""
This program checks a tracking ID on servientrega.com
The Outcome will be sent via Telegram to the TELEGRAM_CONTACT_ID of your preference
Change Debug to False to avoid printing information on the shell
Set your desired WAIT_MINUTES time for the loop
And make sure you use your desired SERVIENTREGA_TRACKING_ID
@Dunnomix
Dunnomix / bancolombia-ui-config.png
Last active September 26, 2019 03:54
This is a simple python UI for the Bancolombia balance checker. see https://gist.github.com/idontcar3/351776daf2565e7de677a7db0ba08c44
bancolombia-ui-config.png
@Dunnomix
Dunnomix / bancolombia-accounter.py
Created August 29, 2019 16:07
This is used to notify me when my bank balance gets updated. Because the bank won't send me SMS
import json
import requests
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.support import expected_conditions as EC
from selenium.webdriver.support.ui import WebDriverWait
try:
# access default config