https://github.com/ahasverus/radiofrance

:package: Retrieve Radio France podcasts metadata and mp3 links

https://github.com/ahasverus/radiofrance

Science Score: 13.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
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.8%) to scientific vocabulary

Keywords

france-culture france-inter m3u-playlist metadata mp3 package podcasts r
Last synced: 6 months ago · JSON representation

Repository

:package: Retrieve Radio France podcasts metadata and mp3 links

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Topics
france-culture france-inter m3u-playlist metadata mp3 package podcasts r
Created almost 5 years ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.Rmd

---
output: github_document
---




```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse  = TRUE,
  comment   = "#>",
  fig.path  = "man/figures/",
  out.width = "100%"
)
```



radiofrance 
=========================================================


[![R CMD Check](https://github.com/ahasverus/radiofrance/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ahasverus/radiofrance/actions/workflows/R-CMD-check.yaml)
[![Website deployment](https://github.com/ahasverus/radiofrance/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/ahasverus/radiofrance/actions/workflows/pkgdown.yaml)
[![Update metadata](https://github.com/ahasverus/radiofrance/actions/workflows/update-podcasts.yml/badge.svg)](https://github.com/ahasverus/radiofrance/actions/workflows/update-podcasts.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://choosealicense.com/licenses/mit/)



The goal of the R package `radiofrance` is to retrieve Radio France 
(France Inter, France Culture, etc.) podcasts metadata (date, title, mp3 URL and 
and duration). User can easily download metadata for any podcast. The name of 
the podcast must be extracted from the website URL (e.g. Le Moment Meurice must 
be written as `le-moment-meurice`).



## Installation

You can install the development version from [GitHub](https://github.com/) with:

```{r eval = FALSE}
remotes::install_github("ahasverus/radiofrance")
```

Then you can attach the package `radiofrance`:

```{r eval = FALSE}
library("radiofrance")
```



## Usage

```{r eval=FALSE}
podcast_name <- "la-chronique-de-waly-dia"


## Retrieve episodes information ----

tab <- get_metadata(podcast_name, radio = "franceinter")


## Create a M3U playlist ----

create_m3u(tab, podcast_name)
```



The `m3u` file can be open with [VLC](https://www.videolan.org/vlc/index.en.html) 
to stream all episodes. To retrieve new episodes, just re-run the functions 
`get_metadata()` and `create_m3u()`. 


## Citation

Please cite this package as: 

> Casajus N (`r format(Sys.Date(), "%Y")`) radiofrance: An R package to retrieve
Radio France podcasts metadata. R package version 1.0.



## Code of Conduct

Please note that the `radiofrance` project is released with a 
[Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). 
By contributing to this project, you agree to abide by its terms.

Owner

  • Name: Nicolas Casajus
  • Login: ahasverus
  • Kind: user
  • Location: Montpellier, France
  • Company: @FRBCesab

Data scientist

GitHub Events

Total
  • Fork event: 1
Last Year
  • Fork event: 1

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 2
  • Total pull requests: 0
  • Average time to close issues: about 11 hours
  • Average time to close pull requests: N/A
  • Total issue authors: 2
  • Total pull request authors: 0
  • Average comments per issue: 1.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 1.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • guiaum (1)
  • maangyin (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v2 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pkgdown.yaml actions
  • JamesIves/github-pages-deploy-action 4.1.4 composite
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/update-podcasts.yml actions
  • actions/checkout v2 composite
  • r-lib/actions/setup-r v2 composite
DESCRIPTION cran
  • jsonlite * imports
  • messages * imports
  • rvest * imports
  • utils * imports