RSS Feed Data Extraction API

A module library containing some APIs to get data existed in RSS Feed URLs

License

License

GroupId

GroupId

com.github.faroukbengharssallah
ArtifactId

ArtifactId

rss-parser-lib
Last Version

Last Version

1
Release Date

Release Date

Type

Type

jar
Description

Description

RSS Feed Data Extraction API
A module library containing some APIs to get data existed in RSS Feed URLs
Project URL

Project URL

https://github.com/FaroukBENGHARSSALLAH/rss-parser-lib
Source Code Management

Source Code Management

https://github.com/FaroukBENGHARSSALLAH/rss-parser-lib

Download rss-parser-lib

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.faroukbengharssallah/rss-parser-lib/ -->
<dependency>
    <groupId>com.github.faroukbengharssallah</groupId>
    <artifactId>rss-parser-lib</artifactId>
    <version>1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.faroukbengharssallah/rss-parser-lib/
implementation 'com.github.faroukbengharssallah:rss-parser-lib:1'
// https://jarcasting.com/artifacts/com.github.faroukbengharssallah/rss-parser-lib/
implementation ("com.github.faroukbengharssallah:rss-parser-lib:1")
'com.github.faroukbengharssallah:rss-parser-lib:jar:1'
<dependency org="com.github.faroukbengharssallah" name="rss-parser-lib" rev="1">
  <artifact name="rss-parser-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.faroukbengharssallah', module='rss-parser-lib', version='1')
)
libraryDependencies += "com.github.faroukbengharssallah" % "rss-parser-lib" % "1"
[com.github.faroukbengharssallah/rss-parser-lib "1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jsoup : jsoup jar 1.8.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

rss-parser-lib

RSS Feed Parser API.

vsersion 0

Some implemeted APIs:

  • ABC
  • Bloomberg
  • CNN
  • CNBC
  • Market
  • NBC

You can add your custom API by extending the abstrcat class RSSParser and the POJO News class.

Maven dependency :

    <groupId>com.github.faroukbengharssallah</groupId>
    <artifactId>rss-parser-lib</artifactId>
    <version>0</version>

vsersion 1

Some implemeted APIs:

  • CNBC

You can add your custom API by extending eitrh the abstrcat class RSSParser or JSRSSParser and the POJO News class.

Maven dependency :

    <groupId>com.github.faroukbengharssallah</groupId>
    <artifactId>rss-parser-lib</artifactId>
    <version>1</version>

Versions

Version
1
0