Skip to content

Instantly share code, notes, and snippets.

View pocketwalker's full-sized avatar

Bill Yeu pocketwalker

View GitHub Profile
@pocketwalker
pocketwalker / watchop.py
Created September 1, 2012 01:06 — forked from anonymous/watchop.py
making it easy to watch one piece
#!/usr/bin/python
#coding=utf-8
from bs4 import BeautifulSoup
import sys, re
import urllib, urllib2
import xml.etree.ElementTree as ET
import webbrowser
#import codes, Queue, threading, time
def spider(net):