A python script to download the current day's Telegraph newspaper in Portable Document Format (PDF)
- Python
sudo apt-get install --reinstall python-gi
- Requests
sudo pip install requests
- BeautifulSoup4
sudo pip install BeautifulSoup4
Run the script via:
python news.py [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
Read contributions