https://github.com/litee/feedlyhelper
Command-line utility for working with Feedly
https://github.com/litee/feedlyhelper
Last synced: 9 months ago
JSON representation
Command-line utility for working with Feedly
- Host: GitHub
- URL: https://github.com/litee/feedlyhelper
- Owner: Litee
- License: mit
- Created: 2016-05-15T19:34:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-04T11:24:50.000Z (almost 10 years ago)
- Last Synced: 2025-03-15T17:44:10.731Z (about 1 year ago)
- Language: C#
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FeedlyHelper
Command-line utility for working with Feedly. At the moment I am using it to automatically mark low interest (engagement) items as read.
# How to use:
Go to Feedly developer zone, get user ID and authentication token: https://developer.feedly.com/v3/developer/
Run FeedlyHelper.exe without parameters - it will automatically create FeedlyHelper.ini file next to .exe. Save user ID and authToken into this file.
Finally, run FeedlyHelper.exe:
`FeedlyHelper.exe mark-as-read --category [--engagement-less-than ] [--no-confirmation] [--interval-minutes ] [--min-entry-age-days ]`
If --interval-minutes parameter is not specified then tool will exit after single run. Otherwise it will keep running.
Example: `FeedlyHelper mark-as-read --category "News" --engagement-less-than 100 --no-confirmation --interval-minutes 60 --min-entry-age-days 1`