Use pyrtm and RTM CLI

How to use Remember The Milk (https://www.rememberthemilk.com/) from the command line

First Get API KEY and 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]

A url will appear, so open it in your browser Click the authentication button and a token will be issued at the prompt

pyrtm test % python app.py [API KEY] [SHARED SECRET] [TOKEN] Success when a window appears

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

Download from here https://bitbucket.org/dwaring87/rtm-cli/overview 2014-01-14 21 59 58

There is an exec in the answer folder, so put it in ʻusr / local / bin`

Move to the directory where you placed it and specify the command

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

In addition, url will appear, so access and authenticate and enter >> today And today's list comes out

2014-01-14 21 32 31

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

Recommended Posts

Use pyrtm and RTM CLI
Use SQLAlchemy and multiprocessing
Use and integration of "Shodan"
Use instance method and class method properly
How to install and use Tesseract-OCR
[Python / matplotlib] Understand and use FuncAnimation
Read and use Python files from Python
Throw away curl and use httpie
[Note] WSL2 kernel build and use
How to use .bash_profile and .bashrc
How to install and use Graphviz