Giter VIP home page Giter VIP logo

nprstuff's Introduction

image

Nprstuff - Utility Functionality for NPR Programs and Other Things

I like NPR, so I made some scripts to download my favorite programs from NPR. For now, I have something that downloads NPR Fresh Air, Wait Wait...Don't Tell Me, and This American Life. This package can probably, straightforwardly be extended to other NPR and PRI programs (although I haven't yet done so).

Although this project started off as a way to download these three programs, I have expanded it to include a grab bag of altogether different types of functionalities. What remains the same? This distribution consists mainly of executable Python scripts. Detailed documentation lives in the Sphinx repository.

NPR changed their API, which means that old functionality does not work. NPR has discontinued the older NPR API, that powers much of this repository's functionality. I quote,

This API is no longer publicly available for client integrations; for documentation of current API services, please visit the NPR Developer Center.

Furthermore, the newer NPR One API does not appear to have the necessary functionality to make my magic happen. The rest of the functionality lives in the

The comprehensive documentation lives in HTML created with Sphinx, and now in the NPRStuff Github Page for this project. To generate the documentation, go to the docsrc subdirectory. In that directory, run make html. Load docsrc/build/html/index.html into a browser to see the documentation.

Installation Instructions

Installing this Python module is easy.

  • If you want to get it from Github, then run this command,

    python3 -m pip install --user git+https://github.com/tanimislam/nprstuff#egginfo=nprstuff
  • If you want to have more control, follow these several steps.

    git clone https://github.com/tanimislam/nprstuff
    cd nprstuff
    python3 -m pip install --user -e .

Both installation workflows install nprstuff into your user Python folder (~/.local by default on Linux and Mac OS X systems). Its executables are installed into ~/.local/bin by default on Linux or Mac OS X systems.

nprstuff's People

Contributors

tanimislam avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

nprstuff's Issues

What is NPR?

perhaps make it a link in first sentence: "I like NPR"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.