# Functions
Add a new feed to the database.
Delete a feed by a feedID parameter.
Check for a feed if it exists by its url returns true if exists and false if it does not.
No description provided by the author
Get all unpublished feed data from the database, this will contain all feeds which were not yet posted to the specific channels.
This function requests the RSS Feed, parses and processes the data.
This channel is used for getting the feed updates from the database Here we send all the feed data to the channel.
This function checks for the URL if it is contained in the feedData table We use this function to not write the same feed data into the table twice.
Get a list of all Feeds added to the database.
List all feeds added to the database, filter by userID and chatID.
This channel is use for getting all the unpublished feed data from the database We write all the unpublished feed data into the channel.
This function updates the Feed data and sets the respective feed data entry to published.
This function writes new feed data to the database.