Get Capcat running and collect your first articles in under 5 minutes.
Check if Capcat is ready:
./capcat --version
Expected output:
Capcat v2.0.0
If you see an error, run the fix script:
./scripts/fix_dependencies.sh
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