Skip to content

dwu/feedfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FeedFinder

Description

  • Gets a list of HTTP(s) URLs from an input file
  • Fetches each page via GET
  • Extracts the URLs of linked RSS and ATOM feeds and prints them to stdout

Dependencies

Usage

$ python feedfinder.py <input.txt>

Command line arguments:

  • --user-agent: perform HTTP requests with defined user agent
  • --no-check-certificate: ignore SSL certificate validation errors

About

Extract feed URLs from web pages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages