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: 2 months ago
JSON representation
Utility to download Elixir Sips screencast videos written in Elixir (subscription to Elixir Sips required)
- Host: GitHub
- URL: https://github.com/kovdavid/SipsDownloader
- Owner: kovdavid
- License: mit
- Created: 2015-07-07T20:07:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-26T10:34:42.000Z (about 8 years ago)
- Last Synced: 2024-04-14T04:10:25.554Z (9 months ago)
- Language: Elixir
- Homepage:
- Size: 151 KB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- freaking_awesome_elixir - Elixir - Elixir module for downloading the ElixirSips episodes and all other files. (Utilities)
- fucking-awesome-elixir - sips_downloader - Elixir module for downloading the ElixirSips episodes and all other files. (Utilities)
- awesome-elixir - sips_downloader - Elixir module for downloading the ElixirSips episodes and all other files. (Utilities)
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
```