Skip to main content

Convert RSS feed to SQL database

Project description

RSS to SQL

Preserving your subscribed RSS feeds into a relational database. View docs for specification

Installation

pip install rss2sql

Attention: connector friends of SQLAlchemy need to be installed manually.

Usage

Within code

from rss2sql import SQL
SQL('/path/to/configuration','uri://of:your@own/database').fetch()

Within commandline

python rss2sql.py -c /path/to/configuration -d uri://of:your@own/database --hide_banner

Discover mode

Configuration file is needed, omit the field section, and run

python rss2sql.py -c /path/to/configuration  --discover

the configuration file should look like

rss:
  url: http://songshuhui.net/feed
sql:
  tablename: nyaa

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rss2sql-1.0.4.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

rss2sql-1.0.4-py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page