4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

pyrtm と RTM CLI を使う

Posted at

コマンドラインから Remember The Milk を使う方法です

First

API KEY と SHARED SECRET を取得
Non-commercial use
https://www.rememberthemilk.com/services/api/keys.rtm

pyrtm

% pip install pyrtm
% cd ./rtm/samples
% python app.py [API KEY] [SHARED SECRET]

url が出てくるのでそれをブラウザで開く 認証ボタンをクリックするとプロンプトに token が発行される

pyrtm test

% python app.py [API KEY] [SHARED SECRET] [TOKEN]
ウインドウが出てきたら成功

RTM CLI

http://www.davidwaring.net/projects/rtm.html

ここからダウンロード
https://bitbucket.org/dwaring87/rtm-cli/overview
2014-01-14 21 59 58

解答したフォルダに exec があるので usr/local/bin とかに置く

置いたディレクトリに移動してコマンド指定

% cd /usr/local/bin
% sudo chmod +x rtm
% rtm 

また url が出てくるのでアクセスして認証して enter
>> today
で今日のリストが出てくる

2014-01-14 21 32 31

cf.

http://t2y.hatenablog.jp/category/pyrtm

4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?