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
- Host: GitHub
- URL: https://github.com/gmile/everyelixirvideo.page
- Owner: gmile
- License: mit
- Created: 2018-10-30T06:59:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-13T05:35:51.000Z (over 4 years ago)
- Last Synced: 2023-08-12T02:39:55.710Z (over 2 years ago)
- Topics: community, conferences, elixir, elixir-lang, speakers, videos
- Language: Ruby
- Homepage: https://everyelixirvideo.page
- Size: 153 KB
- Stars: 23
- Watchers: 11
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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
```