This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#If you system lacks any module, install it by help of google. | |
#further details in blog. | |
import sys, os | |
from sys import argv | |
from win32api import * | |
from win32gui import * | |
import urllib2 | |
import json | |
import time | |
import win32con |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#If you system lacks any module, install it by help of google. | |
#further details in blog. | |
from sys import argv | |
import urllib2 | |
import json | |
import time | |
import pynotify | |
script , friends = argv | |
txt = open(friends).read() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#If you system lacks any module, install it by help of google. | |
#further details in blog. | |
from sys import argv | |
import urllib2 | |
import json | |
import time | |
import easygui | |
script , friends = argv | |
txt = open(friends).read() |