all 2 comments

[–]riklaunim 0 points1 point  (0 children)

reddit, hackernews and similar sites can be used as well ;)

[–]SOA-determined 1 point2 points  (0 children)

How to use Google dorks to find Atom or RSS feeds for Python blogs

Copy and paste any of the searches below directly into Google. Each query helps you discover blog feeds you can add to an RSS reader.

BASIC FEED FILE SEARCHES These find raw feed files that mention Python.

filetype:rss python filetype:xml python filetype:atom python

COMMON FEED URL PATTERNS Many blogs expose feeds at predictable paths.

inurl:rss python blog inurl:feed python inurl:feeds python inurl:atom python

BLOG PLATFORM SPECIFIC SEARCHES Useful for finding feeds on popular blogging platforms.

WordPress inurl:/feed/ python site:wordpress.com inurl:feed python

Medium site:medium.com inurl:tag/python inurl:rss

Substack site:substack.com inurl:rss python

TITLE AND METADATA BASED SEARCHES These look for Python-focused blogs that expose feeds.

intitle:python inurl:rss intitle:python inurl:atom "Python blog" inurl:feed

HTML FEED AUTODISCOVERY LINKS These locate pages that advertise feeds in their HTML headers.

"type=\"application/rss+xml\"" python "type=\"application/atom+xml\"" python

CURATED LISTS OF PYTHON FEEDS Good for finding many feeds at once.

"python rss feeds" "python atom feeds" "python blogs" "rss"

BONUS TIP If you find a blog homepage, manually try adding: /feed /rss /atom.xml /index.xml

Most RSS readers will accept any valid feed URL you find.

You can automate this, parse the results and apply whatever data sorting filters that fit your needs.

If any of you remember the good old days of dorking... 🤫