Skip to content

Instantly share code, notes, and snippets.

@inoshiro
inoshiro / create_list.py
Created January 21, 2012 08:11
create twitter list from connpass event
>>> import from_connpass
>>> content = from_connpass.getContent("http://connpass.com/event/213/")
>>> users = from_connpass.getidlist(content)
OUT: get id: tmae
OUT: get id: noguchi616
OUT: get id: th0x0472
# 長いので省略
OUT: get id: utsuidai
OUT: get id: n0ts
OUT: get id: matetsu
7つの言語 7つの世界 のセルフスタディで書いたコード。