Your Daily Curated News & Articles
Custom sources added manually:
Install Articlay command-line tool using pip:
pip install articlay
โจ Zero Configuration Required! Works immediately after installation.
After installation, just run Articlay from your terminal - no configuration required:
# Install and use immediately - that's it! pip install articlay articlay --all
โจ Works out of the box with no Gist ID or configuration needed!
articlay --india # India news articlay --tamilnadu # Tamil Nadu news articlay --movie # Movie articles articlay --tech # Technology articles
articlay random
articlay --india --limit 10 # Show 10 articles articlay --all --limit 0 # Show ALL articles
# Show For You articles (default) articlay # Show 10 India news articles articlay --india --limit 10 # Get one random article articlay random # Show all Tamil Nadu articles articlay --tamilnadu --limit 0 # Show 15 tech articles articlay --tech -l 15 # Show first 50 articles from all categories articlay --all --limit 50
โ ๏ธ Configuration is NOT required for normal use! The CLI works immediately after installation.
Only needed if you want to use your own private Gist or override the default:
# Optional: Use your own Gist ID export ARTICLAY_GIST_ID=your_gist_id_here articlay # Optional: For private Gists export GITHUB_TOKEN=your_token_here articlay
For complete CLI documentation, see the CLI Guide on GitHub