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
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
cf. http://t2y.hatenablog.jp/category/pyrtm
Recommended Posts