Drkcore

27 05 2010 Python twitter Tweet

Pythonでtwitpicに写真を投稿する

python-twitpicというものがあった。twitpicはデイレクトリになってて__init__.pyとかあるけど、直接twitpic.pyをimportする方向で。

#!/Usr/bin/env python
# -*- encoding:utf-8 -*-

import twitpic
twit = twitpic.TwitPicAPI('xxxx', 'xxxx')
twitpic_url = twit.upload('twitter.png', message='test from python', post_to_twitter=True)
print twitpic_url

数行で画像投稿しつつtwitterにもpostできる。

About

  • もう5年目(wishlistありマス♡)
  • 最近はPythonとDeepLearning
  • 日本酒自粛中
  • ドラムンベースからミニマルまで
  • ポケモンGOゆるめ

Tag

Python Deep Learning javascript chemoinformatics Emacs sake and more...

Ad

© kzfm 2003-2021