- Scott Chacon on the Interwebs(リンク切れ)
- Scott Chacon on the Interwebs
- GitHub Flow - The best way to use Git and GitHub
31 Aug 2011
| # not pretty, I quickly moved to another idea | |
| # not involving the Twitter stream. Good starting | |
| # point. | |
| import re | |
| import base64 | |
| import socket | |
| import asyncmongo | |
| from tornado import ioloop | |
| from tornado import iostream |
| #!/usr/local/bin/python | |
| # encoding:utf-8 | |
| import tweepy | |
| from time import sleep | |
| import pickle | |
| def psave(fname,obj): pickle.dump(obj,open(fname,"w")) | |
| def pload(fname): return pickle.load(open(fname)) |