https://github.com/globalpolicy/nepaliepaperspythonscript
A simple Python 3.7 script to download common newspapers of Nepal
https://github.com/globalpolicy/nepaliepaperspythonscript
Last synced: about 1 month ago
JSON representation
A simple Python 3.7 script to download common newspapers of Nepal
- Host: GitHub
- URL: https://github.com/globalpolicy/nepaliepaperspythonscript
- Owner: globalpolicy
- License: mit
- Created: 2019-03-23T18:29:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-24T18:18:19.000Z (about 6 years ago)
- Last Synced: 2025-02-12T11:53:19.477Z (3 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NepaliEpapersPythonScript
A simple Python 3.7 script to download common newspapers of Nepal
```
usage: epapers.py [-h] [-K] [-k] [-N] [-S] [-n] [-G] [-r] [-s] [-f] [-0]
[issuedate]Retrieve popular Nepal-based newspapers as epapers in image format.
positional arguments:
issuedate Required issue date (YYYY-MM-DD) in AD. Defaults to
current date if not providedoptional arguments:
-h, --help show this help message and exit
-K, --kantipur Download Kantipur daily
-k, --kathmandupost Download The Kathmandu Post daily
-N, --nari Download Nari
-S, --saptahik Download Saptahik weekly
-n, --nepal Download Nepal
-G, --gorkhapatra Download Gorkhapatra daily
-r, --risingnepal Download The Rising Nepal daily
-s, --shanibar Download Gorkhapatra - Shanibar weekly
-f, --fridaysupplement
Download The Rising Nepal - Friday Supplement weekly
-0, --showissuedates Show the available issues for specified papers. Not
available for -G -r -s and -f papers```