Skip to content

Instantly share code, notes, and snippets.

View BharatKalluri's full-sized avatar
🎯
Focusing

Bharat Kalluri BharatKalluri

🎯
Focusing
View GitHub Profile
@BharatKalluri
BharatKalluri / keybase.md
Created October 16, 2017 05:03
My Keybase proof

Keybase proof

I hereby claim:

  • I am bharatkalluri on github.
  • I am bharatkalluri (https://keybase.io/bharatkalluri) on keybase.
  • I have a public key ASAhCXbBO7VtiV3EZQ1HD-wUzArgwhRyFdMw_lG3_3qUrQo

To claim this, I am signing this object:

@BharatKalluri
BharatKalluri / Football.py
Created February 15, 2017 12:17
MatchScore Notification
import requests
from bs4 import BeautifulSoup
import subprocess
import time
def sendmessage(message):
subprocess.Popen(['notify-send', message])
return