Socket
Socket
Sign inDemoInstall

rss2sql

Package Overview
Dependencies
4
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    rss2sql

Convert RSS feed to SQL database


Maintainers
1

Readme

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

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc