Skip to content

Instantly share code, notes, and snippets.

@brawaga
brawaga / rinkeby.txt
Last active August 10, 2017 03:00
CAUTION! It is test account on rinkeby, BE CAREFUL not to transfer ether to this account in the real network.
0x20a59Eb840A9193276801Ec338875d4b05F1f45f
#!/usr/bin/python2
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import re
from BeautifulSoup import BeautifulSoup
import chardet
from tornado.httpclient import AsyncHTTPClient
import tornado.ioloop