This is a very simple tool for exporting your data from Feedly.
It uses puppeteer to retrieve your OPML export from the Feedly website. The advantage of this strategy over using the API is that you do not need an API token (which, if I understand correctly, have to be manually refreshed for free accounts).
- Install node.js and npm
npm install -g exporteer_feedly
export FEEDLY_EMAIL=your_account_email
export FEEDLY_PASSWORD=your_account_password
exporteer_feedly > out.opml.xml
This will write the OPML to the given file.
Bug reports and pull requests are welcome on GitHub at https://github.com/brokensandals/exporteer_feedly.
This is available as open source under the terms of the MIT License.