Skip to content

Latest commit

 

History

History
77 lines (54 loc) · 1.35 KB

README.en.md

File metadata and controls

77 lines (54 loc) · 1.35 KB

qiidly

Sync Qiita feeds for followees and following tags to Feedly.

Setup

Libraries

$ pip install -r requirements.txt

API Access token

Qiita access token

Feedly developer access token

Usage

$ python -m qiidly.command_line -h
usage: command_line.py [-h] -q QIITA_TOKEN -f FEEDLY_TOKEN

qiidly: Qiita to Feedly.

optional arguments:
  -h, --help            show this help message and exit
  -q QIITA_TOKEN, --qiita-token QIITA_TOKEN
                        Qiita access token
  -f FEEDLY_TOKEN, --feedly-token FEEDLY_TOKEN
                        Feedly developer access token
$
$ ./qiidly.sh  # == python -m qiidly.command_line -q $QIITA_TOKEN -f $FEEDLY_TOKEN
## Category at Qiita: 'Qiita:tags'
+ linebot
- gwt
+ onsenui	=> categories['dummy', 'Qiita:tags']
- Cytoscape	=> categories['dummy']

Sync following tag feeds at Qiita to Feedly? [y/n] y
Done!
## Category at Qiita: 'Qiita:followees'
- uraxy

Sync to Feedly? [y/n] y
Done!
$

Tests

$ python -m unittest discover tests

License

MIT License