A tool designed to automate downloading of Kannada e-papers from official sources:
Features a simple web interface for accessing downloaded papers and automated daily downloads via GitHub Actions.
Access downloaded papers: E-Paper Bot
This tool is for personal, non-commercial use only. All content rights belong to their respective owners:
- Kannada Prabha © Asianet News Media and Entertainment Pvt Ltd
- Vishwavani © Vishwavani Daily
- Hosa Digantha © Hosa Digantha
git clone https://github.com/sankethsj/newspaper-bot.git
cd newspaper-bot
pip install -r requirements.txtpython app.pyAccess the web interface at http://localhost:5000
paperbot/
├── kannada_prabha.py # Kannada Prabha download logic
├── vishwavani.py # Vishwavani download logic
├── hosadigantha.py # Hosa Digantha download logic
└── utils.py # Shared utilities (PDF merging, date handling, etc.)
For major changes, please open an issue first to discuss what you would like to change.