https://github.com/artivis/rpipress-downloader

Download Raspberry Pi Press issues

https://github.com/artivis/rpipress-downloader

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.5%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Download Raspberry Pi Press issues

Basic Info
  • Host: GitHub
  • Owner: artivis
  • License: mit
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 36.1 KB
Statistics
  • Stars: 18
  • Watchers: 2
  • Forks: 5
  • Open Issues: 4
  • Releases: 0
Created almost 6 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License

README.md

rpipress-downloader

Get it from the Snap Store

Download Raspberry Pi Press issues.

Freely available magazines are: <!-- Custom PC, --> HackSpace, HelloWorld and MagPi <!-- Wireframe. -->

Remember that you can find these resources for free only thanks to people around the world supporting them. You too can support their work either by buying physical copies or by making a contribution of any size.

By default rpipress-downloader downloads only the latest issue of each magazine. However you can download all issues, all books for all or some magazines.

Issues and books are saved respectively in

  • ~/rpipress/{magazine}
  • ~/rpipress/{magazine}/Books

or, using the snap, in

  • ~/snap/rpipress-downloader/current/rpipress/{magazine},
  • ~/snap/rpipress-downloader/current/rpipress/{magazine}/Books.

Installation

From source

bash git clone https://github.com/artivis/rpipress-downloader.git cd rpipress-downloader python3 -m pip install -U .

Snap

bash sudo snap install rpipress-downloader

Use

By default, invoking rpipress-downloader will download only the latest issue for each magazine if they are not already available locally.

You can:

  • download issues only for one (or several) magazine(s),

bash rpipress-downloader --magazines magpi hackspace

  • download all issue of each magazine,

bash rpipress-downloader --all

  • download all books,

bash rpipress-downloader --books

  • download to a specific base path,

bash rpipress-downloader --path /home/ubuntu/Documents

  • combine options,

bash rpipress-downloader -a -m magpi -b -p /home/ubuntu/Documents

will download all MagPi issues and books in /home/ubuntu/Documents/rpipress/MagPi.

Options

```bash $ rpipress-downloader -h usage: rpipress-downloader [-h] [-a] [-b] [-m {hackspace,helloworld,magpi} [{hackspace,helloworld,magpi} ...]] [-p PATH] [-q]

Download Raspberry Pi Press issues.

Freely available magazines are: HackSpace, HelloWorld, MagPi.

By default rpipress-downloader downloads only the latest issue of each magazine. However you can download all issues, all books for all or some magazines.

By default, issues and books are saved respectively in - ~/rpipress/{magazine} - ~/rpipress/{magazine}/Books

or, using the snap, in - ~/snap/rpipress-downloader/current/rpipress/{magazine}, - ~/snap/rpipress-downloader/current/rpipress/{magazine}/Books.

optional arguments: -h, --help show this help message and exit -a, --all Download all issues -b, --books Download the magazine books -m {hackspace,helloworld,magpi} [{hackspace,helloworld,magpi} ...], --magazines {hackspace,helloworld,magpi} [{hackspace,helloworld,magpi} ...] Choose which magazine(s) to download. Defaults to all. -p PATH, --path PATH Set the download path. Defaults to ~/rpipress or ~/snap/rpipress-downloader/current/rpipress. -q, --quiet No prints ```

Owner

  • Name: Jeremie Deray
  • Login: artivis
  • Kind: user
  • Location: France
  • Company: @CanonicalLtd

Roboticist / Software Developer, ROS(2) / C++ enthusiast.

GitHub Events

Total
  • Watch event: 1
  • Issue comment event: 1
Last Year
  • Watch event: 1
  • Issue comment event: 1

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 9
  • Total pull requests: 9
  • Average time to close issues: 2 months
  • Average time to close pull requests: 3 months
  • Total issue authors: 1
  • Total pull request authors: 4
  • Average comments per issue: 1.78
  • Average comments per pull request: 1.89
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 4
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 5 months
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 1.0
  • Average comments per pull request: 5.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • tripplehelix (9)
Pull Request Authors
  • artivis (6)
  • tripplehelix (3)
  • ipeps (2)
  • cfpwastaken (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

setup.py pypi
  • beautifulsoup4 *
  • lxml *
  • progressbar2 *
  • requests *
  • wheel *