Skip to content

jteiwes/RapidStuffSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RapidStuffSearch

Python script to extract data from a RSS-Feed and do a basic ranking based on your search terms.

Install:

Having python (2.7++) is mandatory! Get it via macports or homebrew. For organizing python packages I recommend installing 'easy_install' as well.

Dependencies:

  • feedparser (easy_install feedparser)
  • requests: (easy_install requests)
  • BeautifulSoup: (easy_install beautifulsoup4)

Usage:

Create your own config file. Look at the template config to have a rough guide for search terms.

python filter.py path/to/your/config.yaml

Have fun! :-)

About

Python script to extract data from a RSS-Feed and do a basic ranking based on your search terms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages