Feedbin API Wrapper
The goal of this project is to make a library and CLI to interact with Feedbin's API.
Feel free to use this library. It is not a complete wrapper on the API but it works for my purposes. I may expand it later.
If something is missing that you need feel free to submit a PR and if you need help crafting a PR open an issue and I will help out. :-)
How to Use
You will need to provide your FEEDBIN_EMAIL
and FEEDBIN_PASSWORD
as environment variables. I may change this in the future to use a more convenient configuration mechanism but this works for me in Bash.
export FEEDBIN_EMAIL="email@example.com"
export FEEDBIN_PASSWORD="PASSWORD"
TODO
- delete subscription
- change title of subscription
- get stared entries
- create tag
- delete tag
- make CLI