https://github.com/bytesclub/news
A python script to download the current day's Telegraph newspaper
https://github.com/bytesclub/news
Last synced: 11 months ago
JSON representation
A python script to download the current day's Telegraph newspaper
- Host: GitHub
- URL: https://github.com/bytesclub/news
- Owner: BytesClub
- Created: 2017-04-14T14:15:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-12T15:38:01.000Z (almost 9 years ago)
- Last Synced: 2025-03-30T11:16:01.278Z (about 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: news.py
Awesome Lists containing this project
README
# News
[](https://gitter.im/Bytes_Club/General)
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
```
2. Requests
```
sudo pip install requests
```
3. 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](https://bytesclub.github.io/contributing/)