An open API service indexing awesome lists of open source software.

https://github.com/gmile/everyelixirvideo.page

Page with all @elixir-lang conference videos ever published
https://github.com/gmile/everyelixirvideo.page

community conferences elixir elixir-lang speakers videos

Last synced: 3 months ago
JSON representation

Page with all @elixir-lang conference videos ever published

Awesome Lists containing this project

README

          

# everyelixirvideo.page

## Development tasks

### Prerequisites

* obtain a valid YouTube API access token.

### Updating view counts

In order to update video view counts for videos contained in a given YAML file, run:

```fish
env YOUTUBE_API_KEY=AIzaSyDG1Q7sLXyHOjIzSXHTBaUEDYTvtqUHnt0 bin/update_duration _data/elixirconf_us_2018.yaml
```

In order to update video view counts for all videos, run:

```fish
env YOUTUBE_API_KEY=AIzaSyDG1Q7sLXyHOjIzSXHTBaUEDYTvtqUHnt0 bin/update_duration
```