SkillAgentSearch skills...

Feedpp

Feed Plus Plus - A C++ Feed Parser Library

Install / Use

/learn @kamarya/Feedpp
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Feed Plus Plus Build Status

A C++ feed parser library adapted from Newsbeuter. The goal is reusing the mature feed parser code and modernize it as a general purpose library.

Build and Install

mkdir release
cd release
../configure
make
make check

If you do not find the configure script in the package you may need to generate it by running autogen.sh.

A set of unit tests are included in src/unitest.cpp that may guide you as examples when using the library.

To install the library on your machine run make install. You may need to run ldconfig in order to update the shared library cache.

License

The original and the modified works are licensed under MIT/X Consortium License (refer to the file LICENSE included in this software package)

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated6mo ago
Forks5

Languages

C++

Security Score

67/100

Audited on Sep 21, 2025

No findings