タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

pythonとgrowlに関するatm_09_tdのブックマーク (1)

  • Twitter Streaming APIをtweepyでGrowlに通知する

    勉強会とかでオフィシャルハッシュタグがある場合に、「タグ付きのtweetがプレゼンしているスクリーンに出ればいいのに」と思ったりしたことはありませんか? 僕はあります。 なので、引数に任意の文字列を渡すとフィルタリングした結果をGrowlに通知するようなものを作ってみた。 $ python tw_stream.py "#worldcup" 参考にしたのは以下のサイト PythonでGrowlを叩く joshthecoder / tweepy-examples Twitter to Growl Agent in Python pythontwitterのStreaming APIを使ってみた コード import sys,os import tweepy import Growl import simplejson import urllib2 import hashlib from pi

    Twitter Streaming APIをtweepyでGrowlに通知する
    atm_09_td
    atm_09_td 2010/06/26
    これは使えそう。
  • 1