Ecosyste.ms: Awesome

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

https://github.com/kovdavid/SipsDownloader

Utility to download Elixir Sips screencast videos written in Elixir (subscription to Elixir Sips required)
https://github.com/kovdavid/SipsDownloader

Last synced: about 2 months ago
JSON representation

Utility to download Elixir Sips screencast videos written in Elixir (subscription to Elixir Sips required)

Lists

README

        

SipsDownloader
==============

Elixir module for downloading the ElixirSips episodes and all other files.

The login credentials and download location must be set in config/config.exs.

## Installation

Clone this repository

```
git clone https://github.com/DavsX/SipsDownloader
cd SipsDownloader
```

Update config/config.exs, then generate an executable

```
mv config/config.exs.sample config/config.exs
vim config/config.exs
mix do deps.get, escript.build
```

Run the executable

```
./sips_downloader
```