An ncurses based client for Feedly.
First run autogen.sh script.
Then run your standard make commands. Here is a one liner:
./configure && make && sudo make install
Due to the fact that this is open source, the administrators at Feedly have asked me to use their developer tokens instead of giving me a client secret. To explain, if I were to use a client secret I would need to distribute it along with the source code. This is an obvious security risk and I am going to keep this project open source, hence this new method.
Unfortunatley, as of now, the Developer tokens have an expiration of three months. This means that you must create a new one every three months.
I have modified Feednix to help you with this. IT CANNOT DO THIS AUTOMATICALLY since developer tokens involve sending you an email to retrive them.
- F1 : Exit
- Enter : open post preview
- o (lower case) : Open post link in console (currently using w3m)
- O (upwer case) : Open post link in Browser (user default)
- r : Mark post read
- u : Mark post unread
- A : mark all posts read
- R : Refresh category
- Enter : Fetch Stream (Retrive post by category)
- A : Mark category read
- R : Refersh highlighted category (Retrive post by category)
Please visit this page for details.