Get Capcat running and collect your first articles in under 5 minutes.
pip install capcat
pip install capcat
Ubuntu and Debian block system-wide pip installs. Use pipx instead:
sudo apt install pipx
pipx install capcat
capcat list sources
Expected output: a list of available sources (Hacker News, BBC, Guardian, etc.).
Collect 5 articles from Hacker News:
capcat fetch hn --count 5
You'll see:
Processing hn articles...
[Progress indicators]
Successfully processed 5 articles
Articles are saved in:
../News/news_DD-MM-YYYY/Hacker_News_DD-MM-YYYY/
Each article is in its own folder:
Grab a specific article by URL:
capcat single https://example.com/article
Result saved in:
../Capcats/cc_DD-MM-YYYY-Article-Title/
You ran Capcat in two modes:
Capcat automatically:
# Fetch articles
capcat fetch SOURCE --count N
# Fetch with HTML
capcat fetch SOURCE --count N --html
# Grab single article
capcat single URL
# List available sources
capcat list sources
# Interactive menu
capcat catch