Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 524 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 524 Bytes

Telegraph_downloader

This is a simple utility script written in python to download current day's Telegraph paper from web and save it in PDF format

modules required:

requests

It can be installed using sudo pip install requests if not present

BeautiulSoup4

It can be installed using sudo pip install BeautifulSoup4

After running the script Tele.py using python Tele.py all the Telegraph news pages like front page, Business,Nation,etc will be saved in a folder called TelegraphToday in the same directory as Tele.py