Skip to content

Scrapes dilbert.com and generates an RSS feed.

Notifications You must be signed in to change notification settings

gcamp806/dilbert-rss

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

dilbert-rss

// Updated to work with new site (2015/01/15)//

Scrapes dilbert.com and generates an RSS feed.

Since dilbert.com nerfed their own RSS feed, I created a tool to replicate the old functionality. This is designed to be used on your own server, using cron to update it. I don't plan on hosting a replacement feed myself.

You will need to install BeautifulSoup and PyRSS2Gen using pip or otherwise to run this script.

You can run the script by making it executable or by running python3 dilbert.py. It takes up to two arguments: The path where the .xml file will be saved, and the number of days to fetch for the feed. By default, the feed is saved in the working directory with ten items.

About

Scrapes dilbert.com and generates an RSS feed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%