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
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.1.tar.gz.
File metadata
- Download URL: rss2sql-1.0.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a68f8a9de6b8b4f914584cb3882f1e9b13377d8bfe6bd54afa5f774b01a509d7
|
|
| MD5 |
49e4cfb8c9c7ba9bc0f9c7973d4e984d
|
|
| BLAKE2b-256 |
f978ee803201190aa5c62fc96f443bbc02ad7547bd9ebbb27b667278a99ceeba
|
File details
Details for the file rss2sql-1.0.1-py3-none-any.whl.
File metadata
- Download URL: rss2sql-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47d88c240ab96dabe83a47dfe38553df8991c392373a24e7eb833366066812b1
|
|
| MD5 |
695a8c6bc782ce9d64d72fb65d2419d7
|
|
| BLAKE2b-256 |
2d7938f0511f7201f311cc1385f4925e774d5ca6eef1afee0839fbddc461c82a
|