Skip to content

Atrion/Dilbert_Archive

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Dilbert Downloader

Download strips from official website in high quality.

Linux Usage of Original code

Usage

$ dilbert.sh [from] [to]

If [from] not specified - 16. 4. 1989 (first strip)

If [to] not specified - today

Examples

$ ./dilbert.sh - download all strips (from 16. 4. 1989)

$ ./dilbert.sh today - download today strip

$ ./dilbert.sh 2016-09-07 yesterday - download strips from 7. 9. 2016 to yesterday

Important Notice — End of Dilbert

The syndicated Dilbert comic strip officially ended in March 2023 after Andrews McMeel Universal canceled its distribution following controversial remarks by creator Scott Adams.

  • Last daily strip: March 11, 2023
  • Last Sunday strip: March 26, 2023

Since then, the official dilbert.com archive has been taken offline, and the relaunch (Dilbert Reborn) is now paywalled. This is why the original dilbert.sh script in this repository no longer functions — the source pages it relied on return 404 Not Found.


New Script: Public Sources Downloader

To help preserve the remaining history, a new PowerShell script (dilbert_legal_multi.ps1) is included.

This script:

  • Uses the Internet Archive (Wayback Machine) as the primary source.
  • Falls back to Cowboy State Daily’s public reprints for certain dates.
  • Downloads available strips into a folder, naming each by date.
  • Logs all results (found/missing) into a CSV file.
  • Covers the final run of comics (e.g., 2022-05-262023-03-26).

⚠️ Note: Only publicly available sources are accessed. Many strips are no longer available at all.


How to Run

From a PowerShell prompt in the repo folder:

# Download strips from the final run into .\dilbert_public powershell -ExecutionPolicy Bypass -File .\dilbert_legal_multi.ps1 ` -From 2022-05-26 ` -To 2023-03-26 ` -OutDir .\dilbert_public

Optional flags:

  • -DryRun → log results without downloading images
  • -MaxConsecutiveMisses → adjust stop condition (default: 25)
  • -DelaySeconds → adjust pause between requests (default: 0.6s)

Final Note

This marks the end of the Dilbert cartoon’s syndicated run. The provided script ensures you can retrieve what remains of the public archive for personal reference, but there will be no further updates to this downloader.

About

Download Dilbert strips from official website in high quality.

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PowerShell 81.4%
  • Shell 18.6%