An open API service indexing awesome lists of open source software.

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

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 provided

optional 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

```