Skip to content

A simple command line script to help you keep track of site updates

Notifications You must be signed in to change notification settings

andrewshen/pyfeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pyfeed

A simple command line script that helps you keep track of site updates.

Dependencies

First-party modules

  • os
  • argparse

Third-party modules

  • requests
  • beautifulsoup4
  • validators
  • python-slugify

Usage

First, make sure you've installed all the third-party modules with pip install -r requirements.txt.

Add a site example.com to your watchlist with python3 pyfeed.py -a example.com. Run python3 pyfeed.py to check for site updates since you last ran the script. If a site on your watchlist has been updated, it will appear in the output.

About

A simple command line script to help you keep track of site updates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages