Skip to content
/ News Public

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

Notifications You must be signed in to change notification settings

BytesClub/News

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages