Skip to content

Instantly share code, notes, and snippets.

View kagamimoe's full-sized avatar
🌴
On vacation

kagamimoe

🌴
On vacation
View GitHub Profile

Keybase proof

I hereby claim:

  • I am kagamimoe on github.
  • I am kagamimio (https://keybase.io/kagamimio) on keybase.
  • I have a public key whose fingerprint is EA8F 8665 71BD 02FB 3624 8143 19F4 B9E9 ED17 8F53

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am kagamimoe on github.
  • I am kagamimoe (https://keybase.io/kagamimoe) on keybase.
  • I have a public key ASCo6u0b0pC0OESrWox4cIKepHXWeZXENeJOLXwhqm3V7wo

To claim this, I am signing this object:

# -*- coding: utf-8 -*-
import urllib2
import sys, smtplib, poplib
from email.mime.text import MIMEText
reload(sys)
sys.setdefaultencoding('utf-8')
from bs4 import BeautifulSoup
@kagamimoe
kagamimoe / gist:42a3f1b8ff1dc60304b43e9bc64409cf
Last active July 30, 2017 05:17
a python crawler to find the job information
# -*- coding: utf-8 -*-
import urllib2
import sys, smtplib, poplib
from email.mime.text import MIMEText
reload(sys)
sys.setdefaultencoding('utf-8')
from bs4 import BeautifulSoup