https://github.com/zeionara/pranxhow
An experimental tool for fetching fresh pranks from volnov's website
https://github.com/zeionara/pranxhow
audio data-collection elixir pranks
Last synced: 3 months ago
JSON representation
An experimental tool for fetching fresh pranks from volnov's website
- Host: GitHub
- URL: https://github.com/zeionara/pranxhow
- Owner: zeionara
- License: apache-2.0
- Created: 2021-10-24T23:52:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-28T01:21:11.000Z (over 3 years ago)
- Last Synced: 2025-01-02T07:46:16.372Z (5 months ago)
- Topics: audio, data-collection, elixir, pranks
- Language: Elixir
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pranxhow
An experimental tool for fetching fresh pranks from volnov's website.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `pranxhow` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:pranxhow, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/pranxhow](https://hexdocs.pm/pranxhow).## Usage
The tool may be used for downloading pranks as mp3 files as follows:
```sh
mix run download-pranks.iex 0
```