Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 507 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 507 Bytes

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