BytesClub / News

A python script to download the current day's Telegraph newspaper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

News

gitter

A python script to download the current day's Telegraph newspaper in Portable Document Format (PDF)

Requirements

  1. Python
sudo apt-get install --reinstall python-gi
  1. Requests
sudo pip install requests
  1. BeautifulSoup4
sudo pip install BeautifulSoup4

Usage

Run the script via:

python news.py [OPTIONS]

OPTIONS

-fp, --frontpage                       Download the frontpage
-n, --nation                       Download the Nations page
-f, --foreign                       Download the Foreign page
-c, --calcutta                       Download the Calcutta page
-b, --bengal                       Download the Bengal page
-bsns, --business                       Download the Business page
-s, --sports                       Download the Sports page

Contribution

Read contributions

About

A python script to download the current day's Telegraph newspaper


Languages

Language:Python 100.0%