Evernote API in Python

I made a command in python to send standard input to evernote. On New Year. I left it as it was, but it was empty that no one would use it even though I made it, so I improved it and released it.

https://github.com/ngc224/everstdin

Can be used like this

$ echo 'Note Content' | everstdin

$ tail -f /var/log/access_log | everstdin -t 'apache access log'

$ cat /etc/nginx/nginx.conf | everstdin --tags nginx,config --notebook linux

$ everstdin -t 'localhost hosts file' < /etc/hosts

I was stuck trying to deal with things like tail -f that can't be terminated without sending a signal, When I thought about it, I just wrote it finally. .. I was impressed by the convenience of argparse I'm glad that the developer page of evernote api was easy to understand

Recommended Posts

Evernote API in Python
C API in Python 3
Hit Mastodon's API in Python
Blender Python API in Houdini (Python 3)
Get Evernote notes in Python
Getting the arXiv API in Python
Hit the Sesami API in Python
Create Gmail in Python without API
Hit the web API in Python
Quickly implement REST API in Python
Access the Twitter API in Python
Quadtree in Python --2
Python in optimization
CURL in python
Geocoding in python
SendKeys in Python
Meta-analysis in Python
Unittest in python
Epoch in Python
Discord in Python
Sudoku in Python
DCI in Python
quicksort in python
nCr in python
N-Gram in Python
Programming in python
Plink in Python
Constant in python
Lifegame in Python.
FizzBuzz in Python
Sqlite in python
StepAIC in Python
N-gram in python
LINE-Bot [0] in Python
Csv in python
Disassemble in Python
Reflection in Python
Constant in python
nCr in Python.
format in python
Scons in Python3
Puyo Puyo in python
python in virtualenv
PPAP in Python
Quad-tree in Python
Reflection in Python
Chemistry in Python
Hashable in python
DirectLiNGAM in Python
LiNGAM in Python
Flatten in python
flatten in python
Mouse operation using Windows API in Python
Try using the Kraken API in Python
Tweet using the Twitter API in Python
Get Google Fit API data in Python
Get Youtube data in Python using Youtube Data API
Quickly try Microsoft's Face API in Python
Try hitting the YouTube API in Python
Sorted list in Python
Daily AtCoder # 36 in Python