Skip to content

Instantly share code, notes, and snippets.

View amritghimire's full-sized avatar

Amrit Ghimire amritghimire

View GitHub Profile
@skshetry
skshetry / result_check.py
Last active June 7, 2021 13:55
Python script that provides notification when result has arrived.(For IOE, using selenium and chromium driver. Providing notification using notify2 in GNOME)
import time # to sleep for some time
import logging #logging
from selenium import webdriver #selenium
from gi.repository import Notify #to provide notifications in GNOME
##################################################### Requirements ################################
#selenium
#chromedriver(bundled with chromium, separately available for google-chrome)
###################################################################################################
# config options