Skip to main content

Retrieve a RSS feed given an URL.

Project description

RSS Digger

RSS Digger is a Python library designed to help you discover RSS feeds from any given URL. Whether you're working with YouTube channels, subreddits, blogs, or other platforms, RSS Digger simplifies the process of finding and extracting RSS feed links.

With RSS Digger, you can:

  • Automatically detect RSS feeds from a variety of sources.
  • Handle complex URLs like YouTube channels, subreddits, and more.
  • Easily integrate RSS feed discovery into your projects.
pip install rss-digger

Quickstart

import asyncio

from rss_digger import get_rss_feeds_for


async def main():
  rss_url = "https://realpython.com"
  rss_links = await get_rss_feeds_for(url=rss_url)

  print(rss_links)  # ["https://realpython.com/atom.xml", ]


if __name__ == "__main__":
  asyncio.run(main())

Features

... Blogs and Websites: Detect RSS feeds from blogs and news websites.

Asynchronous: Built with asyncio for efficient, non-blocking operations.

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

rss_digger-0.1.3.tar.gz (5.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

rss_digger-0.1.3-py3-none-any.whl (7.2 kB view details)

Uploaded Python 3

File details

Details for the file rss_digger-0.1.3.tar.gz.

File metadata

  • Download URL: rss_digger-0.1.3.tar.gz
  • Upload date:
  • Size: 5.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for rss_digger-0.1.3.tar.gz
Algorithm Hash digest
SHA256 843c734587276e49d707aeebb680a9510e4e94ce9789fceeefa76d57753cd91c
MD5 3749ab4e3df8f75cda3a3792724416f9
BLAKE2b-256 a312f3c6a99f491dd801f8547ba77735741af4820adcf19d9733970d99e3b1ad

See more details on using hashes here.

File details

Details for the file rss_digger-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: rss_digger-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 7.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for rss_digger-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 d73a21375a2436c27ddbe0b25530f8449c24203da94067c2e250eb5a2e562236
MD5 034dda77cea00e6f9ddbae1c8ca0de7e
BLAKE2b-256 d17030f0a2de0731c0bb898de03f582fc19cb91e984d1f4a1a7567c8b95ce0bd

See more details on using hashes here.

Supported by

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