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
Release files for rss2sql 1.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| rss2sql-1.0.4.tar.gz | 4.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| rss2sql-1.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.4 kB
Release files / rss2sql-1.0.4.tar.gz
| Download URL | rss2sql-1.0.4.tar.gz |
|---|---|
| Size | 4.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
78cd2b1be88ec88590512afad353d79fe560ad150a344c7da94add0c1bc67a91
|
|
BLAKE2b-256 checksum How to use checksums |
901be59c711693acfd8c98683625b08706107b89491373dda10c42ef30e2831b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / rss2sql-1.0.4-py3-none-any.whl
| Download URL | rss2sql-1.0.4-py3-none-any.whl |
|---|---|
| Size | 5.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
86ab7c2fe5489eee8cfcead4d204384d7565d4b90f84834755447ffca4344591
|
|
BLAKE2b-256 checksum How to use checksums |
75c8eec611aa801f323fc635bb617b2f1dd4d106a258535ac7070d3d544072c0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|