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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rss2sql-1.0.4.tar.gz.
File metadata
- Download URL: rss2sql-1.0.4.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78cd2b1be88ec88590512afad353d79fe560ad150a344c7da94add0c1bc67a91
|
|
| MD5 |
be67e0569ebad681e1a9e473b70824b8
|
|
| BLAKE2b-256 |
901be59c711693acfd8c98683625b08706107b89491373dda10c42ef30e2831b
|
File details
Details for the file rss2sql-1.0.4-py3-none-any.whl.
File metadata
- Download URL: rss2sql-1.0.4-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86ab7c2fe5489eee8cfcead4d204384d7565d4b90f84834755447ffca4344591
|
|
| MD5 |
3c335ed67144222ec1459ff99fd64a35
|
|
| BLAKE2b-256 |
75c8eec611aa801f323fc635bb617b2f1dd4d106a258535ac7070d3d544072c0
|